Shades of Hot Pink #E060B8
Tints of Hot Pink #E060B8
RGB
CMYK
RGB Variations
Color information
#E060B8 (or 0xE060B8) is known color: Hot Pink. HEX triplet: E0, 60 and B8. RGB value is (224,96,184). Sum of RGB (Red+Green+Blue) = 224+96+184=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 96 (37.89% from 255 or 19.05% from 504); Blue value is 184 (72.27% from 255 or 36.51% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E060B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E060B8 is #1F9F47. Grayscale: #909090. Windows color (decimal): -2072392 or 12083424. OLE color: 12083424.
HSL color Cylindrical-coordinate representation of color #E060B8: hue angle of 318.75º 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 #E060B8 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 96 | 184 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.12 |
| HSL | 318.75º | 0.67% | 0.63% | - |
| HSV(B) | 318.75º | 0.57% | 0.88% | - |
| XYZ | 43.58 | 27.67 | 48.39 | - |
| YUV | 144.3 | 150.41 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 96 | 184 | 0 | 0.57 | 0.18 | 0.12 | 318.75 | 0.67 | 0.63 |
| Hex | E0 | 60 | B8 | 0 | 39 | 12 | C | 13F | 43 | 3F |
| Octal | 340 | 140 | 270 | 0 | 71 | 22 | 14 | 477 | 103 | 77 |
| Binary | 11100000 | 1100000 | 10111000 | 0 | 111001 | 10010 | 1100 | 100111111 | 1000011 | 111111 |
Color Harmonies of #E060B8
Complementary color
Monochromatic Colors of #E060B8
Black with #E060B8
Text Example
Text Example
White with #E060B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E060B8; }
p { color: rgb(224,96,184); }
H1.HeaderClassName
{
color: #E060B8;
}
.AnyTagClassName
{
color: #E060B8;
}
</style>
background-color css
<style>
a { background-color: #E060B8; }
a { background-color: rgb(224,96,184); }
div.DivClassName
{
background-color: #E060B8;
}
.BgClassName
{
background-color: #E060B8;
}
</style>
border-color css
<style>
span { border-color: #E060B8; }
span { border-color: rgb(224,96,184); }
td.TdClassName
{
border-color: #E060B8;
}
.TagClassName
{
border-color: #E060B8;
}
</style>