Shades of Hot Pink #E66DAC
Tints of Hot Pink #E66DAC
RGB
CMYK
RGB Variations
Color information
#E66DAC (or 0xE66DAC) is known color: Hot Pink. HEX triplet: E6, 6D and AC. RGB value is (230,109,172). Sum of RGB (Red+Green+Blue) = 230+109+172=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E66DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66DAC is #199253. Grayscale: #989898. Windows color (decimal): -1675860 or 11300326. OLE color: 11300326.
HSL color Cylindrical-coordinate representation of color #E66DAC: hue angle of 328.76º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66DAC is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 172 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.10 |
| HSL | 328.76º | 0.71% | 0.66% | - |
| HSV(B) | 328.76º | 0.53% | 0.9% | - |
| XYZ | 45.55 | 30.74 | 42.56 | - |
| YUV | 152.36 | 139.09 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 172 | 0 | 0.53 | 0.25 | 0.10 | 328.76 | 0.71 | 0.66 |
| Hex | E6 | 6D | AC | 0 | 35 | 19 | A | 149 | 47 | 42 |
| Octal | 346 | 155 | 254 | 0 | 65 | 31 | 12 | 511 | 107 | 102 |
| Binary | 11100110 | 1101101 | 10101100 | 0 | 110101 | 11001 | 1010 | 101001001 | 1000111 | 1000010 |
Color Harmonies of #E66DAC
Complementary color
Monochromatic Colors of #E66DAC
Black with #E66DAC
Text Example
Text Example
White with #E66DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66DAC; }
p { color: rgb(230,109,172); }
H1.HeaderClassName
{
color: #E66DAC;
}
.AnyTagClassName
{
color: #E66DAC;
}
</style>
background-color css
<style>
a { background-color: #E66DAC; }
a { background-color: rgb(230,109,172); }
div.DivClassName
{
background-color: #E66DAC;
}
.BgClassName
{
background-color: #E66DAC;
}
</style>
border-color css
<style>
span { border-color: #E66DAC; }
span { border-color: rgb(230,109,172); }
td.TdClassName
{
border-color: #E66DAC;
}
.TagClassName
{
border-color: #E66DAC;
}
</style>