Shades of Hot Pink #E05DAC
Tints of Hot Pink #E05DAC
RGB
CMYK
RGB Variations
Color information
#E05DAC (or 0xE05DAC) is known color: Hot Pink. HEX triplet: E0, 5D and AC. RGB value is (224,93,172). Sum of RGB (Red+Green+Blue) = 224+93+172=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E05DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05DAC is #1FA253. Grayscale: #8C8C8C. Windows color (decimal): -2073172 or 11296224. OLE color: 11296224.
HSL color Cylindrical-coordinate representation of color #E05DAC: hue angle of 323.82º 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 #E05DAC is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 93 | 172 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.12 |
| HSL | 323.82º | 0.68% | 0.62% | - |
| HSV(B) | 323.82º | 0.58% | 0.88% | - |
| XYZ | 42.1 | 26.65 | 41.96 | - |
| YUV | 141.18 | 145.4 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 93 | 172 | 0 | 0.58 | 0.23 | 0.12 | 323.82 | 0.68 | 0.62 |
| Hex | E0 | 5D | AC | 0 | 3A | 17 | C | 144 | 44 | 3E |
| Octal | 340 | 135 | 254 | 0 | 72 | 27 | 14 | 504 | 104 | 76 |
| Binary | 11100000 | 1011101 | 10101100 | 0 | 111010 | 10111 | 1100 | 101000100 | 1000100 | 111110 |
Color Harmonies of #E05DAC
Complementary color
Monochromatic Colors of #E05DAC
Black with #E05DAC
Text Example
Text Example
White with #E05DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05DAC; }
p { color: rgb(224,93,172); }
H1.HeaderClassName
{
color: #E05DAC;
}
.AnyTagClassName
{
color: #E05DAC;
}
</style>
background-color css
<style>
a { background-color: #E05DAC; }
a { background-color: rgb(224,93,172); }
div.DivClassName
{
background-color: #E05DAC;
}
.BgClassName
{
background-color: #E05DAC;
}
</style>
border-color css
<style>
span { border-color: #E05DAC; }
span { border-color: rgb(224,93,172); }
td.TdClassName
{
border-color: #E05DAC;
}
.TagClassName
{
border-color: #E05DAC;
}
</style>