Shades of Hot Pink #EA53BA
Tints of Hot Pink #EA53BA
RGB
CMYK
RGB Variations
Color information
#EA53BA (or 0xEA53BA) is known color: Hot Pink. HEX triplet: EA, 53 and BA. RGB value is (234,83,186). Sum of RGB (Red+Green+Blue) = 234+83+186=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 83 (32.81% from 255 or 16.50% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EA53BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA53BA is #15AC45. Grayscale: #8B8B8B. Windows color (decimal): -1420358 or 12211178. OLE color: 12211178.
HSL color Cylindrical-coordinate representation of color #EA53BA: hue angle of 319.07º 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 #EA53BA is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 83 | 186 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.08 |
| HSL | 319.07º | 0.78% | 0.62% | - |
| HSV(B) | 319.07º | 0.65% | 0.92% | - |
| XYZ | 45.89 | 27.22 | 49.29 | - |
| YUV | 139.89 | 154.03 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 83 | 186 | 0 | 0.65 | 0.21 | 0.08 | 319.07 | 0.78 | 0.62 |
| Hex | EA | 53 | BA | 0 | 41 | 15 | 8 | 13F | 4E | 3E |
| Octal | 352 | 123 | 272 | 0 | 101 | 25 | 10 | 477 | 116 | 76 |
| Binary | 11101010 | 1010011 | 10111010 | 0 | 1000001 | 10101 | 1000 | 100111111 | 1001110 | 111110 |
Color Harmonies of #EA53BA
Complementary color
Monochromatic Colors of #EA53BA
Black with #EA53BA
Text Example
Text Example
White with #EA53BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA53BA; }
p { color: rgb(234,83,186); }
H1.HeaderClassName
{
color: #EA53BA;
}
.AnyTagClassName
{
color: #EA53BA;
}
</style>
background-color css
<style>
a { background-color: #EA53BA; }
a { background-color: rgb(234,83,186); }
div.DivClassName
{
background-color: #EA53BA;
}
.BgClassName
{
background-color: #EA53BA;
}
</style>
border-color css
<style>
span { border-color: #EA53BA; }
span { border-color: rgb(234,83,186); }
td.TdClassName
{
border-color: #EA53BA;
}
.TagClassName
{
border-color: #EA53BA;
}
</style>