Shades of Hot Pink #EE64AA
Tints of Hot Pink #EE64AA
RGB
CMYK
RGB Variations
Color information
#EE64AA (or 0xEE64AA) is known color: Hot Pink. HEX triplet: EE, 64 and AA. RGB value is (238,100,170). Sum of RGB (Red+Green+Blue) = 238+100+170=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 100 (39.45% from 255 or 19.69% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EE64AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE64AA is #119B55. Grayscale: #959595. Windows color (decimal): -1153878 or 11166958. OLE color: 11166958.
HSL color Cylindrical-coordinate representation of color #EE64AA: hue angle of 329.57º 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 #EE64AA is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 100 | 170 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.07 |
| HSL | 329.57º | 0.8% | 0.66% | - |
| HSV(B) | 329.57º | 0.58% | 0.93% | - |
| XYZ | 47.07 | 30.19 | 41.38 | - |
| YUV | 149.24 | 139.72 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 100 | 170 | 0 | 0.58 | 0.29 | 0.07 | 329.57 | 0.8 | 0.66 |
| Hex | EE | 64 | AA | 0 | 3A | 1D | 7 | 14A | 50 | 42 |
| Octal | 356 | 144 | 252 | 0 | 72 | 35 | 7 | 512 | 120 | 102 |
| Binary | 11101110 | 1100100 | 10101010 | 0 | 111010 | 11101 | 111 | 101001010 | 1010000 | 1000010 |
Color Harmonies of #EE64AA
Complementary color
Monochromatic Colors of #EE64AA
Black with #EE64AA
Text Example
Text Example
White with #EE64AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE64AA; }
p { color: rgb(238,100,170); }
H1.HeaderClassName
{
color: #EE64AA;
}
.AnyTagClassName
{
color: #EE64AA;
}
</style>
background-color css
<style>
a { background-color: #EE64AA; }
a { background-color: rgb(238,100,170); }
div.DivClassName
{
background-color: #EE64AA;
}
.BgClassName
{
background-color: #EE64AA;
}
</style>
border-color css
<style>
span { border-color: #EE64AA; }
span { border-color: rgb(238,100,170); }
td.TdClassName
{
border-color: #EE64AA;
}
.TagClassName
{
border-color: #EE64AA;
}
</style>