Shades of Hot Pink #E966A6
Tints of Hot Pink #E966A6
RGB
CMYK
RGB Variations
Color information
#E966A6 (or 0xE966A6) is known color: Hot Pink. HEX triplet: E9, 66 and A6. RGB value is (233,102,166). Sum of RGB (Red+Green+Blue) = 233+102+166=501 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.51% from 501); Green value is 102 (40.23% from 255 or 20.36% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 233 - color contains mainly: red. Hex color #E966A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E966A6 is #169959. Grayscale: #949494. Windows color (decimal): -1481050 or 10905321. OLE color: 10905321.
HSL color Cylindrical-coordinate representation of color #E966A6: hue angle of 330.69º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E966A6 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 102 | 166 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.09 |
| HSL | 330.69º | 0.75% | 0.66% | - |
| HSV(B) | 330.69º | 0.56% | 0.91% | - |
| XYZ | 45.24 | 29.58 | 39.4 | - |
| YUV | 148.47 | 137.9 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 102 | 166 | 0 | 0.56 | 0.29 | 0.09 | 330.69 | 0.75 | 0.66 |
| Hex | E9 | 66 | A6 | 0 | 38 | 1D | 9 | 14B | 4B | 42 |
| Octal | 351 | 146 | 246 | 0 | 70 | 35 | 11 | 513 | 113 | 102 |
| Binary | 11101001 | 1100110 | 10100110 | 0 | 111000 | 11101 | 1001 | 101001011 | 1001011 | 1000010 |
Color Harmonies of #E966A6
Complementary color
Monochromatic Colors of #E966A6
Black with #E966A6
Text Example
Text Example
White with #E966A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E966A6; }
p { color: rgb(233,102,166); }
H1.HeaderClassName
{
color: #E966A6;
}
.AnyTagClassName
{
color: #E966A6;
}
</style>
background-color css
<style>
a { background-color: #E966A6; }
a { background-color: rgb(233,102,166); }
div.DivClassName
{
background-color: #E966A6;
}
.BgClassName
{
background-color: #E966A6;
}
</style>
border-color css
<style>
span { border-color: #E966A6; }
span { border-color: rgb(233,102,166); }
td.TdClassName
{
border-color: #E966A6;
}
.TagClassName
{
border-color: #E966A6;
}
</style>