#E1718B

Color #E1718B Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #E1718B

Tints of Deep Blush #E1718B

Color information

#E1718B (or 0xE1718B) is unknown color: approx Deep Blush. HEX triplet: E1, 71 and 8B. RGB value is (225,113,139). Sum of RGB (Red+Green+Blue) = 225+113+139=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E1718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1718B is #1E8E74. Grayscale: #959595. Windows color (decimal): -2002549 or 9138657. OLE color: 9138657.

HSL color Cylindrical-coordinate representation of color #E1718B: hue angle of 346.07º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E1718B is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB225113139-
CMYK00.500.380.12
HSL346.07º65.12%66.27%-
HSV(B)346.07º49.78%88.24%-
XYZ41.6229.6827.96-
YUV149.45122.11181.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 225 (88.28% from 255) = 47.17%
GREEN value IS 113 (44.53% from 255) = 23.69%
BLUE value IS 139 (54.69% from 255) = 29.14%
R=47.17%
G=23.69%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511313900.500.380.12346.0765.1266.27
HexE1718B03226C15a4142
Octal3411612130624614532101102
Binary111000011110001100010110110010100110110010101101010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1718B; }

 p { color: rgb(225,113,139); }

 H1.HeaderClassName
 {
   color: #E1718B;
 }
 .AnyTagClassName
 {
   color: #E1718B;
 }
</style>
background-color css

<style>
 a { background-color: #E1718B; }

 a { background-color: rgb(225,113,139); }

 div.DivClassName
 {
   background-color: #E1718B;
 }
 .BgClassName
 {
   background-color: #E1718B;
 }
</style>
border-color css

<style>
 span { border-color: #E1718B; }

 span { border-color: rgb(225,113,139); }

 td.TdClassName
 {
   border-color: #E1718B;
 }
 .TagClassName
 {
   border-color: #E1718B;
 }
</style>