Shades of Hot Pink #EE64AB
Tints of Hot Pink #EE64AB
RGB
CMYK
RGB Variations
Color information
#EE64AB (or 0xEE64AB) is known color: Hot Pink. HEX triplet: EE, 64 and AB. RGB value is (238,100,171). Sum of RGB (Red+Green+Blue) = 238+100+171=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 100 (39.45% from 255 or 19.65% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EE64AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE64AB is #119B54. Grayscale: #959595. Windows color (decimal): -1153877 or 11232494. OLE color: 11232494.
HSL color Cylindrical-coordinate representation of color #EE64AB: hue angle of 329.13º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE64AB is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 100 | 171 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.07 |
| HSL | 329.13º | 0.8% | 0.66% | - |
| HSV(B) | 329.13º | 0.58% | 0.93% | - |
| XYZ | 47.17 | 30.23 | 41.88 | - |
| YUV | 149.36 | 140.22 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 100 | 171 | 0 | 0.58 | 0.28 | 0.07 | 329.13 | 0.8 | 0.66 |
| Hex | EE | 64 | AB | 0 | 3A | 1C | 7 | 149 | 50 | 42 |
| Octal | 356 | 144 | 253 | 0 | 72 | 34 | 7 | 511 | 120 | 102 |
| Binary | 11101110 | 1100100 | 10101011 | 0 | 111010 | 11100 | 111 | 101001001 | 1010000 | 1000010 |
Color Harmonies of #EE64AB
Complementary color
Monochromatic Colors of #EE64AB
Black with #EE64AB
Text Example
Text Example
White with #EE64AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE64AB; }
p { color: rgb(238,100,171); }
H1.HeaderClassName
{
color: #EE64AB;
}
.AnyTagClassName
{
color: #EE64AB;
}
</style>
background-color css
<style>
a { background-color: #EE64AB; }
a { background-color: rgb(238,100,171); }
div.DivClassName
{
background-color: #EE64AB;
}
.BgClassName
{
background-color: #EE64AB;
}
</style>
border-color css
<style>
span { border-color: #EE64AB; }
span { border-color: rgb(238,100,171); }
td.TdClassName
{
border-color: #EE64AB;
}
.TagClassName
{
border-color: #EE64AB;
}
</style>