Shades of Dark Pink #EA577F
Tints of Dark Pink #EA577F
RGB
CMYK
RGB Variations
Color information
#EA577F (or 0xEA577F) is known color: Dark Pink. HEX triplet: EA, 57 and 7F. RGB value is (234,87,127). Sum of RGB (Red+Green+Blue) = 234+87+127=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 87 (34.38% from 255 or 19.42% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EA577F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA577F is #15A880. Grayscale: #878787. Windows color (decimal): -1419393 or 8345578. OLE color: 8345578.
HSL color Cylindrical-coordinate representation of color #EA577F: hue angle of 343.67º 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 #EA577F is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 87 | 127 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.08 |
| HSL | 343.67º | 0.78% | 0.63% | - |
| HSV(B) | 343.67º | 0.63% | 0.92% | - |
| XYZ | 41.17 | 25.84 | 22.9 | - |
| YUV | 135.51 | 123.2 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 87 | 127 | 0 | 0.63 | 0.46 | 0.08 | 343.67 | 0.78 | 0.63 |
| Hex | EA | 57 | 7F | 0 | 3F | 2E | 8 | 158 | 4E | 3F |
| Octal | 352 | 127 | 177 | 0 | 77 | 56 | 10 | 530 | 116 | 77 |
| Binary | 11101010 | 1010111 | 1111111 | 0 | 111111 | 101110 | 1000 | 101011000 | 1001110 | 111111 |
Color Harmonies of #EA577F
Complementary color
Monochromatic Colors of #EA577F
Black with #EA577F
Text Example
Text Example
White with #EA577F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA577F; }
p { color: rgb(234,87,127); }
H1.HeaderClassName
{
color: #EA577F;
}
.AnyTagClassName
{
color: #EA577F;
}
</style>
background-color css
<style>
a { background-color: #EA577F; }
a { background-color: rgb(234,87,127); }
div.DivClassName
{
background-color: #EA577F;
}
.BgClassName
{
background-color: #EA577F;
}
</style>
border-color css
<style>
span { border-color: #EA577F; }
span { border-color: rgb(234,87,127); }
td.TdClassName
{
border-color: #EA577F;
}
.TagClassName
{
border-color: #EA577F;
}
</style>