Shades of Hot Pink #EE56BD
Tints of Hot Pink #EE56BD
RGB
CMYK
RGB Variations
Color information
#EE56BD (or 0xEE56BD) is known color: Hot Pink. HEX triplet: EE, 56 and BD. RGB value is (238,86,189). Sum of RGB (Red+Green+Blue) = 238+86+189=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 86 (33.98% from 255 or 16.76% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EE56BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE56BD is #11A942. Grayscale: #8E8E8E. Windows color (decimal): -1157443 or 12408558. OLE color: 12408558.
HSL color Cylindrical-coordinate representation of color #EE56BD: hue angle of 319.34º 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 #EE56BD is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 86 | 189 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.07 |
| HSL | 319.34º | 0.82% | 0.64% | - |
| HSV(B) | 319.34º | 0.64% | 0.93% | - |
| XYZ | 47.77 | 28.51 | 51.13 | - |
| YUV | 143.19 | 153.86 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 86 | 189 | 0 | 0.64 | 0.21 | 0.07 | 319.34 | 0.82 | 0.64 |
| Hex | EE | 56 | BD | 0 | 40 | 15 | 7 | 13F | 52 | 40 |
| Octal | 356 | 126 | 275 | 0 | 100 | 25 | 7 | 477 | 122 | 100 |
| Binary | 11101110 | 1010110 | 10111101 | 0 | 1000000 | 10101 | 111 | 100111111 | 1010010 | 1000000 |
Color Harmonies of #EE56BD
Complementary color
Monochromatic Colors of #EE56BD
Black with #EE56BD
Text Example
Text Example
White with #EE56BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE56BD; }
p { color: rgb(238,86,189); }
H1.HeaderClassName
{
color: #EE56BD;
}
.AnyTagClassName
{
color: #EE56BD;
}
</style>
background-color css
<style>
a { background-color: #EE56BD; }
a { background-color: rgb(238,86,189); }
div.DivClassName
{
background-color: #EE56BD;
}
.BgClassName
{
background-color: #EE56BD;
}
</style>
border-color css
<style>
span { border-color: #EE56BD; }
span { border-color: rgb(238,86,189); }
td.TdClassName
{
border-color: #EE56BD;
}
.TagClassName
{
border-color: #EE56BD;
}
</style>