#E45989

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

Shades of Dark Pink #E45989

Tints of Dark Pink #E45989

Color information

#E45989 (or 0xE45989) is unknown color: approx Dark Pink. HEX triplet: E4, 59 and 89. RGB value is (228,89,137). Sum of RGB (Red+Green+Blue) = 228+89+137=454 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.22% from 454); Green value is 89 (35.16% from 255 or 19.60% from 454); Blue value is 137 (53.91% from 255 or 30.18% from 454); Max value from RGB is 228 - color contains mainly: red. Hex color #E45989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45989 is #1BA676. Grayscale: #878787. Windows color (decimal): -1812087 or 9001444. OLE color: 9001444.

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

Color convert

RGB22889137-
CMYK00.610.400.11
HSL339.28º72.02%62.16%-
HSV(B)339.28º60.96%89.41%-
XYZ40.0825.4426.47-
YUV136.03128.55193.6-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 50.22%
GREEN value IS 89 (35.16% from 255) = 19.60%
BLUE value IS 137 (53.91% from 255) = 30.18%
R=50.22%
G=19.60%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2288913700.610.400.11339.2872.0262.16
HexE4598903D28B153483e
Octal344131211075501352311076
Binary11100100101100110001001011110110100010111010100111001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45989; }

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

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

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

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

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

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

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

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