Shades of Dark Pink #EA566F
Tints of Dark Pink #EA566F
RGB
CMYK
RGB Variations
Color information
#EA566F (or 0xEA566F) is known color: Dark Pink. HEX triplet: EA, 56 and 6F. RGB value is (234,86,111). Sum of RGB (Red+Green+Blue) = 234+86+111=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA566F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA566F is #15A990. Grayscale: #858585. Windows color (decimal): -1419665 or 7296746. OLE color: 7296746.
HSL color Cylindrical-coordinate representation of color #EA566F: hue angle of 349.86º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EA566F is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 86 | 111 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.08 |
| HSL | 349.86º | 0.78% | 0.63% | - |
| HSV(B) | 349.86º | 0.63% | 0.92% | - |
| XYZ | 40.13 | 25.3 | 17.81 | - |
| YUV | 133.1 | 115.53 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 86 | 111 | 0 | 0.63 | 0.53 | 0.08 | 349.86 | 0.78 | 0.63 |
| Hex | EA | 56 | 6F | 0 | 3F | 35 | 8 | 15E | 4E | 3F |
| Octal | 352 | 126 | 157 | 0 | 77 | 65 | 10 | 536 | 116 | 77 |
| Binary | 11101010 | 1010110 | 1101111 | 0 | 111111 | 110101 | 1000 | 101011110 | 1001110 | 111111 |
Color Harmonies of #EA566F
Complementary color
Monochromatic Colors of #EA566F
Black with #EA566F
Text Example
Text Example
White with #EA566F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA566F; }
p { color: rgb(234,86,111); }
H1.HeaderClassName
{
color: #EA566F;
}
.AnyTagClassName
{
color: #EA566F;
}
</style>
background-color css
<style>
a { background-color: #EA566F; }
a { background-color: rgb(234,86,111); }
div.DivClassName
{
background-color: #EA566F;
}
.BgClassName
{
background-color: #EA566F;
}
</style>
border-color css
<style>
span { border-color: #EA566F; }
span { border-color: rgb(234,86,111); }
td.TdClassName
{
border-color: #EA566F;
}
.TagClassName
{
border-color: #EA566F;
}
</style>