Shades of Hot Pink #E966AD
Tints of Hot Pink #E966AD
RGB
CMYK
RGB Variations
Color information
#E966AD (or 0xE966AD) is known color: Hot Pink. HEX triplet: E9, 66 and AD. RGB value is (233,102,173). Sum of RGB (Red+Green+Blue) = 233+102+173=508 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.87% from 508); Green value is 102 (40.23% from 255 or 20.08% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 233 - color contains mainly: red. Hex color #E966AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E966AD is #169952. Grayscale: #959595. Windows color (decimal): -1481043 or 11364073. OLE color: 11364073.
HSL color Cylindrical-coordinate representation of color #E966AD: hue angle of 327.48º 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 #E966AD is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 102 | 173 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.09 |
| HSL | 327.48º | 0.75% | 0.66% | - |
| HSV(B) | 327.48º | 0.56% | 0.91% | - |
| XYZ | 45.9 | 29.84 | 42.88 | - |
| YUV | 149.26 | 141.4 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 102 | 173 | 0 | 0.56 | 0.26 | 0.09 | 327.48 | 0.75 | 0.66 |
| Hex | E9 | 66 | AD | 0 | 38 | 1A | 9 | 147 | 4B | 42 |
| Octal | 351 | 146 | 255 | 0 | 70 | 32 | 11 | 507 | 113 | 102 |
| Binary | 11101001 | 1100110 | 10101101 | 0 | 111000 | 11010 | 1001 | 101000111 | 1001011 | 1000010 |
Color Harmonies of #E966AD
Complementary color
Monochromatic Colors of #E966AD
Black with #E966AD
Text Example
Text Example
White with #E966AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E966AD; }
p { color: rgb(233,102,173); }
H1.HeaderClassName
{
color: #E966AD;
}
.AnyTagClassName
{
color: #E966AD;
}
</style>
background-color css
<style>
a { background-color: #E966AD; }
a { background-color: rgb(233,102,173); }
div.DivClassName
{
background-color: #E966AD;
}
.BgClassName
{
background-color: #E966AD;
}
</style>
border-color css
<style>
span { border-color: #E966AD; }
span { border-color: rgb(233,102,173); }
td.TdClassName
{
border-color: #E966AD;
}
.TagClassName
{
border-color: #E966AD;
}
</style>