Shades of Hot Pink #E66EAB
Tints of Hot Pink #E66EAB
RGB
CMYK
RGB Variations
Color information
#E66EAB (or 0xE66EAB) is known color: Hot Pink. HEX triplet: E6, 6E and AB. RGB value is (230,110,171). Sum of RGB (Red+Green+Blue) = 230+110+171=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E66EAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66EAB is #199154. Grayscale: #989898. Windows color (decimal): -1675605 or 11235046. OLE color: 11235046.
HSL color Cylindrical-coordinate representation of color #E66EAB: hue angle of 329.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E66EAB is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 110 | 171 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.10 |
| HSL | 329.5º | 0.71% | 0.67% | - |
| HSV(B) | 329.5º | 0.52% | 0.9% | - |
| XYZ | 45.56 | 30.92 | 42.09 | - |
| YUV | 152.83 | 138.26 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 110 | 171 | 0 | 0.52 | 0.26 | 0.10 | 329.5 | 0.71 | 0.67 |
| Hex | E6 | 6E | AB | 0 | 34 | 1A | A | 14A | 47 | 43 |
| Octal | 346 | 156 | 253 | 0 | 64 | 32 | 12 | 512 | 107 | 103 |
| Binary | 11100110 | 1101110 | 10101011 | 0 | 110100 | 11010 | 1010 | 101001010 | 1000111 | 1000011 |
Color Harmonies of #E66EAB
Complementary color
Monochromatic Colors of #E66EAB
Black with #E66EAB
Text Example
Text Example
White with #E66EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66EAB; }
p { color: rgb(230,110,171); }
H1.HeaderClassName
{
color: #E66EAB;
}
.AnyTagClassName
{
color: #E66EAB;
}
</style>
background-color css
<style>
a { background-color: #E66EAB; }
a { background-color: rgb(230,110,171); }
div.DivClassName
{
background-color: #E66EAB;
}
.BgClassName
{
background-color: #E66EAB;
}
</style>
border-color css
<style>
span { border-color: #E66EAB; }
span { border-color: rgb(230,110,171); }
td.TdClassName
{
border-color: #E66EAB;
}
.TagClassName
{
border-color: #E66EAB;
}
</style>