Shades of Hot Pink #E05AAF
Tints of Hot Pink #E05AAF
RGB
CMYK
RGB Variations
Color information
#E05AAF (or 0xE05AAF) is known color: Hot Pink. HEX triplet: E0, 5A and AF. RGB value is (224,90,175). Sum of RGB (Red+Green+Blue) = 224+90+175=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 90 (35.55% from 255 or 18.40% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E05AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05AAF is #1FA550. Grayscale: #8B8B8B. Windows color (decimal): -2073937 or 11492064. OLE color: 11492064.
HSL color Cylindrical-coordinate representation of color #E05AAF: hue angle of 321.94º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E05AAF is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 90 | 175 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.12 |
| HSL | 321.94º | 0.68% | 0.62% | - |
| HSV(B) | 321.94º | 0.6% | 0.88% | - |
| XYZ | 42.13 | 26.25 | 43.4 | - |
| YUV | 139.76 | 147.89 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 90 | 175 | 0 | 0.60 | 0.22 | 0.12 | 321.94 | 0.68 | 0.62 |
| Hex | E0 | 5A | AF | 0 | 3C | 16 | C | 142 | 44 | 3E |
| Octal | 340 | 132 | 257 | 0 | 74 | 26 | 14 | 502 | 104 | 76 |
| Binary | 11100000 | 1011010 | 10101111 | 0 | 111100 | 10110 | 1100 | 101000010 | 1000100 | 111110 |
Color Harmonies of #E05AAF
Complementary color
Monochromatic Colors of #E05AAF
Black with #E05AAF
Text Example
Text Example
White with #E05AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05AAF; }
p { color: rgb(224,90,175); }
H1.HeaderClassName
{
color: #E05AAF;
}
.AnyTagClassName
{
color: #E05AAF;
}
</style>
background-color css
<style>
a { background-color: #E05AAF; }
a { background-color: rgb(224,90,175); }
div.DivClassName
{
background-color: #E05AAF;
}
.BgClassName
{
background-color: #E05AAF;
}
</style>
border-color css
<style>
span { border-color: #E05AAF; }
span { border-color: rgb(224,90,175); }
td.TdClassName
{
border-color: #E05AAF;
}
.TagClassName
{
border-color: #E05AAF;
}
</style>