Shades of Hot Pink #E966AF
Tints of Hot Pink #E966AF
RGB
CMYK
RGB Variations
Color information
#E966AF (or 0xE966AF) is known color: Hot Pink. HEX triplet: E9, 66 and AF. RGB value is (233,102,175). Sum of RGB (Red+Green+Blue) = 233+102+175=510 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.69% from 510); Green value is 102 (40.23% from 255 or 20% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 233 - color contains mainly: red. Hex color #E966AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E966AF is #169950. Grayscale: #959595. Windows color (decimal): -1481041 or 11495145. OLE color: 11495145.
HSL color Cylindrical-coordinate representation of color #E966AF: hue angle of 326.56º 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 #E966AF is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 102 | 175 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.09 |
| HSL | 326.56º | 0.75% | 0.66% | - |
| HSV(B) | 326.56º | 0.56% | 0.91% | - |
| XYZ | 46.09 | 29.92 | 43.9 | - |
| YUV | 149.49 | 142.4 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 102 | 175 | 0 | 0.56 | 0.25 | 0.09 | 326.56 | 0.75 | 0.66 |
| Hex | E9 | 66 | AF | 0 | 38 | 19 | 9 | 147 | 4B | 42 |
| Octal | 351 | 146 | 257 | 0 | 70 | 31 | 11 | 507 | 113 | 102 |
| Binary | 11101001 | 1100110 | 10101111 | 0 | 111000 | 11001 | 1001 | 101000111 | 1001011 | 1000010 |
Color Harmonies of #E966AF
Complementary color
Monochromatic Colors of #E966AF
Black with #E966AF
Text Example
Text Example
White with #E966AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E966AF; }
p { color: rgb(233,102,175); }
H1.HeaderClassName
{
color: #E966AF;
}
.AnyTagClassName
{
color: #E966AF;
}
</style>
background-color css
<style>
a { background-color: #E966AF; }
a { background-color: rgb(233,102,175); }
div.DivClassName
{
background-color: #E966AF;
}
.BgClassName
{
background-color: #E966AF;
}
</style>
border-color css
<style>
span { border-color: #E966AF; }
span { border-color: rgb(233,102,175); }
td.TdClassName
{
border-color: #E966AF;
}
.TagClassName
{
border-color: #E966AF;
}
</style>