Shades of Dark Pink #EA568D
Tints of Dark Pink #EA568D
RGB
CMYK
RGB Variations
Color information
#EA568D (or 0xEA568D) is known color: Dark Pink. HEX triplet: EA, 56 and 8D. RGB value is (234,86,141). Sum of RGB (Red+Green+Blue) = 234+86+141=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA568D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA568D is #15A972. Grayscale: #888888. Windows color (decimal): -1419635 or 9262826. OLE color: 9262826.
HSL color Cylindrical-coordinate representation of color #EA568D: hue angle of 337.7º 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 #EA568D is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 86 | 141 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.08 |
| HSL | 337.7º | 0.78% | 0.63% | - |
| HSV(B) | 337.7º | 0.63% | 0.92% | - |
| XYZ | 42.07 | 26.07 | 28.01 | - |
| YUV | 136.52 | 130.53 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 86 | 141 | 0 | 0.63 | 0.40 | 0.08 | 337.7 | 0.78 | 0.63 |
| Hex | EA | 56 | 8D | 0 | 3F | 28 | 8 | 152 | 4E | 3F |
| Octal | 352 | 126 | 215 | 0 | 77 | 50 | 10 | 522 | 116 | 77 |
| Binary | 11101010 | 1010110 | 10001101 | 0 | 111111 | 101000 | 1000 | 101010010 | 1001110 | 111111 |
Color Harmonies of #EA568D
Complementary color
Monochromatic Colors of #EA568D
Black with #EA568D
Text Example
Text Example
White with #EA568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA568D; }
p { color: rgb(234,86,141); }
H1.HeaderClassName
{
color: #EA568D;
}
.AnyTagClassName
{
color: #EA568D;
}
</style>
background-color css
<style>
a { background-color: #EA568D; }
a { background-color: rgb(234,86,141); }
div.DivClassName
{
background-color: #EA568D;
}
.BgClassName
{
background-color: #EA568D;
}
</style>
border-color css
<style>
span { border-color: #EA568D; }
span { border-color: rgb(234,86,141); }
td.TdClassName
{
border-color: #EA568D;
}
.TagClassName
{
border-color: #EA568D;
}
</style>