Shades of Hot Pink #EA64B9
Tints of Hot Pink #EA64B9
RGB
CMYK
RGB Variations
Color information
#EA64B9 (or 0xEA64B9) is known color: Hot Pink. HEX triplet: EA, 64 and B9. RGB value is (234,100,185). Sum of RGB (Red+Green+Blue) = 234+100+185=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EA64B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA64B9 is #159B46. Grayscale: #959595. Windows color (decimal): -1416007 or 12149994. OLE color: 12149994.
HSL color Cylindrical-coordinate representation of color #EA64B9: hue angle of 321.94º 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 #EA64B9 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 100 | 185 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.08 |
| HSL | 321.94º | 0.76% | 0.65% | - |
| HSV(B) | 321.94º | 0.57% | 0.92% | - |
| XYZ | 47.25 | 30.11 | 49.22 | - |
| YUV | 149.76 | 147.89 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 100 | 185 | 0 | 0.57 | 0.21 | 0.08 | 321.94 | 0.76 | 0.65 |
| Hex | EA | 64 | B9 | 0 | 39 | 15 | 8 | 142 | 4C | 41 |
| Octal | 352 | 144 | 271 | 0 | 71 | 25 | 10 | 502 | 114 | 101 |
| Binary | 11101010 | 1100100 | 10111001 | 0 | 111001 | 10101 | 1000 | 101000010 | 1001100 | 1000001 |
Color Harmonies of #EA64B9
Complementary color
Monochromatic Colors of #EA64B9
Black with #EA64B9
Text Example
Text Example
White with #EA64B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA64B9; }
p { color: rgb(234,100,185); }
H1.HeaderClassName
{
color: #EA64B9;
}
.AnyTagClassName
{
color: #EA64B9;
}
</style>
background-color css
<style>
a { background-color: #EA64B9; }
a { background-color: rgb(234,100,185); }
div.DivClassName
{
background-color: #EA64B9;
}
.BgClassName
{
background-color: #EA64B9;
}
</style>
border-color css
<style>
span { border-color: #EA64B9; }
span { border-color: rgb(234,100,185); }
td.TdClassName
{
border-color: #EA64B9;
}
.TagClassName
{
border-color: #EA64B9;
}
</style>