Shades of Hot Pink #EA5ABC
Tints of Hot Pink #EA5ABC
RGB
CMYK
RGB Variations
Color information
#EA5ABC (or 0xEA5ABC) is known color: Hot Pink. HEX triplet: EA, 5A and BC. RGB value is (234,90,188). Sum of RGB (Red+Green+Blue) = 234+90+188=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 90 (35.55% from 255 or 17.58% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5ABC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5ABC is #15A543. Grayscale: #8F8F8F. Windows color (decimal): -1418564 or 12344042. OLE color: 12344042.
HSL color Cylindrical-coordinate representation of color #EA5ABC: hue angle of 319.17º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA5ABC is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 90 | 188 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.08 |
| HSL | 319.17º | 0.77% | 0.64% | - |
| HSV(B) | 319.17º | 0.62% | 0.92% | - |
| XYZ | 46.66 | 28.44 | 50.61 | - |
| YUV | 144.23 | 152.71 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 90 | 188 | 0 | 0.62 | 0.20 | 0.08 | 319.17 | 0.77 | 0.64 |
| Hex | EA | 5A | BC | 0 | 3E | 14 | 8 | 13F | 4D | 40 |
| Octal | 352 | 132 | 274 | 0 | 76 | 24 | 10 | 477 | 115 | 100 |
| Binary | 11101010 | 1011010 | 10111100 | 0 | 111110 | 10100 | 1000 | 100111111 | 1001101 | 1000000 |
Color Harmonies of #EA5ABC
Complementary color
Monochromatic Colors of #EA5ABC
Black with #EA5ABC
Text Example
Text Example
White with #EA5ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5ABC; }
p { color: rgb(234,90,188); }
H1.HeaderClassName
{
color: #EA5ABC;
}
.AnyTagClassName
{
color: #EA5ABC;
}
</style>
background-color css
<style>
a { background-color: #EA5ABC; }
a { background-color: rgb(234,90,188); }
div.DivClassName
{
background-color: #EA5ABC;
}
.BgClassName
{
background-color: #EA5ABC;
}
</style>
border-color css
<style>
span { border-color: #EA5ABC; }
span { border-color: rgb(234,90,188); }
td.TdClassName
{
border-color: #EA5ABC;
}
.TagClassName
{
border-color: #EA5ABC;
}
</style>