Shades of Hot Pink #EE5EBC
Tints of Hot Pink #EE5EBC
RGB
CMYK
RGB Variations
Color information
#EE5EBC (or 0xEE5EBC) is known color: Hot Pink. HEX triplet: EE, 5E and BC. RGB value is (238,94,188). Sum of RGB (Red+Green+Blue) = 238+94+188=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5EBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE5EBC is #11A143. Grayscale: #939393. Windows color (decimal): -1155396 or 12345070. OLE color: 12345070.
HSL color Cylindrical-coordinate representation of color #EE5EBC: hue angle of 320.83º 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 #EE5EBC is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 94 | 188 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.07 |
| HSL | 320.83º | 0.81% | 0.65% | - |
| HSV(B) | 320.83º | 0.61% | 0.93% | - |
| XYZ | 48.34 | 29.81 | 50.78 | - |
| YUV | 147.77 | 150.71 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 94 | 188 | 0 | 0.61 | 0.21 | 0.07 | 320.83 | 0.81 | 0.65 |
| Hex | EE | 5E | BC | 0 | 3D | 15 | 7 | 141 | 51 | 41 |
| Octal | 356 | 136 | 274 | 0 | 75 | 25 | 7 | 501 | 121 | 101 |
| Binary | 11101110 | 1011110 | 10111100 | 0 | 111101 | 10101 | 111 | 101000001 | 1010001 | 1000001 |
Color Harmonies of #EE5EBC
Complementary color
Monochromatic Colors of #EE5EBC
Black with #EE5EBC
Text Example
Text Example
White with #EE5EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5EBC; }
p { color: rgb(238,94,188); }
H1.HeaderClassName
{
color: #EE5EBC;
}
.AnyTagClassName
{
color: #EE5EBC;
}
</style>
background-color css
<style>
a { background-color: #EE5EBC; }
a { background-color: rgb(238,94,188); }
div.DivClassName
{
background-color: #EE5EBC;
}
.BgClassName
{
background-color: #EE5EBC;
}
</style>
border-color css
<style>
span { border-color: #EE5EBC; }
span { border-color: rgb(238,94,188); }
td.TdClassName
{
border-color: #EE5EBC;
}
.TagClassName
{
border-color: #EE5EBC;
}
</style>