Shades of Hot Pink #EA57B7
Tints of Hot Pink #EA57B7
RGB
CMYK
RGB Variations
Color information
#EA57B7 (or 0xEA57B7) is known color: Hot Pink. HEX triplet: EA, 57 and B7. RGB value is (234,87,183). Sum of RGB (Red+Green+Blue) = 234+87+183=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 87 (34.38% from 255 or 17.26% from 504); Blue value is 183 (71.88% from 255 or 36.31% from 504); Max value from RGB is 234 - color contains mainly: red. Hex color #EA57B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA57B7 is #15A848. Grayscale: #8D8D8D. Windows color (decimal): -1419337 or 12015594. OLE color: 12015594.
HSL color Cylindrical-coordinate representation of color #EA57B7: hue angle of 320.82º 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 #EA57B7 is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 87 | 183 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.08 |
| HSL | 320.82º | 0.78% | 0.63% | - |
| HSV(B) | 320.82º | 0.63% | 0.92% | - |
| XYZ | 45.89 | 27.73 | 47.73 | - |
| YUV | 141.9 | 151.2 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 87 | 183 | 0 | 0.63 | 0.22 | 0.08 | 320.82 | 0.78 | 0.63 |
| Hex | EA | 57 | B7 | 0 | 3F | 16 | 8 | 141 | 4E | 3F |
| Octal | 352 | 127 | 267 | 0 | 77 | 26 | 10 | 501 | 116 | 77 |
| Binary | 11101010 | 1010111 | 10110111 | 0 | 111111 | 10110 | 1000 | 101000001 | 1001110 | 111111 |
Color Harmonies of #EA57B7
Complementary color
Monochromatic Colors of #EA57B7
Black with #EA57B7
Text Example
Text Example
White with #EA57B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA57B7; }
p { color: rgb(234,87,183); }
H1.HeaderClassName
{
color: #EA57B7;
}
.AnyTagClassName
{
color: #EA57B7;
}
</style>
background-color css
<style>
a { background-color: #EA57B7; }
a { background-color: rgb(234,87,183); }
div.DivClassName
{
background-color: #EA57B7;
}
.BgClassName
{
background-color: #EA57B7;
}
</style>
border-color css
<style>
span { border-color: #EA57B7; }
span { border-color: rgb(234,87,183); }
td.TdClassName
{
border-color: #EA57B7;
}
.TagClassName
{
border-color: #EA57B7;
}
</style>