Shades of Hot Pink #E55EAF
Tints of Hot Pink #E55EAF
RGB
CMYK
RGB Variations
Color information
#E55EAF (or 0xE55EAF) is known color: Hot Pink. HEX triplet: E5, 5E and AF. RGB value is (229,94,175). Sum of RGB (Red+Green+Blue) = 229+94+175=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 94 (37.11% from 255 or 18.88% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 229 - color contains mainly: red. Hex color #E55EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55EAF is #1AA150. Grayscale: #8F8F8F. Windows color (decimal): -1745233 or 11493093. OLE color: 11493093.
HSL color Cylindrical-coordinate representation of color #E55EAF: hue angle of 324º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55EAF is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 94 | 175 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.10 |
| HSL | 324º | 0.72% | 0.63% | - |
| HSV(B) | 324º | 0.59% | 0.9% | - |
| XYZ | 44.05 | 27.76 | 43.59 | - |
| YUV | 143.6 | 145.73 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 94 | 175 | 0 | 0.59 | 0.24 | 0.10 | 324 | 0.72 | 0.63 |
| Hex | E5 | 5E | AF | 0 | 3B | 18 | A | 144 | 48 | 3F |
| Octal | 345 | 136 | 257 | 0 | 73 | 30 | 12 | 504 | 110 | 77 |
| Binary | 11100101 | 1011110 | 10101111 | 0 | 111011 | 11000 | 1010 | 101000100 | 1001000 | 111111 |
Color Harmonies of #E55EAF
Complementary color
Monochromatic Colors of #E55EAF
Black with #E55EAF
Text Example
Text Example
White with #E55EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55EAF; }
p { color: rgb(229,94,175); }
H1.HeaderClassName
{
color: #E55EAF;
}
.AnyTagClassName
{
color: #E55EAF;
}
</style>
background-color css
<style>
a { background-color: #E55EAF; }
a { background-color: rgb(229,94,175); }
div.DivClassName
{
background-color: #E55EAF;
}
.BgClassName
{
background-color: #E55EAF;
}
</style>
border-color css
<style>
span { border-color: #E55EAF; }
span { border-color: rgb(229,94,175); }
td.TdClassName
{
border-color: #E55EAF;
}
.TagClassName
{
border-color: #E55EAF;
}
</style>