Shades of Hot Pink #E85EB2
Tints of Hot Pink #E85EB2
RGB
CMYK
RGB Variations
Color information
#E85EB2 (or 0xE85EB2) is known color: Hot Pink. HEX triplet: E8, 5E and B2. RGB value is (232,94,178). Sum of RGB (Red+Green+Blue) = 232+94+178=504 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.03% from 504); Green value is 94 (37.11% from 255 or 18.65% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 232 - color contains mainly: red. Hex color #E85EB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85EB2 is #17A14D. Grayscale: #909090. Windows color (decimal): -1548622 or 11689704. OLE color: 11689704.
HSL color Cylindrical-coordinate representation of color #E85EB2: hue angle of 323.48º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E85EB2 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 94 | 178 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.09 |
| HSL | 323.48º | 0.75% | 0.64% | - |
| HSV(B) | 323.48º | 0.59% | 0.91% | - |
| XYZ | 45.32 | 28.38 | 45.21 | - |
| YUV | 144.84 | 146.72 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 94 | 178 | 0 | 0.59 | 0.23 | 0.09 | 323.48 | 0.75 | 0.64 |
| Hex | E8 | 5E | B2 | 0 | 3B | 17 | 9 | 143 | 4B | 40 |
| Octal | 350 | 136 | 262 | 0 | 73 | 27 | 11 | 503 | 113 | 100 |
| Binary | 11101000 | 1011110 | 10110010 | 0 | 111011 | 10111 | 1001 | 101000011 | 1001011 | 1000000 |
Color Harmonies of #E85EB2
Complementary color
Monochromatic Colors of #E85EB2
Black with #E85EB2
Text Example
Text Example
White with #E85EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85EB2; }
p { color: rgb(232,94,178); }
H1.HeaderClassName
{
color: #E85EB2;
}
.AnyTagClassName
{
color: #E85EB2;
}
</style>
background-color css
<style>
a { background-color: #E85EB2; }
a { background-color: rgb(232,94,178); }
div.DivClassName
{
background-color: #E85EB2;
}
.BgClassName
{
background-color: #E85EB2;
}
</style>
border-color css
<style>
span { border-color: #E85EB2; }
span { border-color: rgb(232,94,178); }
td.TdClassName
{
border-color: #E85EB2;
}
.TagClassName
{
border-color: #E85EB2;
}
</style>