Shades of Hot Pink #EA58B8
Tints of Hot Pink #EA58B8
RGB
CMYK
RGB Variations
Color information
#EA58B8 (or 0xEA58B8) is known color: Hot Pink. HEX triplet: EA, 58 and B8. RGB value is (234,88,184). Sum of RGB (Red+Green+Blue) = 234+88+184=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 88 (34.77% from 255 or 17.39% from 506); Blue value is 184 (72.27% from 255 or 36.36% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EA58B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA58B8 is #15A747. Grayscale: #8E8E8E. Windows color (decimal): -1419080 or 12081386. OLE color: 12081386.
HSL color Cylindrical-coordinate representation of color #EA58B8: hue angle of 320.55º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA58B8 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 88 | 184 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.08 |
| HSL | 320.55º | 0.78% | 0.63% | - |
| HSV(B) | 320.55º | 0.62% | 0.92% | - |
| XYZ | 46.07 | 27.93 | 48.31 | - |
| YUV | 142.6 | 151.37 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 88 | 184 | 0 | 0.62 | 0.21 | 0.08 | 320.55 | 0.78 | 0.63 |
| Hex | EA | 58 | B8 | 0 | 3E | 15 | 8 | 141 | 4E | 3F |
| Octal | 352 | 130 | 270 | 0 | 76 | 25 | 10 | 501 | 116 | 77 |
| Binary | 11101010 | 1011000 | 10111000 | 0 | 111110 | 10101 | 1000 | 101000001 | 1001110 | 111111 |
Color Harmonies of #EA58B8
Complementary color
Monochromatic Colors of #EA58B8
Black with #EA58B8
Text Example
Text Example
White with #EA58B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA58B8; }
p { color: rgb(234,88,184); }
H1.HeaderClassName
{
color: #EA58B8;
}
.AnyTagClassName
{
color: #EA58B8;
}
</style>
background-color css
<style>
a { background-color: #EA58B8; }
a { background-color: rgb(234,88,184); }
div.DivClassName
{
background-color: #EA58B8;
}
.BgClassName
{
background-color: #EA58B8;
}
</style>
border-color css
<style>
span { border-color: #EA58B8; }
span { border-color: rgb(234,88,184); }
td.TdClassName
{
border-color: #EA58B8;
}
.TagClassName
{
border-color: #EA58B8;
}
</style>