Shades of Hot Pink #E66AB4
Tints of Hot Pink #E66AB4
RGB
CMYK
RGB Variations
Color information
#E66AB4 (or 0xE66AB4) is known color: Hot Pink. HEX triplet: E6, 6A and B4. RGB value is (230,106,180). Sum of RGB (Red+Green+Blue) = 230+106+180=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 106 (41.80% from 255 or 20.54% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E66AB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66AB4 is #19954B. Grayscale: #979797. Windows color (decimal): -1676620 or 11823846. OLE color: 11823846.
HSL color Cylindrical-coordinate representation of color #E66AB4: hue angle of 324.19º 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 #E66AB4 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 106 | 180 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.10 |
| HSL | 324.19º | 0.71% | 0.66% | - |
| HSV(B) | 324.19º | 0.54% | 0.9% | - |
| XYZ | 46.03 | 30.43 | 46.63 | - |
| YUV | 151.51 | 144.08 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 106 | 180 | 0 | 0.54 | 0.22 | 0.10 | 324.19 | 0.71 | 0.66 |
| Hex | E6 | 6A | B4 | 0 | 36 | 16 | A | 144 | 47 | 42 |
| Octal | 346 | 152 | 264 | 0 | 66 | 26 | 12 | 504 | 107 | 102 |
| Binary | 11100110 | 1101010 | 10110100 | 0 | 110110 | 10110 | 1010 | 101000100 | 1000111 | 1000010 |
Color Harmonies of #E66AB4
Complementary color
Monochromatic Colors of #E66AB4
Black with #E66AB4
Text Example
Text Example
White with #E66AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66AB4; }
p { color: rgb(230,106,180); }
H1.HeaderClassName
{
color: #E66AB4;
}
.AnyTagClassName
{
color: #E66AB4;
}
</style>
background-color css
<style>
a { background-color: #E66AB4; }
a { background-color: rgb(230,106,180); }
div.DivClassName
{
background-color: #E66AB4;
}
.BgClassName
{
background-color: #E66AB4;
}
</style>
border-color css
<style>
span { border-color: #E66AB4; }
span { border-color: rgb(230,106,180); }
td.TdClassName
{
border-color: #E66AB4;
}
.TagClassName
{
border-color: #E66AB4;
}
</style>