Shades of Dark Pink #EA5476
Tints of Dark Pink #EA5476
RGB
CMYK
RGB Variations
Color information
#EA5476 (or 0xEA5476) is known color: Dark Pink. HEX triplet: EA, 54 and 76. RGB value is (234,84,118). Sum of RGB (Red+Green+Blue) = 234+84+118=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5476 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5476 is #15AB89. Grayscale: #848484. Windows color (decimal): -1420170 or 7754986. OLE color: 7754986.
HSL color Cylindrical-coordinate representation of color #EA5476: hue angle of 346.4º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA5476 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 84 | 118 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.08 |
| HSL | 346.4º | 0.78% | 0.62% | - |
| HSV(B) | 346.4º | 0.64% | 0.92% | - |
| XYZ | 40.37 | 25.14 | 19.86 | - |
| YUV | 132.73 | 119.7 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 84 | 118 | 0 | 0.64 | 0.50 | 0.08 | 346.4 | 0.78 | 0.62 |
| Hex | EA | 54 | 76 | 0 | 40 | 32 | 8 | 15A | 4E | 3E |
| Octal | 352 | 124 | 166 | 0 | 100 | 62 | 10 | 532 | 116 | 76 |
| Binary | 11101010 | 1010100 | 1110110 | 0 | 1000000 | 110010 | 1000 | 101011010 | 1001110 | 111110 |
Color Harmonies of #EA5476
Complementary color
Monochromatic Colors of #EA5476
Black with #EA5476
Text Example
Text Example
White with #EA5476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5476; }
p { color: rgb(234,84,118); }
H1.HeaderClassName
{
color: #EA5476;
}
.AnyTagClassName
{
color: #EA5476;
}
</style>
background-color css
<style>
a { background-color: #EA5476; }
a { background-color: rgb(234,84,118); }
div.DivClassName
{
background-color: #EA5476;
}
.BgClassName
{
background-color: #EA5476;
}
</style>
border-color css
<style>
span { border-color: #EA5476; }
span { border-color: rgb(234,84,118); }
td.TdClassName
{
border-color: #EA5476;
}
.TagClassName
{
border-color: #EA5476;
}
</style>