Shades of Hot Pink #EE56B5
Tints of Hot Pink #EE56B5
RGB
CMYK
RGB Variations
Color information
#EE56B5 (or 0xEE56B5) is known color: Hot Pink. HEX triplet: EE, 56 and B5. RGB value is (238,86,181). Sum of RGB (Red+Green+Blue) = 238+86+181=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 86 (33.98% from 255 or 17.03% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EE56B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE56B5 is #11A94A. Grayscale: #8E8E8E. Windows color (decimal): -1157451 or 11884270. OLE color: 11884270.
HSL color Cylindrical-coordinate representation of color #EE56B5: hue angle of 322.5º 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 #EE56B5 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 86 | 181 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.07 |
| HSL | 322.5º | 0.82% | 0.64% | - |
| HSV(B) | 322.5º | 0.64% | 0.93% | - |
| XYZ | 46.93 | 28.17 | 46.68 | - |
| YUV | 142.28 | 149.86 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 86 | 181 | 0 | 0.64 | 0.24 | 0.07 | 322.5 | 0.82 | 0.64 |
| Hex | EE | 56 | B5 | 0 | 40 | 18 | 7 | 142 | 52 | 40 |
| Octal | 356 | 126 | 265 | 0 | 100 | 30 | 7 | 502 | 122 | 100 |
| Binary | 11101110 | 1010110 | 10110101 | 0 | 1000000 | 11000 | 111 | 101000010 | 1010010 | 1000000 |
Color Harmonies of #EE56B5
Complementary color
Monochromatic Colors of #EE56B5
Black with #EE56B5
Text Example
Text Example
White with #EE56B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE56B5; }
p { color: rgb(238,86,181); }
H1.HeaderClassName
{
color: #EE56B5;
}
.AnyTagClassName
{
color: #EE56B5;
}
</style>
background-color css
<style>
a { background-color: #EE56B5; }
a { background-color: rgb(238,86,181); }
div.DivClassName
{
background-color: #EE56B5;
}
.BgClassName
{
background-color: #EE56B5;
}
</style>
border-color css
<style>
span { border-color: #EE56B5; }
span { border-color: rgb(238,86,181); }
td.TdClassName
{
border-color: #EE56B5;
}
.TagClassName
{
border-color: #EE56B5;
}
</style>