Shades of Hot Pink #EE56BB
Tints of Hot Pink #EE56BB
RGB
CMYK
RGB Variations
Color information
#EE56BB (or 0xEE56BB) is known color: Hot Pink. HEX triplet: EE, 56 and BB. RGB value is (238,86,187). Sum of RGB (Red+Green+Blue) = 238+86+187=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 86 (33.98% from 255 or 16.83% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EE56BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE56BB is #11A944. Grayscale: #8E8E8E. Windows color (decimal): -1157445 or 12277486. OLE color: 12277486.
HSL color Cylindrical-coordinate representation of color #EE56BB: hue angle of 320.13º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE56BB is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 86 | 187 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.07 |
| HSL | 320.13º | 0.82% | 0.64% | - |
| HSV(B) | 320.13º | 0.64% | 0.93% | - |
| XYZ | 47.56 | 28.42 | 49.99 | - |
| YUV | 142.96 | 152.86 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 86 | 187 | 0 | 0.64 | 0.21 | 0.07 | 320.13 | 0.82 | 0.64 |
| Hex | EE | 56 | BB | 0 | 40 | 15 | 7 | 140 | 52 | 40 |
| Octal | 356 | 126 | 273 | 0 | 100 | 25 | 7 | 500 | 122 | 100 |
| Binary | 11101110 | 1010110 | 10111011 | 0 | 1000000 | 10101 | 111 | 101000000 | 1010010 | 1000000 |
Color Harmonies of #EE56BB
Complementary color
Monochromatic Colors of #EE56BB
Black with #EE56BB
Text Example
Text Example
White with #EE56BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE56BB; }
p { color: rgb(238,86,187); }
H1.HeaderClassName
{
color: #EE56BB;
}
.AnyTagClassName
{
color: #EE56BB;
}
</style>
background-color css
<style>
a { background-color: #EE56BB; }
a { background-color: rgb(238,86,187); }
div.DivClassName
{
background-color: #EE56BB;
}
.BgClassName
{
background-color: #EE56BB;
}
</style>
border-color css
<style>
span { border-color: #EE56BB; }
span { border-color: rgb(238,86,187); }
td.TdClassName
{
border-color: #EE56BB;
}
.TagClassName
{
border-color: #EE56BB;
}
</style>