Shades of Hot Pink #E666AA
Tints of Hot Pink #E666AA
RGB
CMYK
RGB Variations
Color information
#E666AA (or 0xE666AA) is known color: Hot Pink. HEX triplet: E6, 66 and AA. RGB value is (230,102,170). Sum of RGB (Red+Green+Blue) = 230+102+170=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E666AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E666AA is #199955. Grayscale: #939393. Windows color (decimal): -1677654 or 11167462. OLE color: 11167462.
HSL color Cylindrical-coordinate representation of color #E666AA: hue angle of 328.12º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E666AA is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 102 | 170 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.10 |
| HSL | 328.13º | 0.72% | 0.65% | - |
| HSV(B) | 328.13º | 0.56% | 0.9% | - |
| XYZ | 44.64 | 29.23 | 41.32 | - |
| YUV | 148.02 | 140.41 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 102 | 170 | 0 | 0.56 | 0.26 | 0.10 | 328.13 | 0.72 | 0.65 |
| Hex | E6 | 66 | AA | 0 | 38 | 1A | A | 148 | 48 | 41 |
| Octal | 346 | 146 | 252 | 0 | 70 | 32 | 12 | 510 | 110 | 101 |
| Binary | 11100110 | 1100110 | 10101010 | 0 | 111000 | 11010 | 1010 | 101001000 | 1001000 | 1000001 |
Color Harmonies of #E666AA
Complementary color
Monochromatic Colors of #E666AA
Black with #E666AA
Text Example
Text Example
White with #E666AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E666AA; }
p { color: rgb(230,102,170); }
H1.HeaderClassName
{
color: #E666AA;
}
.AnyTagClassName
{
color: #E666AA;
}
</style>
background-color css
<style>
a { background-color: #E666AA; }
a { background-color: rgb(230,102,170); }
div.DivClassName
{
background-color: #E666AA;
}
.BgClassName
{
background-color: #E666AA;
}
</style>
border-color css
<style>
span { border-color: #E666AA; }
span { border-color: rgb(230,102,170); }
td.TdClassName
{
border-color: #E666AA;
}
.TagClassName
{
border-color: #E666AA;
}
</style>