Shades of Dark Pink #EA477E
Tints of Dark Pink #EA477E
RGB
CMYK
RGB Variations
Color information
#EA477E (or 0xEA477E) is known color: Dark Pink. HEX triplet: EA, 47 and 7E. RGB value is (234,71,126). Sum of RGB (Red+Green+Blue) = 234+71+126=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 71 (28.12% from 255 or 16.47% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA477E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA477E is #15B881. Grayscale: #7D7D7D. Windows color (decimal): -1423490 or 8275946. OLE color: 8275946.
HSL color Cylindrical-coordinate representation of color #EA477E: hue angle of 339.75º 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 #EA477E is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 71 | 126 | - |
| CMYK | 0 | 0.70 | 0.46 | 0.08 |
| HSL | 339.75º | 0.8% | 0.6% | - |
| HSV(B) | 339.75º | 0.7% | 0.92% | - |
| XYZ | 39.95 | 23.51 | 22.17 | - |
| YUV | 126.01 | 128 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 71 | 126 | 0 | 0.70 | 0.46 | 0.08 | 339.75 | 0.8 | 0.6 |
| Hex | EA | 47 | 7E | 0 | 46 | 2E | 8 | 154 | 50 | 3C |
| Octal | 352 | 107 | 176 | 0 | 106 | 56 | 10 | 524 | 120 | 74 |
| Binary | 11101010 | 1000111 | 1111110 | 0 | 1000110 | 101110 | 1000 | 101010100 | 1010000 | 111100 |
Color Harmonies of #EA477E
Complementary color
Monochromatic Colors of #EA477E
Black with #EA477E
Text Example
Text Example
White with #EA477E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA477E; }
p { color: rgb(234,71,126); }
H1.HeaderClassName
{
color: #EA477E;
}
.AnyTagClassName
{
color: #EA477E;
}
</style>
background-color css
<style>
a { background-color: #EA477E; }
a { background-color: rgb(234,71,126); }
div.DivClassName
{
background-color: #EA477E;
}
.BgClassName
{
background-color: #EA477E;
}
</style>
border-color css
<style>
span { border-color: #EA477E; }
span { border-color: rgb(234,71,126); }
td.TdClassName
{
border-color: #EA477E;
}
.TagClassName
{
border-color: #EA477E;
}
</style>