Shades of Hot Pink #E85DBB
Tints of Hot Pink #E85DBB
RGB
CMYK
RGB Variations
Color information
#E85DBB (or 0xE85DBB) is known color: Hot Pink. HEX triplet: E8, 5D and BB. RGB value is (232,93,187). Sum of RGB (Red+Green+Blue) = 232+93+187=512 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.31% from 512); Green value is 93 (36.72% from 255 or 18.16% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 232 - color contains mainly: red. Hex color #E85DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85DBB is #17A244. Grayscale: #919191. Windows color (decimal): -1548869 or 12279272. OLE color: 12279272.
HSL color Cylindrical-coordinate representation of color #E85DBB: hue angle of 319.42º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E85DBB is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 93 | 187 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.09 |
| HSL | 319.42º | 0.75% | 0.64% | - |
| HSV(B) | 319.42º | 0.6% | 0.91% | - |
| XYZ | 46.16 | 28.57 | 50.1 | - |
| YUV | 145.28 | 151.55 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 187 | 0 | 0.60 | 0.19 | 0.09 | 319.42 | 0.75 | 0.64 |
| Hex | E8 | 5D | BB | 0 | 3C | 13 | 9 | 13F | 4B | 40 |
| Octal | 350 | 135 | 273 | 0 | 74 | 23 | 11 | 477 | 113 | 100 |
| Binary | 11101000 | 1011101 | 10111011 | 0 | 111100 | 10011 | 1001 | 100111111 | 1001011 | 1000000 |
Color Harmonies of #E85DBB
Complementary color
Monochromatic Colors of #E85DBB
Black with #E85DBB
Text Example
Text Example
White with #E85DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85DBB; }
p { color: rgb(232,93,187); }
H1.HeaderClassName
{
color: #E85DBB;
}
.AnyTagClassName
{
color: #E85DBB;
}
</style>
background-color css
<style>
a { background-color: #E85DBB; }
a { background-color: rgb(232,93,187); }
div.DivClassName
{
background-color: #E85DBB;
}
.BgClassName
{
background-color: #E85DBB;
}
</style>
border-color css
<style>
span { border-color: #E85DBB; }
span { border-color: rgb(232,93,187); }
td.TdClassName
{
border-color: #E85DBB;
}
.TagClassName
{
border-color: #E85DBB;
}
</style>