Shades of Hot Pink #EE5FB0
Tints of Hot Pink #EE5FB0
RGB
CMYK
RGB Variations
Color information
#EE5FB0 (or 0xEE5FB0) is known color: Hot Pink. HEX triplet: EE, 5F and B0. RGB value is (238,95,176). Sum of RGB (Red+Green+Blue) = 238+95+176=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 176 (69.14% from 255 or 34.58% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5FB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5FB0 is #11A04F. Grayscale: #929292. Windows color (decimal): -1155152 or 11558894. OLE color: 11558894.
HSL color Cylindrical-coordinate representation of color #EE5FB0: hue angle of 326.01º 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 #EE5FB0 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 95 | 176 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.07 |
| HSL | 326.01º | 0.81% | 0.65% | - |
| HSV(B) | 326.01º | 0.6% | 0.93% | - |
| XYZ | 47.19 | 29.5 | 44.28 | - |
| YUV | 146.99 | 144.38 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 95 | 176 | 0 | 0.60 | 0.26 | 0.07 | 326.01 | 0.81 | 0.65 |
| Hex | EE | 5F | B0 | 0 | 3C | 1A | 7 | 146 | 51 | 41 |
| Octal | 356 | 137 | 260 | 0 | 74 | 32 | 7 | 506 | 121 | 101 |
| Binary | 11101110 | 1011111 | 10110000 | 0 | 111100 | 11010 | 111 | 101000110 | 1010001 | 1000001 |
Color Harmonies of #EE5FB0
Complementary color
Monochromatic Colors of #EE5FB0
Black with #EE5FB0
Text Example
Text Example
White with #EE5FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5FB0; }
p { color: rgb(238,95,176); }
H1.HeaderClassName
{
color: #EE5FB0;
}
.AnyTagClassName
{
color: #EE5FB0;
}
</style>
background-color css
<style>
a { background-color: #EE5FB0; }
a { background-color: rgb(238,95,176); }
div.DivClassName
{
background-color: #EE5FB0;
}
.BgClassName
{
background-color: #EE5FB0;
}
</style>
border-color css
<style>
span { border-color: #EE5FB0; }
span { border-color: rgb(238,95,176); }
td.TdClassName
{
border-color: #EE5FB0;
}
.TagClassName
{
border-color: #EE5FB0;
}
</style>