Shades of Hot Pink #EE5DAF
Tints of Hot Pink #EE5DAF
RGB
CMYK
RGB Variations
Color information
#EE5DAF (or 0xEE5DAF) is known color: Hot Pink. HEX triplet: EE, 5D and AF. RGB value is (238,93,175). Sum of RGB (Red+Green+Blue) = 238+93+175=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 93 (36.72% from 255 or 18.38% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5DAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5DAF is #11A250. Grayscale: #919191. Windows color (decimal): -1155665 or 11492846. OLE color: 11492846.
HSL color Cylindrical-coordinate representation of color #EE5DAF: hue angle of 326.07º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EE5DAF is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 93 | 175 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.07 |
| HSL | 326.07º | 0.81% | 0.65% | - |
| HSV(B) | 326.07º | 0.61% | 0.93% | - |
| XYZ | 46.91 | 29.1 | 43.7 | - |
| YUV | 145.7 | 144.54 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 93 | 175 | 0 | 0.61 | 0.26 | 0.07 | 326.07 | 0.81 | 0.65 |
| Hex | EE | 5D | AF | 0 | 3D | 1A | 7 | 146 | 51 | 41 |
| Octal | 356 | 135 | 257 | 0 | 75 | 32 | 7 | 506 | 121 | 101 |
| Binary | 11101110 | 1011101 | 10101111 | 0 | 111101 | 11010 | 111 | 101000110 | 1010001 | 1000001 |
Color Harmonies of #EE5DAF
Complementary color
Monochromatic Colors of #EE5DAF
Black with #EE5DAF
Text Example
Text Example
White with #EE5DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5DAF; }
p { color: rgb(238,93,175); }
H1.HeaderClassName
{
color: #EE5DAF;
}
.AnyTagClassName
{
color: #EE5DAF;
}
</style>
background-color css
<style>
a { background-color: #EE5DAF; }
a { background-color: rgb(238,93,175); }
div.DivClassName
{
background-color: #EE5DAF;
}
.BgClassName
{
background-color: #EE5DAF;
}
</style>
border-color css
<style>
span { border-color: #EE5DAF; }
span { border-color: rgb(238,93,175); }
td.TdClassName
{
border-color: #EE5DAF;
}
.TagClassName
{
border-color: #EE5DAF;
}
</style>