Shades of Hot Pink #E06AAC
Tints of Hot Pink #E06AAC
RGB
CMYK
RGB Variations
Color information
#E06AAC (or 0xE06AAC) is known color: Hot Pink. HEX triplet: E0, 6A and AC. RGB value is (224,106,172). Sum of RGB (Red+Green+Blue) = 224+106+172=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E06AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06AAC is #1F9553. Grayscale: #949494. Windows color (decimal): -2069844 or 11299552. OLE color: 11299552.
HSL color Cylindrical-coordinate representation of color #E06AAC: hue angle of 326.44º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E06AAC is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 106 | 172 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.12 |
| HSL | 326.44º | 0.66% | 0.65% | - |
| HSV(B) | 326.44º | 0.53% | 0.88% | - |
| XYZ | 43.34 | 29.13 | 42.37 | - |
| YUV | 148.81 | 141.09 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 172 | 0 | 0.53 | 0.23 | 0.12 | 326.44 | 0.66 | 0.65 |
| Hex | E0 | 6A | AC | 0 | 35 | 17 | C | 146 | 42 | 41 |
| Octal | 340 | 152 | 254 | 0 | 65 | 27 | 14 | 506 | 102 | 101 |
| Binary | 11100000 | 1101010 | 10101100 | 0 | 110101 | 10111 | 1100 | 101000110 | 1000010 | 1000001 |
Color Harmonies of #E06AAC
Complementary color
Monochromatic Colors of #E06AAC
Black with #E06AAC
Text Example
Text Example
White with #E06AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06AAC; }
p { color: rgb(224,106,172); }
H1.HeaderClassName
{
color: #E06AAC;
}
.AnyTagClassName
{
color: #E06AAC;
}
</style>
background-color css
<style>
a { background-color: #E06AAC; }
a { background-color: rgb(224,106,172); }
div.DivClassName
{
background-color: #E06AAC;
}
.BgClassName
{
background-color: #E06AAC;
}
</style>
border-color css
<style>
span { border-color: #E06AAC; }
span { border-color: rgb(224,106,172); }
td.TdClassName
{
border-color: #E06AAC;
}
.TagClassName
{
border-color: #E06AAC;
}
</style>