Shades of Hot Pink #EA55BA
Tints of Hot Pink #EA55BA
RGB
CMYK
RGB Variations
Color information
#EA55BA (or 0xEA55BA) is known color: Hot Pink. HEX triplet: EA, 55 and BA. RGB value is (234,85,186). Sum of RGB (Red+Green+Blue) = 234+85+186=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 85 (33.59% from 255 or 16.83% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EA55BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA55BA is #15AA45. Grayscale: #8C8C8C. Windows color (decimal): -1419846 or 12211690. OLE color: 12211690.
HSL color Cylindrical-coordinate representation of color #EA55BA: hue angle of 319.33º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA55BA is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 85 | 186 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.08 |
| HSL | 319.33º | 0.78% | 0.63% | - |
| HSV(B) | 319.33º | 0.64% | 0.92% | - |
| XYZ | 46.04 | 27.53 | 49.34 | - |
| YUV | 141.07 | 153.36 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 85 | 186 | 0 | 0.64 | 0.21 | 0.08 | 319.33 | 0.78 | 0.63 |
| Hex | EA | 55 | BA | 0 | 40 | 15 | 8 | 13F | 4E | 3F |
| Octal | 352 | 125 | 272 | 0 | 100 | 25 | 10 | 477 | 116 | 77 |
| Binary | 11101010 | 1010101 | 10111010 | 0 | 1000000 | 10101 | 1000 | 100111111 | 1001110 | 111111 |
Color Harmonies of #EA55BA
Complementary color
Monochromatic Colors of #EA55BA
Black with #EA55BA
Text Example
Text Example
White with #EA55BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA55BA; }
p { color: rgb(234,85,186); }
H1.HeaderClassName
{
color: #EA55BA;
}
.AnyTagClassName
{
color: #EA55BA;
}
</style>
background-color css
<style>
a { background-color: #EA55BA; }
a { background-color: rgb(234,85,186); }
div.DivClassName
{
background-color: #EA55BA;
}
.BgClassName
{
background-color: #EA55BA;
}
</style>
border-color css
<style>
span { border-color: #EA55BA; }
span { border-color: rgb(234,85,186); }
td.TdClassName
{
border-color: #EA55BA;
}
.TagClassName
{
border-color: #EA55BA;
}
</style>