Shades of Hot Pink #EE51BA
Tints of Hot Pink #EE51BA
RGB
CMYK
RGB Variations
Color information
#EE51BA (or 0xEE51BA) is known color: Hot Pink. HEX triplet: EE, 51 and BA. RGB value is (238,81,186). Sum of RGB (Red+Green+Blue) = 238+81+186=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 81 (32.03% from 255 or 16.04% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EE51BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE51BA is #11AE45. Grayscale: #8B8B8B. Windows color (decimal): -1158726 or 12210670. OLE color: 12210670.
HSL color Cylindrical-coordinate representation of color #EE51BA: hue angle of 319.87º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE51BA is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 81 | 186 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.07 |
| HSL | 319.87º | 0.82% | 0.63% | - |
| HSV(B) | 319.87º | 0.66% | 0.93% | - |
| XYZ | 47.07 | 27.61 | 49.3 | - |
| YUV | 139.91 | 154.01 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 81 | 186 | 0 | 0.66 | 0.22 | 0.07 | 319.87 | 0.82 | 0.63 |
| Hex | EE | 51 | BA | 0 | 42 | 16 | 7 | 140 | 52 | 3F |
| Octal | 356 | 121 | 272 | 0 | 102 | 26 | 7 | 500 | 122 | 77 |
| Binary | 11101110 | 1010001 | 10111010 | 0 | 1000010 | 10110 | 111 | 101000000 | 1010010 | 111111 |
Color Harmonies of #EE51BA
Complementary color
Monochromatic Colors of #EE51BA
Black with #EE51BA
Text Example
Text Example
White with #EE51BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE51BA; }
p { color: rgb(238,81,186); }
H1.HeaderClassName
{
color: #EE51BA;
}
.AnyTagClassName
{
color: #EE51BA;
}
</style>
background-color css
<style>
a { background-color: #EE51BA; }
a { background-color: rgb(238,81,186); }
div.DivClassName
{
background-color: #EE51BA;
}
.BgClassName
{
background-color: #EE51BA;
}
</style>
border-color css
<style>
span { border-color: #EE51BA; }
span { border-color: rgb(238,81,186); }
td.TdClassName
{
border-color: #EE51BA;
}
.TagClassName
{
border-color: #EE51BA;
}
</style>