Shades of Dark Pink #EA578B
Tints of Dark Pink #EA578B
RGB
CMYK
RGB Variations
Color information
#EA578B (or 0xEA578B) is known color: Dark Pink. HEX triplet: EA, 57 and 8B. RGB value is (234,87,139). Sum of RGB (Red+Green+Blue) = 234+87+139=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 87 (34.38% from 255 or 18.91% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA578B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA578B is #15A874. Grayscale: #888888. Windows color (decimal): -1419381 or 9132010. OLE color: 9132010.
HSL color Cylindrical-coordinate representation of color #EA578B: hue angle of 338.78º 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 #EA578B is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 87 | 139 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.08 |
| HSL | 338.78º | 0.78% | 0.63% | - |
| HSV(B) | 338.78º | 0.63% | 0.92% | - |
| XYZ | 42 | 26.17 | 27.26 | - |
| YUV | 136.88 | 129.2 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 87 | 139 | 0 | 0.63 | 0.41 | 0.08 | 338.78 | 0.78 | 0.63 |
| Hex | EA | 57 | 8B | 0 | 3F | 29 | 8 | 153 | 4E | 3F |
| Octal | 352 | 127 | 213 | 0 | 77 | 51 | 10 | 523 | 116 | 77 |
| Binary | 11101010 | 1010111 | 10001011 | 0 | 111111 | 101001 | 1000 | 101010011 | 1001110 | 111111 |
Color Harmonies of #EA578B
Complementary color
Monochromatic Colors of #EA578B
Black with #EA578B
Text Example
Text Example
White with #EA578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA578B; }
p { color: rgb(234,87,139); }
H1.HeaderClassName
{
color: #EA578B;
}
.AnyTagClassName
{
color: #EA578B;
}
</style>
background-color css
<style>
a { background-color: #EA578B; }
a { background-color: rgb(234,87,139); }
div.DivClassName
{
background-color: #EA578B;
}
.BgClassName
{
background-color: #EA578B;
}
</style>
border-color css
<style>
span { border-color: #EA578B; }
span { border-color: rgb(234,87,139); }
td.TdClassName
{
border-color: #EA578B;
}
.TagClassName
{
border-color: #EA578B;
}
</style>