Shades of Dark Pink #EA477D
Tints of Dark Pink #EA477D
RGB
CMYK
RGB Variations
Color information
#EA477D (or 0xEA477D) is known color: Dark Pink. HEX triplet: EA, 47 and 7D. RGB value is (234,71,125). Sum of RGB (Red+Green+Blue) = 234+71+125=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA477D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA477D is #15B882. Grayscale: #7D7D7D. Windows color (decimal): -1423491 or 8210410. OLE color: 8210410.
HSL color Cylindrical-coordinate representation of color #EA477D: hue angle of 340.12º 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 #EA477D is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 71 | 125 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.08 |
| HSL | 340.12º | 0.8% | 0.6% | - |
| HSV(B) | 340.12º | 0.7% | 0.92% | - |
| XYZ | 39.89 | 23.48 | 21.83 | - |
| YUV | 125.89 | 127.5 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 71 | 125 | 0 | 0.70 | 0.47 | 0.08 | 340.12 | 0.8 | 0.6 |
| Hex | EA | 47 | 7D | 0 | 46 | 2F | 8 | 154 | 50 | 3C |
| Octal | 352 | 107 | 175 | 0 | 106 | 57 | 10 | 524 | 120 | 74 |
| Binary | 11101010 | 1000111 | 1111101 | 0 | 1000110 | 101111 | 1000 | 101010100 | 1010000 | 111100 |
Color Harmonies of #EA477D
Complementary color
Monochromatic Colors of #EA477D
Black with #EA477D
Text Example
Text Example
White with #EA477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA477D; }
p { color: rgb(234,71,125); }
H1.HeaderClassName
{
color: #EA477D;
}
.AnyTagClassName
{
color: #EA477D;
}
</style>
background-color css
<style>
a { background-color: #EA477D; }
a { background-color: rgb(234,71,125); }
div.DivClassName
{
background-color: #EA477D;
}
.BgClassName
{
background-color: #EA477D;
}
</style>
border-color css
<style>
span { border-color: #EA477D; }
span { border-color: rgb(234,71,125); }
td.TdClassName
{
border-color: #EA477D;
}
.TagClassName
{
border-color: #EA477D;
}
</style>