Shades of Hot Pink #E871B0
Tints of Hot Pink #E871B0
RGB
CMYK
RGB Variations
Color information
#E871B0 (or 0xE871B0) is known color: Hot Pink. HEX triplet: E8, 71 and B0. RGB value is (232,113,176). Sum of RGB (Red+Green+Blue) = 232+113+176=521 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.53% from 521); Green value is 113 (44.53% from 255 or 21.69% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 232 - color contains mainly: red. Hex color #E871B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E871B0 is #178E4F. Grayscale: #9B9B9B. Windows color (decimal): -1543760 or 11563496. OLE color: 11563496.
HSL color Cylindrical-coordinate representation of color #E871B0: hue angle of 328.24º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E871B0 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 113 | 176 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.09 |
| HSL | 328.24º | 0.72% | 0.68% | - |
| HSV(B) | 328.24º | 0.51% | 0.91% | - |
| XYZ | 47.02 | 32.1 | 44.79 | - |
| YUV | 155.76 | 139.42 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 113 | 176 | 0 | 0.51 | 0.24 | 0.09 | 328.24 | 0.72 | 0.68 |
| Hex | E8 | 71 | B0 | 0 | 33 | 18 | 9 | 148 | 48 | 44 |
| Octal | 350 | 161 | 260 | 0 | 63 | 30 | 11 | 510 | 110 | 104 |
| Binary | 11101000 | 1110001 | 10110000 | 0 | 110011 | 11000 | 1001 | 101001000 | 1001000 | 1000100 |
Color Harmonies of #E871B0
Complementary color
Monochromatic Colors of #E871B0
Black with #E871B0
Text Example
Text Example
White with #E871B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E871B0; }
p { color: rgb(232,113,176); }
H1.HeaderClassName
{
color: #E871B0;
}
.AnyTagClassName
{
color: #E871B0;
}
</style>
background-color css
<style>
a { background-color: #E871B0; }
a { background-color: rgb(232,113,176); }
div.DivClassName
{
background-color: #E871B0;
}
.BgClassName
{
background-color: #E871B0;
}
</style>
border-color css
<style>
span { border-color: #E871B0; }
span { border-color: rgb(232,113,176); }
td.TdClassName
{
border-color: #E871B0;
}
.TagClassName
{
border-color: #E871B0;
}
</style>