Shades of Hot Pink #E85FB2
Tints of Hot Pink #E85FB2
RGB
CMYK
RGB Variations
Color information
#E85FB2 (or 0xE85FB2) is known color: Hot Pink. HEX triplet: E8, 5F and B2. RGB value is (232,95,178). Sum of RGB (Red+Green+Blue) = 232+95+178=505 (66% of max value = 765). Red value is 232 (91.02% from 255 or 45.94% from 505); Green value is 95 (37.5% from 255 or 18.81% from 505); Blue value is 178 (69.92% from 255 or 35.25% from 505); Max value from RGB is 232 - color contains mainly: red. Hex color #E85FB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85FB2 is #17A04D. Grayscale: #919191. Windows color (decimal): -1548366 or 11689960. OLE color: 11689960.
HSL color Cylindrical-coordinate representation of color #E85FB2: hue angle of 323.65º 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 #E85FB2 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 95 | 178 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.09 |
| HSL | 323.65º | 0.75% | 0.64% | - |
| HSV(B) | 323.65º | 0.59% | 0.91% | - |
| XYZ | 45.41 | 28.55 | 45.24 | - |
| YUV | 145.43 | 146.39 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 95 | 178 | 0 | 0.59 | 0.23 | 0.09 | 323.65 | 0.75 | 0.64 |
| Hex | E8 | 5F | B2 | 0 | 3B | 17 | 9 | 144 | 4B | 40 |
| Octal | 350 | 137 | 262 | 0 | 73 | 27 | 11 | 504 | 113 | 100 |
| Binary | 11101000 | 1011111 | 10110010 | 0 | 111011 | 10111 | 1001 | 101000100 | 1001011 | 1000000 |
Color Harmonies of #E85FB2
Complementary color
Monochromatic Colors of #E85FB2
Black with #E85FB2
Text Example
Text Example
White with #E85FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85FB2; }
p { color: rgb(232,95,178); }
H1.HeaderClassName
{
color: #E85FB2;
}
.AnyTagClassName
{
color: #E85FB2;
}
</style>
background-color css
<style>
a { background-color: #E85FB2; }
a { background-color: rgb(232,95,178); }
div.DivClassName
{
background-color: #E85FB2;
}
.BgClassName
{
background-color: #E85FB2;
}
</style>
border-color css
<style>
span { border-color: #E85FB2; }
span { border-color: rgb(232,95,178); }
td.TdClassName
{
border-color: #E85FB2;
}
.TagClassName
{
border-color: #E85FB2;
}
</style>