Shades of Hot Pink #EA52BA
Tints of Hot Pink #EA52BA
RGB
CMYK
RGB Variations
Color information
#EA52BA (or 0xEA52BA) is known color: Hot Pink. HEX triplet: EA, 52 and BA. RGB value is (234,82,186). Sum of RGB (Red+Green+Blue) = 234+82+186=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 82 (32.42% from 255 or 16.33% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EA52BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA52BA is #15AD45. Grayscale: #8B8B8B. Windows color (decimal): -1420614 or 12210922. OLE color: 12210922.
HSL color Cylindrical-coordinate representation of color #EA52BA: hue angle of 318.95º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA52BA is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 82 | 186 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.08 |
| HSL | 318.95º | 0.78% | 0.62% | - |
| HSV(B) | 318.95º | 0.65% | 0.92% | - |
| XYZ | 45.81 | 27.07 | 49.27 | - |
| YUV | 139.3 | 154.36 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 82 | 186 | 0 | 0.65 | 0.21 | 0.08 | 318.95 | 0.78 | 0.62 |
| Hex | EA | 52 | BA | 0 | 41 | 15 | 8 | 13F | 4E | 3E |
| Octal | 352 | 122 | 272 | 0 | 101 | 25 | 10 | 477 | 116 | 76 |
| Binary | 11101010 | 1010010 | 10111010 | 0 | 1000001 | 10101 | 1000 | 100111111 | 1001110 | 111110 |
Color Harmonies of #EA52BA
Complementary color
Monochromatic Colors of #EA52BA
Black with #EA52BA
Text Example
Text Example
White with #EA52BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA52BA; }
p { color: rgb(234,82,186); }
H1.HeaderClassName
{
color: #EA52BA;
}
.AnyTagClassName
{
color: #EA52BA;
}
</style>
background-color css
<style>
a { background-color: #EA52BA; }
a { background-color: rgb(234,82,186); }
div.DivClassName
{
background-color: #EA52BA;
}
.BgClassName
{
background-color: #EA52BA;
}
</style>
border-color css
<style>
span { border-color: #EA52BA; }
span { border-color: rgb(234,82,186); }
td.TdClassName
{
border-color: #EA52BA;
}
.TagClassName
{
border-color: #EA52BA;
}
</style>