Shades of Hot Pink #E060B6
Tints of Hot Pink #E060B6
RGB
CMYK
RGB Variations
Color information
#E060B6 (or 0xE060B6) is known color: Hot Pink. HEX triplet: E0, 60 and B6. RGB value is (224,96,182). Sum of RGB (Red+Green+Blue) = 224+96+182=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 96 (37.89% from 255 or 19.12% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E060B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E060B6 is #1F9F49. Grayscale: #8F8F8F. Windows color (decimal): -2072394 or 11952352. OLE color: 11952352.
HSL color Cylindrical-coordinate representation of color #E060B6: hue angle of 319.69º 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 #E060B6 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 96 | 182 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.12 |
| HSL | 319.69º | 0.67% | 0.63% | - |
| HSV(B) | 319.69º | 0.57% | 0.88% | - |
| XYZ | 43.37 | 27.59 | 47.3 | - |
| YUV | 144.08 | 149.41 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 96 | 182 | 0 | 0.57 | 0.19 | 0.12 | 319.69 | 0.67 | 0.63 |
| Hex | E0 | 60 | B6 | 0 | 39 | 13 | C | 140 | 43 | 3F |
| Octal | 340 | 140 | 266 | 0 | 71 | 23 | 14 | 500 | 103 | 77 |
| Binary | 11100000 | 1100000 | 10110110 | 0 | 111001 | 10011 | 1100 | 101000000 | 1000011 | 111111 |
Color Harmonies of #E060B6
Complementary color
Monochromatic Colors of #E060B6
Black with #E060B6
Text Example
Text Example
White with #E060B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E060B6; }
p { color: rgb(224,96,182); }
H1.HeaderClassName
{
color: #E060B6;
}
.AnyTagClassName
{
color: #E060B6;
}
</style>
background-color css
<style>
a { background-color: #E060B6; }
a { background-color: rgb(224,96,182); }
div.DivClassName
{
background-color: #E060B6;
}
.BgClassName
{
background-color: #E060B6;
}
</style>
border-color css
<style>
span { border-color: #E060B6; }
span { border-color: rgb(224,96,182); }
td.TdClassName
{
border-color: #E060B6;
}
.TagClassName
{
border-color: #E060B6;
}
</style>