Shades of Hot Pink #EE64B5
Tints of Hot Pink #EE64B5
RGB
CMYK
RGB Variations
Color information
#EE64B5 (or 0xEE64B5) is known color: Hot Pink. HEX triplet: EE, 64 and B5. RGB value is (238,100,181). Sum of RGB (Red+Green+Blue) = 238+100+181=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EE64B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE64B5 is #119B4A. Grayscale: #969696. Windows color (decimal): -1153867 or 11887854. OLE color: 11887854.
HSL color Cylindrical-coordinate representation of color #EE64B5: hue angle of 324.78º 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 #EE64B5 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 100 | 181 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.07 |
| HSL | 324.78º | 0.8% | 0.66% | - |
| HSV(B) | 324.78º | 0.58% | 0.93% | - |
| XYZ | 48.16 | 30.63 | 47.09 | - |
| YUV | 150.5 | 145.22 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 100 | 181 | 0 | 0.58 | 0.24 | 0.07 | 324.78 | 0.8 | 0.66 |
| Hex | EE | 64 | B5 | 0 | 3A | 18 | 7 | 145 | 50 | 42 |
| Octal | 356 | 144 | 265 | 0 | 72 | 30 | 7 | 505 | 120 | 102 |
| Binary | 11101110 | 1100100 | 10110101 | 0 | 111010 | 11000 | 111 | 101000101 | 1010000 | 1000010 |
Color Harmonies of #EE64B5
Complementary color
Monochromatic Colors of #EE64B5
Black with #EE64B5
Text Example
Text Example
White with #EE64B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE64B5; }
p { color: rgb(238,100,181); }
H1.HeaderClassName
{
color: #EE64B5;
}
.AnyTagClassName
{
color: #EE64B5;
}
</style>
background-color css
<style>
a { background-color: #EE64B5; }
a { background-color: rgb(238,100,181); }
div.DivClassName
{
background-color: #EE64B5;
}
.BgClassName
{
background-color: #EE64B5;
}
</style>
border-color css
<style>
span { border-color: #EE64B5; }
span { border-color: rgb(238,100,181); }
td.TdClassName
{
border-color: #EE64B5;
}
.TagClassName
{
border-color: #EE64B5;
}
</style>