Shades of Hot Pink #E66CAB
Tints of Hot Pink #E66CAB
RGB
CMYK
RGB Variations
Color information
#E66CAB (or 0xE66CAB) is known color: Hot Pink. HEX triplet: E6, 6C and AB. RGB value is (230,108,171). Sum of RGB (Red+Green+Blue) = 230+108+171=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 230 - color contains mainly: red. Hex color #E66CAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66CAB is #199354. Grayscale: #979797. Windows color (decimal): -1676117 or 11234534. OLE color: 11234534.
HSL color Cylindrical-coordinate representation of color #E66CAB: hue angle of 329.02º 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 #E66CAB is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 108 | 171 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.10 |
| HSL | 329.02º | 0.71% | 0.66% | - |
| HSV(B) | 329.02º | 0.53% | 0.9% | - |
| XYZ | 45.35 | 30.49 | 42.02 | - |
| YUV | 151.66 | 138.92 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 108 | 171 | 0 | 0.53 | 0.26 | 0.10 | 329.02 | 0.71 | 0.66 |
| Hex | E6 | 6C | AB | 0 | 35 | 1A | A | 149 | 47 | 42 |
| Octal | 346 | 154 | 253 | 0 | 65 | 32 | 12 | 511 | 107 | 102 |
| Binary | 11100110 | 1101100 | 10101011 | 0 | 110101 | 11010 | 1010 | 101001001 | 1000111 | 1000010 |
Color Harmonies of #E66CAB
Complementary color
Monochromatic Colors of #E66CAB
Black with #E66CAB
Text Example
Text Example
White with #E66CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66CAB; }
p { color: rgb(230,108,171); }
H1.HeaderClassName
{
color: #E66CAB;
}
.AnyTagClassName
{
color: #E66CAB;
}
</style>
background-color css
<style>
a { background-color: #E66CAB; }
a { background-color: rgb(230,108,171); }
div.DivClassName
{
background-color: #E66CAB;
}
.BgClassName
{
background-color: #E66CAB;
}
</style>
border-color css
<style>
span { border-color: #E66CAB; }
span { border-color: rgb(230,108,171); }
td.TdClassName
{
border-color: #E66CAB;
}
.TagClassName
{
border-color: #E66CAB;
}
</style>