Shades of Dark Pink #EA4776
Tints of Dark Pink #EA4776
RGB
CMYK
RGB Variations
Color information
#EA4776 (or 0xEA4776) is known color: Dark Pink. HEX triplet: EA, 47 and 76. RGB value is (234,71,118). Sum of RGB (Red+Green+Blue) = 234+71+118=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4776 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4776 is #15B889. Grayscale: #7D7D7D. Windows color (decimal): -1423498 or 7751658. OLE color: 7751658.
HSL color Cylindrical-coordinate representation of color #EA4776: hue angle of 342.7º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA4776 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 71 | 118 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.08 |
| HSL | 342.7º | 0.8% | 0.6% | - |
| HSV(B) | 342.7º | 0.7% | 0.92% | - |
| XYZ | 39.45 | 23.31 | 19.56 | - |
| YUV | 125.1 | 124 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 71 | 118 | 0 | 0.70 | 0.50 | 0.08 | 342.7 | 0.8 | 0.6 |
| Hex | EA | 47 | 76 | 0 | 46 | 32 | 8 | 157 | 50 | 3C |
| Octal | 352 | 107 | 166 | 0 | 106 | 62 | 10 | 527 | 120 | 74 |
| Binary | 11101010 | 1000111 | 1110110 | 0 | 1000110 | 110010 | 1000 | 101010111 | 1010000 | 111100 |
Color Harmonies of #EA4776
Complementary color
Monochromatic Colors of #EA4776
Black with #EA4776
Text Example
Text Example
White with #EA4776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4776; }
p { color: rgb(234,71,118); }
H1.HeaderClassName
{
color: #EA4776;
}
.AnyTagClassName
{
color: #EA4776;
}
</style>
background-color css
<style>
a { background-color: #EA4776; }
a { background-color: rgb(234,71,118); }
div.DivClassName
{
background-color: #EA4776;
}
.BgClassName
{
background-color: #EA4776;
}
</style>
border-color css
<style>
span { border-color: #EA4776; }
span { border-color: rgb(234,71,118); }
td.TdClassName
{
border-color: #EA4776;
}
.TagClassName
{
border-color: #EA4776;
}
</style>