Shades of Hot Pink #E66DAB
Tints of Hot Pink #E66DAB
RGB
CMYK
RGB Variations
Color information
#E66DAB (or 0xE66DAB) is known color: Hot Pink. HEX triplet: E6, 6D and AB. RGB value is (230,109,171). Sum of RGB (Red+Green+Blue) = 230+109+171=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E66DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66DAB is #199254. Grayscale: #989898. Windows color (decimal): -1675861 or 11234790. OLE color: 11234790.
HSL color Cylindrical-coordinate representation of color #E66DAB: hue angle of 329.26º 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 #E66DAB is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 171 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.10 |
| HSL | 329.26º | 0.71% | 0.66% | - |
| HSV(B) | 329.26º | 0.53% | 0.9% | - |
| XYZ | 45.45 | 30.7 | 42.06 | - |
| YUV | 152.25 | 138.59 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 171 | 0 | 0.53 | 0.26 | 0.10 | 329.26 | 0.71 | 0.66 |
| Hex | E6 | 6D | AB | 0 | 35 | 1A | A | 149 | 47 | 42 |
| Octal | 346 | 155 | 253 | 0 | 65 | 32 | 12 | 511 | 107 | 102 |
| Binary | 11100110 | 1101101 | 10101011 | 0 | 110101 | 11010 | 1010 | 101001001 | 1000111 | 1000010 |
Color Harmonies of #E66DAB
Complementary color
Monochromatic Colors of #E66DAB
Black with #E66DAB
Text Example
Text Example
White with #E66DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66DAB; }
p { color: rgb(230,109,171); }
H1.HeaderClassName
{
color: #E66DAB;
}
.AnyTagClassName
{
color: #E66DAB;
}
</style>
background-color css
<style>
a { background-color: #E66DAB; }
a { background-color: rgb(230,109,171); }
div.DivClassName
{
background-color: #E66DAB;
}
.BgClassName
{
background-color: #E66DAB;
}
</style>
border-color css
<style>
span { border-color: #E66DAB; }
span { border-color: rgb(230,109,171); }
td.TdClassName
{
border-color: #E66DAB;
}
.TagClassName
{
border-color: #E66DAB;
}
</style>