#E45689

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

Shades of Dark Pink #E45689

Tints of Dark Pink #E45689

Color information

#E45689 (or 0xE45689) is unknown color: approx Dark Pink. HEX triplet: E4, 56 and 89. RGB value is (228,86,137). Sum of RGB (Red+Green+Blue) = 228+86+137=451 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.55% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 137 (53.91% from 255 or 30.38% from 451); Max value from RGB is 228 - color contains mainly: red. Hex color #E45689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45689 is #1BA976. Grayscale: #868686. Windows color (decimal): -1812855 or 9000676. OLE color: 9000676.

HSL color Cylindrical-coordinate representation of color #E45689: hue angle of 338.45º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E45689 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB22886137-
CMYK00.620.400.11
HSL338.45º72.45%61.57%-
HSV(B)338.45º62.28%89.41%-
XYZ39.8424.9626.38-
YUV134.27129.54194.85-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 50.55%
GREEN value IS 86 (33.98% from 255) = 19.07%
BLUE value IS 137 (53.91% from 255) = 30.38%
R=50.55%
G=19.07%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2288613700.620.400.11338.4572.4561.57
HexE4568903E28B152483e
Octal344126211076501352211076
Binary11100100101011010001001011111010100010111010100101001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45689; }

 p { color: rgb(228,86,137); }

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

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

 a { background-color: rgb(228,86,137); }

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

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

 span { border-color: rgb(228,86,137); }

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