Shades of Hot Pink #E85FB6
Tints of Hot Pink #E85FB6
RGB
CMYK
RGB Variations
Color information
#E85FB6 (or 0xE85FB6) is known color: Hot Pink. HEX triplet: E8, 5F and B6. RGB value is (232,95,182). Sum of RGB (Red+Green+Blue) = 232+95+182=509 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.58% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 182 (71.48% from 255 or 35.76% from 509); Max value from RGB is 232 - color contains mainly: red. Hex color #E85FB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85FB6 is #17A049. Grayscale: #919191. Windows color (decimal): -1548362 or 11952104. OLE color: 11952104.
HSL color Cylindrical-coordinate representation of color #E85FB6: hue angle of 321.9º 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 #E85FB6 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 95 | 182 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.09 |
| HSL | 321.9º | 0.75% | 0.64% | - |
| HSV(B) | 321.9º | 0.59% | 0.91% | - |
| XYZ | 45.81 | 28.72 | 47.38 | - |
| YUV | 145.88 | 148.39 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 95 | 182 | 0 | 0.59 | 0.22 | 0.09 | 321.9 | 0.75 | 0.64 |
| Hex | E8 | 5F | B6 | 0 | 3B | 16 | 9 | 142 | 4B | 40 |
| Octal | 350 | 137 | 266 | 0 | 73 | 26 | 11 | 502 | 113 | 100 |
| Binary | 11101000 | 1011111 | 10110110 | 0 | 111011 | 10110 | 1001 | 101000010 | 1001011 | 1000000 |
Color Harmonies of #E85FB6
Complementary color
Monochromatic Colors of #E85FB6
Black with #E85FB6
Text Example
Text Example
White with #E85FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85FB6; }
p { color: rgb(232,95,182); }
H1.HeaderClassName
{
color: #E85FB6;
}
.AnyTagClassName
{
color: #E85FB6;
}
</style>
background-color css
<style>
a { background-color: #E85FB6; }
a { background-color: rgb(232,95,182); }
div.DivClassName
{
background-color: #E85FB6;
}
.BgClassName
{
background-color: #E85FB6;
}
</style>
border-color css
<style>
span { border-color: #E85FB6; }
span { border-color: rgb(232,95,182); }
td.TdClassName
{
border-color: #E85FB6;
}
.TagClassName
{
border-color: #E85FB6;
}
</style>