#EA5876

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

Shades of Dark Pink #EA5876

Tints of Dark Pink #EA5876

Color information

#EA5876 (or 0xEA5876) is unknown color: approx Dark Pink. HEX triplet: EA, 58 and 76. RGB value is (234,88,118). Sum of RGB (Red+Green+Blue) = 234+88+118=440 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.18% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5876 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5876 is #15A789. Grayscale: #878787. Windows color (decimal): -1419146 or 7756010. OLE color: 7756010.

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

Color convert

RGB23488118-
CMYK00.620.500.08
HSL347.67º77.66%63.14%-
HSV(B)347.67º62.39%91.76%-
XYZ40.6925.7819.97-
YUV135.07118.37198.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.18%
GREEN value IS 88 (34.77% from 255) = 20%
BLUE value IS 118 (46.48% from 255) = 26.82%
R=53.18%
G=20%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348811800.620.500.08347.6777.6663.14
HexEA587603E32815c4e3f
Octal352130166076621053411677
Binary1110101010110001110110011111011001010001010111001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5876; }

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

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

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

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

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

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

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

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