#E45576

Color #E45576 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #E45576

Tints of Dark Pink #E45576

Color information

#E45576 (or 0xE45576) is unknown color: approx Dark Pink. HEX triplet: E4, 55 and 76. RGB value is (228,85,118). Sum of RGB (Red+Green+Blue) = 228+85+118=431 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.90% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 228 - color contains mainly: red. Hex color #E45576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45576 is #1BAA89. Grayscale: #838383. Windows color (decimal): -1813130 or 7755236. OLE color: 7755236.

HSL color Cylindrical-coordinate representation of color #E45576: hue angle of 346.15º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E45576 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB22885118-
CMYK00.630.480.11
HSL346.15º72.59%61.37%-
HSV(B)346.15º62.72%89.41%-
XYZ38.5124.319.8-
YUV131.52120.38196.82-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 52.90%
GREEN value IS 85 (33.59% from 255) = 19.72%
BLUE value IS 118 (46.48% from 255) = 27.38%
R=52.90%
G=19.72%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2288511800.630.480.11346.1572.5961.37
HexE4557603F30B15a493d
Octal344125166077601353211175
Binary1110010010101011110110011111111000010111010110101001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45576; }

 p { color: rgb(228,85,118); }

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

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

 a { background-color: rgb(228,85,118); }

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

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

 span { border-color: rgb(228,85,118); }

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