Shades of Hot Pink #E66FAA
Tints of Hot Pink #E66FAA
RGB
CMYK
RGB Variations
Color information
#E66FAA (or 0xE66FAA) is known color: Hot Pink. HEX triplet: E6, 6F and AA. RGB value is (230,111,170). Sum of RGB (Red+Green+Blue) = 230+111+170=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 111 (43.75% from 255 or 21.72% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E66FAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66FAA is #199055. Grayscale: #999999. Windows color (decimal): -1675350 or 11169766. OLE color: 11169766.
HSL color Cylindrical-coordinate representation of color #E66FAA: hue angle of 330.25º degrees, saturation: 0.7, 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 #E66FAA is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 170 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.10 |
| HSL | 330.25º | 0.7% | 0.67% | - |
| HSV(B) | 330.25º | 0.52% | 0.9% | - |
| XYZ | 45.57 | 31.09 | 41.63 | - |
| YUV | 153.31 | 137.42 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 170 | 0 | 0.52 | 0.26 | 0.10 | 330.25 | 0.7 | 0.67 |
| Hex | E6 | 6F | AA | 0 | 34 | 1A | A | 14A | 46 | 43 |
| Octal | 346 | 157 | 252 | 0 | 64 | 32 | 12 | 512 | 106 | 103 |
| Binary | 11100110 | 1101111 | 10101010 | 0 | 110100 | 11010 | 1010 | 101001010 | 1000110 | 1000011 |
Color Harmonies of #E66FAA
Complementary color
Monochromatic Colors of #E66FAA
Black with #E66FAA
Text Example
Text Example
White with #E66FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66FAA; }
p { color: rgb(230,111,170); }
H1.HeaderClassName
{
color: #E66FAA;
}
.AnyTagClassName
{
color: #E66FAA;
}
</style>
background-color css
<style>
a { background-color: #E66FAA; }
a { background-color: rgb(230,111,170); }
div.DivClassName
{
background-color: #E66FAA;
}
.BgClassName
{
background-color: #E66FAA;
}
</style>
border-color css
<style>
span { border-color: #E66FAA; }
span { border-color: rgb(230,111,170); }
td.TdClassName
{
border-color: #E66FAA;
}
.TagClassName
{
border-color: #E66FAA;
}
</style>