Shades of Hot Pink #E062B9
Tints of Hot Pink #E062B9
RGB
CMYK
RGB Variations
Color information
#E062B9 (or 0xE062B9) is known color: Hot Pink. HEX triplet: E0, 62 and B9. RGB value is (224,98,185). Sum of RGB (Red+Green+Blue) = 224+98+185=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 98 (38.67% from 255 or 19.33% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E062B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E062B9 is #1F9D46. Grayscale: #919191. Windows color (decimal): -2071879 or 12149472. OLE color: 12149472.
HSL color Cylindrical-coordinate representation of color #E062B9: hue angle of 318.57º 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 #E062B9 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 98 | 185 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.12 |
| HSL | 318.57º | 0.67% | 0.63% | - |
| HSV(B) | 318.57º | 0.56% | 0.88% | - |
| XYZ | 43.87 | 28.09 | 49.01 | - |
| YUV | 145.59 | 150.24 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 98 | 185 | 0 | 0.56 | 0.17 | 0.12 | 318.57 | 0.67 | 0.63 |
| Hex | E0 | 62 | B9 | 0 | 38 | 11 | C | 13F | 43 | 3F |
| Octal | 340 | 142 | 271 | 0 | 70 | 21 | 14 | 477 | 103 | 77 |
| Binary | 11100000 | 1100010 | 10111001 | 0 | 111000 | 10001 | 1100 | 100111111 | 1000011 | 111111 |
Color Harmonies of #E062B9
Complementary color
Monochromatic Colors of #E062B9
Black with #E062B9
Text Example
Text Example
White with #E062B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E062B9; }
p { color: rgb(224,98,185); }
H1.HeaderClassName
{
color: #E062B9;
}
.AnyTagClassName
{
color: #E062B9;
}
</style>
background-color css
<style>
a { background-color: #E062B9; }
a { background-color: rgb(224,98,185); }
div.DivClassName
{
background-color: #E062B9;
}
.BgClassName
{
background-color: #E062B9;
}
</style>
border-color css
<style>
span { border-color: #E062B9; }
span { border-color: rgb(224,98,185); }
td.TdClassName
{
border-color: #E062B9;
}
.TagClassName
{
border-color: #E062B9;
}
</style>