Shades of Hot Pink #E062B0
Tints of Hot Pink #E062B0
RGB
CMYK
RGB Variations
Color information
#E062B0 (or 0xE062B0) is known color: Hot Pink. HEX triplet: E0, 62 and B0. RGB value is (224,98,176). Sum of RGB (Red+Green+Blue) = 224+98+176=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 98 (38.67% from 255 or 19.68% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E062B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E062B0 is #1F9D4F. Grayscale: #909090. Windows color (decimal): -2071888 or 11559648. OLE color: 11559648.
HSL color Cylindrical-coordinate representation of color #E062B0: hue angle of 322.86º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E062B0 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 98 | 176 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.12 |
| HSL | 322.86º | 0.67% | 0.63% | - |
| HSV(B) | 322.86º | 0.56% | 0.88% | - |
| XYZ | 42.94 | 27.72 | 44.16 | - |
| YUV | 144.57 | 145.74 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 98 | 176 | 0 | 0.56 | 0.21 | 0.12 | 322.86 | 0.67 | 0.63 |
| Hex | E0 | 62 | B0 | 0 | 38 | 15 | C | 143 | 43 | 3F |
| Octal | 340 | 142 | 260 | 0 | 70 | 25 | 14 | 503 | 103 | 77 |
| Binary | 11100000 | 1100010 | 10110000 | 0 | 111000 | 10101 | 1100 | 101000011 | 1000011 | 111111 |
Color Harmonies of #E062B0
Complementary color
Monochromatic Colors of #E062B0
Black with #E062B0
Text Example
Text Example
White with #E062B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E062B0; }
p { color: rgb(224,98,176); }
H1.HeaderClassName
{
color: #E062B0;
}
.AnyTagClassName
{
color: #E062B0;
}
</style>
background-color css
<style>
a { background-color: #E062B0; }
a { background-color: rgb(224,98,176); }
div.DivClassName
{
background-color: #E062B0;
}
.BgClassName
{
background-color: #E062B0;
}
</style>
border-color css
<style>
span { border-color: #E062B0; }
span { border-color: rgb(224,98,176); }
td.TdClassName
{
border-color: #E062B0;
}
.TagClassName
{
border-color: #E062B0;
}
</style>