Shades of Hot Pink #E05EB8
Tints of Hot Pink #E05EB8
RGB
CMYK
RGB Variations
Color information
#E05EB8 (or 0xE05EB8) is known color: Hot Pink. HEX triplet: E0, 5E and B8. RGB value is (224,94,184). Sum of RGB (Red+Green+Blue) = 224+94+184=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 94 (37.11% from 255 or 18.73% from 502); Blue value is 184 (72.27% from 255 or 36.65% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E05EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05EB8 is #1FA147. Grayscale: #8E8E8E. Windows color (decimal): -2072904 or 12082912. OLE color: 12082912.
HSL color Cylindrical-coordinate representation of color #E05EB8: hue angle of 318.46º 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 #E05EB8 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 94 | 184 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.12 |
| HSL | 318.46º | 0.68% | 0.62% | - |
| HSV(B) | 318.46º | 0.58% | 0.88% | - |
| XYZ | 43.39 | 27.31 | 48.33 | - |
| YUV | 143.13 | 151.07 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 94 | 184 | 0 | 0.58 | 0.18 | 0.12 | 318.46 | 0.68 | 0.62 |
| Hex | E0 | 5E | B8 | 0 | 3A | 12 | C | 13E | 44 | 3E |
| Octal | 340 | 136 | 270 | 0 | 72 | 22 | 14 | 476 | 104 | 76 |
| Binary | 11100000 | 1011110 | 10111000 | 0 | 111010 | 10010 | 1100 | 100111110 | 1000100 | 111110 |
Color Harmonies of #E05EB8
Complementary color
Monochromatic Colors of #E05EB8
Black with #E05EB8
Text Example
Text Example
White with #E05EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05EB8; }
p { color: rgb(224,94,184); }
H1.HeaderClassName
{
color: #E05EB8;
}
.AnyTagClassName
{
color: #E05EB8;
}
</style>
background-color css
<style>
a { background-color: #E05EB8; }
a { background-color: rgb(224,94,184); }
div.DivClassName
{
background-color: #E05EB8;
}
.BgClassName
{
background-color: #E05EB8;
}
</style>
border-color css
<style>
span { border-color: #E05EB8; }
span { border-color: rgb(224,94,184); }
td.TdClassName
{
border-color: #E05EB8;
}
.TagClassName
{
border-color: #E05EB8;
}
</style>