Shades of Hot Pink #E05EAB
Tints of Hot Pink #E05EAB
RGB
CMYK
RGB Variations
Color information
#E05EAB (or 0xE05EAB) is known color: Hot Pink. HEX triplet: E0, 5E and AB. RGB value is (224,94,171). Sum of RGB (Red+Green+Blue) = 224+94+171=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 94 (37.11% from 255 or 19.22% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E05EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05EAB is #1FA154. Grayscale: #8D8D8D. Windows color (decimal): -2072917 or 11230944. OLE color: 11230944.
HSL color Cylindrical-coordinate representation of color #E05EAB: hue angle of 324.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 #E05EAB is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 94 | 171 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.12 |
| HSL | 324.46º | 0.68% | 0.62% | - |
| HSV(B) | 324.46º | 0.58% | 0.88% | - |
| XYZ | 42.09 | 26.79 | 41.48 | - |
| YUV | 141.65 | 144.57 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 94 | 171 | 0 | 0.58 | 0.24 | 0.12 | 324.46 | 0.68 | 0.62 |
| Hex | E0 | 5E | AB | 0 | 3A | 18 | C | 144 | 44 | 3E |
| Octal | 340 | 136 | 253 | 0 | 72 | 30 | 14 | 504 | 104 | 76 |
| Binary | 11100000 | 1011110 | 10101011 | 0 | 111010 | 11000 | 1100 | 101000100 | 1000100 | 111110 |
Color Harmonies of #E05EAB
Complementary color
Monochromatic Colors of #E05EAB
Black with #E05EAB
Text Example
Text Example
White with #E05EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05EAB; }
p { color: rgb(224,94,171); }
H1.HeaderClassName
{
color: #E05EAB;
}
.AnyTagClassName
{
color: #E05EAB;
}
</style>
background-color css
<style>
a { background-color: #E05EAB; }
a { background-color: rgb(224,94,171); }
div.DivClassName
{
background-color: #E05EAB;
}
.BgClassName
{
background-color: #E05EAB;
}
</style>
border-color css
<style>
span { border-color: #E05EAB; }
span { border-color: rgb(224,94,171); }
td.TdClassName
{
border-color: #E05EAB;
}
.TagClassName
{
border-color: #E05EAB;
}
</style>