Shades of Dark Pink #EA567C
Tints of Dark Pink #EA567C
RGB
CMYK
RGB Variations
Color information
#EA567C (or 0xEA567C) is known color: Dark Pink. HEX triplet: EA, 56 and 7C. RGB value is (234,86,124). Sum of RGB (Red+Green+Blue) = 234+86+124=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA567C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA567C is #15A983. Grayscale: #868686. Windows color (decimal): -1419652 or 8148714. OLE color: 8148714.
HSL color Cylindrical-coordinate representation of color #EA567C: hue angle of 344.59º 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 #EA567C is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 86 | 124 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.08 |
| HSL | 344.59º | 0.78% | 0.63% | - |
| HSV(B) | 344.59º | 0.63% | 0.92% | - |
| XYZ | 40.9 | 25.6 | 21.86 | - |
| YUV | 134.58 | 122.03 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 86 | 124 | 0 | 0.63 | 0.47 | 0.08 | 344.59 | 0.78 | 0.63 |
| Hex | EA | 56 | 7C | 0 | 3F | 2F | 8 | 159 | 4E | 3F |
| Octal | 352 | 126 | 174 | 0 | 77 | 57 | 10 | 531 | 116 | 77 |
| Binary | 11101010 | 1010110 | 1111100 | 0 | 111111 | 101111 | 1000 | 101011001 | 1001110 | 111111 |
Color Harmonies of #EA567C
Complementary color
Monochromatic Colors of #EA567C
Black with #EA567C
Text Example
Text Example
White with #EA567C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA567C; }
p { color: rgb(234,86,124); }
H1.HeaderClassName
{
color: #EA567C;
}
.AnyTagClassName
{
color: #EA567C;
}
</style>
background-color css
<style>
a { background-color: #EA567C; }
a { background-color: rgb(234,86,124); }
div.DivClassName
{
background-color: #EA567C;
}
.BgClassName
{
background-color: #EA567C;
}
</style>
border-color css
<style>
span { border-color: #EA567C; }
span { border-color: rgb(234,86,124); }
td.TdClassName
{
border-color: #EA567C;
}
.TagClassName
{
border-color: #EA567C;
}
</style>