#E17084

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

Shades of Deep Blush #E17084

Tints of Deep Blush #E17084

Color information

#E17084 (or 0xE17084) is unknown color: approx Deep Blush. HEX triplet: E1, 70 and 84. RGB value is (225,112,132). Sum of RGB (Red+Green+Blue) = 225+112+132=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 132 (51.95% from 255 or 28.14% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E17084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17084 is #1E8F7B. Grayscale: #949494. Windows color (decimal): -2002812 or 8679649. OLE color: 8679649.

HSL color Cylindrical-coordinate representation of color #E17084: hue angle of 349.38º 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 #E17084 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB225112132-
CMYK00.500.410.12
HSL349.38º65.32%66.08%-
HSV(B)349.38º50.22%88.24%-
XYZ41.0129.2625.32-
YUV148.07118.94182.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.97%
GREEN value IS 112 (44.14% from 255) = 23.88%
BLUE value IS 132 (51.95% from 255) = 28.14%
R=47.97%
G=23.88%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511213200.500.410.12349.3865.3266.08
HexE1708403229C15d4142
Octal3411602040625114535101102
Binary111000011110000100001000110010101001110010101110110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17084; }

 p { color: rgb(225,112,132); }

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

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

 a { background-color: rgb(225,112,132); }

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

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

 span { border-color: rgb(225,112,132); }

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