Shades of Hot Pink #E66AAC
Tints of Hot Pink #E66AAC
RGB
CMYK
RGB Variations
Color information
#E66AAC (or 0xE66AAC) is known color: Hot Pink. HEX triplet: E6, 6A and AC. RGB value is (230,106,172). Sum of RGB (Red+Green+Blue) = 230+106+172=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 106 (41.80% from 255 or 20.87% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 230 - color contains mainly: red. Hex color #E66AAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66AAC is #199553. Grayscale: #969696. Windows color (decimal): -1676628 or 11299558. OLE color: 11299558.
HSL color Cylindrical-coordinate representation of color #E66AAC: hue angle of 328.06º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E66AAC is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 106 | 172 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.10 |
| HSL | 328.06º | 0.71% | 0.66% | - |
| HSV(B) | 328.06º | 0.54% | 0.9% | - |
| XYZ | 45.23 | 30.11 | 42.46 | - |
| YUV | 150.6 | 140.08 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 106 | 172 | 0 | 0.54 | 0.25 | 0.10 | 328.06 | 0.71 | 0.66 |
| Hex | E6 | 6A | AC | 0 | 36 | 19 | A | 148 | 47 | 42 |
| Octal | 346 | 152 | 254 | 0 | 66 | 31 | 12 | 510 | 107 | 102 |
| Binary | 11100110 | 1101010 | 10101100 | 0 | 110110 | 11001 | 1010 | 101001000 | 1000111 | 1000010 |
Color Harmonies of #E66AAC
Complementary color
Monochromatic Colors of #E66AAC
Black with #E66AAC
Text Example
Text Example
White with #E66AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66AAC; }
p { color: rgb(230,106,172); }
H1.HeaderClassName
{
color: #E66AAC;
}
.AnyTagClassName
{
color: #E66AAC;
}
</style>
background-color css
<style>
a { background-color: #E66AAC; }
a { background-color: rgb(230,106,172); }
div.DivClassName
{
background-color: #E66AAC;
}
.BgClassName
{
background-color: #E66AAC;
}
</style>
border-color css
<style>
span { border-color: #E66AAC; }
span { border-color: rgb(230,106,172); }
td.TdClassName
{
border-color: #E66AAC;
}
.TagClassName
{
border-color: #E66AAC;
}
</style>