Shades of Hot Pink #E85FB4
Tints of Hot Pink #E85FB4
RGB
CMYK
RGB Variations
Color information
#E85FB4 (or 0xE85FB4) is known color: Hot Pink. HEX triplet: E8, 5F and B4. RGB value is (232,95,180). Sum of RGB (Red+Green+Blue) = 232+95+180=507 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.76% from 507); Green value is 95 (37.5% from 255 or 18.74% from 507); Blue value is 180 (70.70% from 255 or 35.50% from 507); Max value from RGB is 232 - color contains mainly: red. Hex color #E85FB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85FB4 is #17A04B. Grayscale: #919191. Windows color (decimal): -1548364 or 11821032. OLE color: 11821032.
HSL color Cylindrical-coordinate representation of color #E85FB4: hue angle of 322.77º 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 #E85FB4 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 95 | 180 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.09 |
| HSL | 322.77º | 0.75% | 0.64% | - |
| HSV(B) | 322.77º | 0.59% | 0.91% | - |
| XYZ | 45.61 | 28.64 | 46.3 | - |
| YUV | 145.65 | 147.39 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 95 | 180 | 0 | 0.59 | 0.22 | 0.09 | 322.77 | 0.75 | 0.64 |
| Hex | E8 | 5F | B4 | 0 | 3B | 16 | 9 | 143 | 4B | 40 |
| Octal | 350 | 137 | 264 | 0 | 73 | 26 | 11 | 503 | 113 | 100 |
| Binary | 11101000 | 1011111 | 10110100 | 0 | 111011 | 10110 | 1001 | 101000011 | 1001011 | 1000000 |
Color Harmonies of #E85FB4
Complementary color
Monochromatic Colors of #E85FB4
Black with #E85FB4
Text Example
Text Example
White with #E85FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85FB4; }
p { color: rgb(232,95,180); }
H1.HeaderClassName
{
color: #E85FB4;
}
.AnyTagClassName
{
color: #E85FB4;
}
</style>
background-color css
<style>
a { background-color: #E85FB4; }
a { background-color: rgb(232,95,180); }
div.DivClassName
{
background-color: #E85FB4;
}
.BgClassName
{
background-color: #E85FB4;
}
</style>
border-color css
<style>
span { border-color: #E85FB4; }
span { border-color: rgb(232,95,180); }
td.TdClassName
{
border-color: #E85FB4;
}
.TagClassName
{
border-color: #E85FB4;
}
</style>