Shades of Hot Pink #E05EB0
Tints of Hot Pink #E05EB0
RGB
CMYK
RGB Variations
Color information
#E05EB0 (or 0xE05EB0) is known color: Hot Pink. HEX triplet: E0, 5E and B0. RGB value is (224,94,176). Sum of RGB (Red+Green+Blue) = 224+94+176=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 94 (37.11% from 255 or 19.03% from 494); Blue value is 176 (69.14% from 255 or 35.63% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E05EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05EB0 is #1FA14F. Grayscale: #8E8E8E. Windows color (decimal): -2072912 or 11558624. OLE color: 11558624.
HSL color Cylindrical-coordinate representation of color #E05EB0: hue angle of 322.15º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E05EB0 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 94 | 176 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.12 |
| HSL | 322.15º | 0.68% | 0.62% | - |
| HSV(B) | 322.15º | 0.58% | 0.88% | - |
| XYZ | 42.58 | 26.99 | 44.04 | - |
| YUV | 142.22 | 147.07 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 94 | 176 | 0 | 0.58 | 0.21 | 0.12 | 322.15 | 0.68 | 0.62 |
| Hex | E0 | 5E | B0 | 0 | 3A | 15 | C | 142 | 44 | 3E |
| Octal | 340 | 136 | 260 | 0 | 72 | 25 | 14 | 502 | 104 | 76 |
| Binary | 11100000 | 1011110 | 10110000 | 0 | 111010 | 10101 | 1100 | 101000010 | 1000100 | 111110 |
Color Harmonies of #E05EB0
Complementary color
Monochromatic Colors of #E05EB0
Black with #E05EB0
Text Example
Text Example
White with #E05EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05EB0; }
p { color: rgb(224,94,176); }
H1.HeaderClassName
{
color: #E05EB0;
}
.AnyTagClassName
{
color: #E05EB0;
}
</style>
background-color css
<style>
a { background-color: #E05EB0; }
a { background-color: rgb(224,94,176); }
div.DivClassName
{
background-color: #E05EB0;
}
.BgClassName
{
background-color: #E05EB0;
}
</style>
border-color css
<style>
span { border-color: #E05EB0; }
span { border-color: rgb(224,94,176); }
td.TdClassName
{
border-color: #E05EB0;
}
.TagClassName
{
border-color: #E05EB0;
}
</style>