Shades of Hot Pink #E05EB6
Tints of Hot Pink #E05EB6
RGB
CMYK
RGB Variations
Color information
#E05EB6 (or 0xE05EB6) is known color: Hot Pink. HEX triplet: E0, 5E and B6. RGB value is (224,94,182). Sum of RGB (Red+Green+Blue) = 224+94+182=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 94 (37.11% from 255 or 18.8% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 224 - color contains mainly: red. Hex color #E05EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05EB6 is #1FA149. Grayscale: #8E8E8E. Windows color (decimal): -2072906 or 11951840. OLE color: 11951840.
HSL color Cylindrical-coordinate representation of color #E05EB6: hue angle of 319.38º 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 #E05EB6 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 94 | 182 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.12 |
| HSL | 319.38º | 0.68% | 0.62% | - |
| HSV(B) | 319.38º | 0.58% | 0.88% | - |
| XYZ | 43.19 | 27.23 | 47.24 | - |
| YUV | 142.9 | 150.07 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 94 | 182 | 0 | 0.58 | 0.19 | 0.12 | 319.38 | 0.68 | 0.62 |
| Hex | E0 | 5E | B6 | 0 | 3A | 13 | C | 13F | 44 | 3E |
| Octal | 340 | 136 | 266 | 0 | 72 | 23 | 14 | 477 | 104 | 76 |
| Binary | 11100000 | 1011110 | 10110110 | 0 | 111010 | 10011 | 1100 | 100111111 | 1000100 | 111110 |
Color Harmonies of #E05EB6
Complementary color
Monochromatic Colors of #E05EB6
Black with #E05EB6
Text Example
Text Example
White with #E05EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05EB6; }
p { color: rgb(224,94,182); }
H1.HeaderClassName
{
color: #E05EB6;
}
.AnyTagClassName
{
color: #E05EB6;
}
</style>
background-color css
<style>
a { background-color: #E05EB6; }
a { background-color: rgb(224,94,182); }
div.DivClassName
{
background-color: #E05EB6;
}
.BgClassName
{
background-color: #E05EB6;
}
</style>
border-color css
<style>
span { border-color: #E05EB6; }
span { border-color: rgb(224,94,182); }
td.TdClassName
{
border-color: #E05EB6;
}
.TagClassName
{
border-color: #E05EB6;
}
</style>