Shades of Hot Pink #EE5FAB
Tints of Hot Pink #EE5FAB
RGB
CMYK
RGB Variations
Color information
#EE5FAB (or 0xEE5FAB) is known color: Hot Pink. HEX triplet: EE, 5F and AB. RGB value is (238,95,171). Sum of RGB (Red+Green+Blue) = 238+95+171=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 95 (37.5% from 255 or 18.85% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5FAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5FAB is #11A054. Grayscale: #929292. Windows color (decimal): -1155157 or 11231214. OLE color: 11231214.
HSL color Cylindrical-coordinate representation of color #EE5FAB: hue angle of 328.11º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE5FAB is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 95 | 171 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.07 |
| HSL | 328.11º | 0.81% | 0.65% | - |
| HSV(B) | 328.11º | 0.6% | 0.93% | - |
| XYZ | 46.7 | 29.3 | 41.72 | - |
| YUV | 146.42 | 141.88 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 95 | 171 | 0 | 0.60 | 0.28 | 0.07 | 328.11 | 0.81 | 0.65 |
| Hex | EE | 5F | AB | 0 | 3C | 1C | 7 | 148 | 51 | 41 |
| Octal | 356 | 137 | 253 | 0 | 74 | 34 | 7 | 510 | 121 | 101 |
| Binary | 11101110 | 1011111 | 10101011 | 0 | 111100 | 11100 | 111 | 101001000 | 1010001 | 1000001 |
Color Harmonies of #EE5FAB
Complementary color
Monochromatic Colors of #EE5FAB
Black with #EE5FAB
Text Example
Text Example
White with #EE5FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5FAB; }
p { color: rgb(238,95,171); }
H1.HeaderClassName
{
color: #EE5FAB;
}
.AnyTagClassName
{
color: #EE5FAB;
}
</style>
background-color css
<style>
a { background-color: #EE5FAB; }
a { background-color: rgb(238,95,171); }
div.DivClassName
{
background-color: #EE5FAB;
}
.BgClassName
{
background-color: #EE5FAB;
}
</style>
border-color css
<style>
span { border-color: #EE5FAB; }
span { border-color: rgb(238,95,171); }
td.TdClassName
{
border-color: #EE5FAB;
}
.TagClassName
{
border-color: #EE5FAB;
}
</style>