Shades of Hot Pink #E060B9
Tints of Hot Pink #E060B9
RGB
CMYK
RGB Variations
Color information
#E060B9 (or 0xE060B9) is known color: Hot Pink. HEX triplet: E0, 60 and B9. RGB value is (224,96,185). Sum of RGB (Red+Green+Blue) = 224+96+185=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E060B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E060B9 is #1F9F46. Grayscale: #909090. Windows color (decimal): -2072391 or 12148960. OLE color: 12148960.
HSL color Cylindrical-coordinate representation of color #E060B9: hue angle of 318.28º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E060B9 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 96 | 185 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.12 |
| HSL | 318.28º | 0.67% | 0.63% | - |
| HSV(B) | 318.28º | 0.57% | 0.88% | - |
| XYZ | 43.68 | 27.72 | 48.95 | - |
| YUV | 144.42 | 150.91 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 96 | 185 | 0 | 0.57 | 0.17 | 0.12 | 318.28 | 0.67 | 0.63 |
| Hex | E0 | 60 | B9 | 0 | 39 | 11 | C | 13E | 43 | 3F |
| Octal | 340 | 140 | 271 | 0 | 71 | 21 | 14 | 476 | 103 | 77 |
| Binary | 11100000 | 1100000 | 10111001 | 0 | 111001 | 10001 | 1100 | 100111110 | 1000011 | 111111 |
Color Harmonies of #E060B9
Complementary color
Monochromatic Colors of #E060B9
Black with #E060B9
Text Example
Text Example
White with #E060B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E060B9; }
p { color: rgb(224,96,185); }
H1.HeaderClassName
{
color: #E060B9;
}
.AnyTagClassName
{
color: #E060B9;
}
</style>
background-color css
<style>
a { background-color: #E060B9; }
a { background-color: rgb(224,96,185); }
div.DivClassName
{
background-color: #E060B9;
}
.BgClassName
{
background-color: #E060B9;
}
</style>
border-color css
<style>
span { border-color: #E060B9; }
span { border-color: rgb(224,96,185); }
td.TdClassName
{
border-color: #E060B9;
}
.TagClassName
{
border-color: #E060B9;
}
</style>