Shades of Hot Pink #EA64BA
Tints of Hot Pink #EA64BA
RGB
CMYK
RGB Variations
Color information
#EA64BA (or 0xEA64BA) is known color: Hot Pink. HEX triplet: EA, 64 and BA. RGB value is (234,100,186). Sum of RGB (Red+Green+Blue) = 234+100+186=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 100 (39.45% from 255 or 19.23% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EA64BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA64BA is #159B45. Grayscale: #959595. Windows color (decimal): -1416006 or 12215530. OLE color: 12215530.
HSL color Cylindrical-coordinate representation of color #EA64BA: hue angle of 321.49º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA64BA is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 100 | 186 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.08 |
| HSL | 321.49º | 0.76% | 0.65% | - |
| HSV(B) | 321.49º | 0.57% | 0.92% | - |
| XYZ | 47.35 | 30.15 | 49.78 | - |
| YUV | 149.87 | 148.39 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 100 | 186 | 0 | 0.57 | 0.21 | 0.08 | 321.49 | 0.76 | 0.65 |
| Hex | EA | 64 | BA | 0 | 39 | 15 | 8 | 141 | 4C | 41 |
| Octal | 352 | 144 | 272 | 0 | 71 | 25 | 10 | 501 | 114 | 101 |
| Binary | 11101010 | 1100100 | 10111010 | 0 | 111001 | 10101 | 1000 | 101000001 | 1001100 | 1000001 |
Color Harmonies of #EA64BA
Complementary color
Monochromatic Colors of #EA64BA
Black with #EA64BA
Text Example
Text Example
White with #EA64BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA64BA; }
p { color: rgb(234,100,186); }
H1.HeaderClassName
{
color: #EA64BA;
}
.AnyTagClassName
{
color: #EA64BA;
}
</style>
background-color css
<style>
a { background-color: #EA64BA; }
a { background-color: rgb(234,100,186); }
div.DivClassName
{
background-color: #EA64BA;
}
.BgClassName
{
background-color: #EA64BA;
}
</style>
border-color css
<style>
span { border-color: #EA64BA; }
span { border-color: rgb(234,100,186); }
td.TdClassName
{
border-color: #EA64BA;
}
.TagClassName
{
border-color: #EA64BA;
}
</style>