#EA5576

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

Shades of Dark Pink #EA5576

Tints of Dark Pink #EA5576

Color information

#EA5576 (or 0xEA5576) is unknown color: approx Dark Pink. HEX triplet: EA, 55 and 76. RGB value is (234,85,118). Sum of RGB (Red+Green+Blue) = 234+85+118=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5576 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5576 is #15AA89. Grayscale: #858585. Windows color (decimal): -1419914 or 7755242. OLE color: 7755242.

HSL color Cylindrical-coordinate representation of color #EA5576: hue angle of 346.71º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA5576 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB23485118-
CMYK00.640.500.08
HSL346.71º78.01%62.55%-
HSV(B)346.71º63.68%91.76%-
XYZ40.4525.319.89-
YUV133.31119.36199.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.55%
GREEN value IS 85 (33.59% from 255) = 19.45%
BLUE value IS 118 (46.48% from 255) = 27.00%
R=53.55%
G=19.45%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348511800.640.500.08346.7178.0162.55
HexEA557604032815b4e3f
Octal3521251660100621053311677
Binary11101010101010111101100100000011001010001010110111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5576; }

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

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

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

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

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

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

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

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