Shades of Dark Pink #EA577B
Tints of Dark Pink #EA577B
RGB
CMYK
RGB Variations
Color information
#EA577B (or 0xEA577B) is known color: Dark Pink. HEX triplet: EA, 57 and 7B. RGB value is (234,87,123). Sum of RGB (Red+Green+Blue) = 234+87+123=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 87 (34.38% from 255 or 19.59% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA577B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA577B is #15A884. Grayscale: #878787. Windows color (decimal): -1419397 or 8083434. OLE color: 8083434.
HSL color Cylindrical-coordinate representation of color #EA577B: hue angle of 345.31º 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 #EA577B is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 87 | 123 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.08 |
| HSL | 345.31º | 0.78% | 0.63% | - |
| HSV(B) | 345.31º | 0.63% | 0.92% | - |
| XYZ | 40.92 | 25.74 | 21.55 | - |
| YUV | 135.06 | 121.2 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 87 | 123 | 0 | 0.63 | 0.47 | 0.08 | 345.31 | 0.78 | 0.63 |
| Hex | EA | 57 | 7B | 0 | 3F | 2F | 8 | 159 | 4E | 3F |
| Octal | 352 | 127 | 173 | 0 | 77 | 57 | 10 | 531 | 116 | 77 |
| Binary | 11101010 | 1010111 | 1111011 | 0 | 111111 | 101111 | 1000 | 101011001 | 1001110 | 111111 |
Color Harmonies of #EA577B
Complementary color
Monochromatic Colors of #EA577B
Black with #EA577B
Text Example
Text Example
White with #EA577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA577B; }
p { color: rgb(234,87,123); }
H1.HeaderClassName
{
color: #EA577B;
}
.AnyTagClassName
{
color: #EA577B;
}
</style>
background-color css
<style>
a { background-color: #EA577B; }
a { background-color: rgb(234,87,123); }
div.DivClassName
{
background-color: #EA577B;
}
.BgClassName
{
background-color: #EA577B;
}
</style>
border-color css
<style>
span { border-color: #EA577B; }
span { border-color: rgb(234,87,123); }
td.TdClassName
{
border-color: #EA577B;
}
.TagClassName
{
border-color: #EA577B;
}
</style>