Shades of Hot Pink #E966A7
Tints of Hot Pink #E966A7
RGB
CMYK
RGB Variations
Color information
#E966A7 (or 0xE966A7) is known color: Hot Pink. HEX triplet: E9, 66 and A7. RGB value is (233,102,167). Sum of RGB (Red+Green+Blue) = 233+102+167=502 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.41% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 167 (65.62% from 255 or 33.27% from 502); Max value from RGB is 233 - color contains mainly: red. Hex color #E966A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E966A7 is #169958. Grayscale: #949494. Windows color (decimal): -1481049 or 10970857. OLE color: 10970857.
HSL color Cylindrical-coordinate representation of color #E966A7: hue angle of 330.23º 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 #E966A7 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 102 | 167 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.09 |
| HSL | 330.23º | 0.75% | 0.66% | - |
| HSV(B) | 330.23º | 0.56% | 0.91% | - |
| XYZ | 45.33 | 29.62 | 39.89 | - |
| YUV | 148.58 | 138.4 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 102 | 167 | 0 | 0.56 | 0.28 | 0.09 | 330.23 | 0.75 | 0.66 |
| Hex | E9 | 66 | A7 | 0 | 38 | 1C | 9 | 14A | 4B | 42 |
| Octal | 351 | 146 | 247 | 0 | 70 | 34 | 11 | 512 | 113 | 102 |
| Binary | 11101001 | 1100110 | 10100111 | 0 | 111000 | 11100 | 1001 | 101001010 | 1001011 | 1000010 |
Color Harmonies of #E966A7
Complementary color
Monochromatic Colors of #E966A7
Black with #E966A7
Text Example
Text Example
White with #E966A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E966A7; }
p { color: rgb(233,102,167); }
H1.HeaderClassName
{
color: #E966A7;
}
.AnyTagClassName
{
color: #E966A7;
}
</style>
background-color css
<style>
a { background-color: #E966A7; }
a { background-color: rgb(233,102,167); }
div.DivClassName
{
background-color: #E966A7;
}
.BgClassName
{
background-color: #E966A7;
}
</style>
border-color css
<style>
span { border-color: #E966A7; }
span { border-color: rgb(233,102,167); }
td.TdClassName
{
border-color: #E966A7;
}
.TagClassName
{
border-color: #E966A7;
}
</style>