Shades of Hot Pink #E96CAA
Tints of Hot Pink #E96CAA
RGB
CMYK
RGB Variations
Color information
#E96CAA (or 0xE96CAA) is known color: Hot Pink. HEX triplet: E9, 6C and AA. RGB value is (233,108,170). Sum of RGB (Red+Green+Blue) = 233+108+170=511 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.60% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 233 - color contains mainly: red. Hex color #E96CAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96CAA is #169355. Grayscale: #989898. Windows color (decimal): -1479510 or 11169001. OLE color: 11169001.
HSL color Cylindrical-coordinate representation of color #E96CAA: hue angle of 330.24º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E96CAA is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 108 | 170 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.09 |
| HSL | 330.24º | 0.74% | 0.67% | - |
| HSV(B) | 330.24º | 0.54% | 0.91% | - |
| XYZ | 46.22 | 30.95 | 41.57 | - |
| YUV | 152.44 | 137.91 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 108 | 170 | 0 | 0.54 | 0.27 | 0.09 | 330.24 | 0.74 | 0.67 |
| Hex | E9 | 6C | AA | 0 | 36 | 1B | 9 | 14A | 4A | 43 |
| Octal | 351 | 154 | 252 | 0 | 66 | 33 | 11 | 512 | 112 | 103 |
| Binary | 11101001 | 1101100 | 10101010 | 0 | 110110 | 11011 | 1001 | 101001010 | 1001010 | 1000011 |
Color Harmonies of #E96CAA
Complementary color
Monochromatic Colors of #E96CAA
Black with #E96CAA
Text Example
Text Example
White with #E96CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96CAA; }
p { color: rgb(233,108,170); }
H1.HeaderClassName
{
color: #E96CAA;
}
.AnyTagClassName
{
color: #E96CAA;
}
</style>
background-color css
<style>
a { background-color: #E96CAA; }
a { background-color: rgb(233,108,170); }
div.DivClassName
{
background-color: #E96CAA;
}
.BgClassName
{
background-color: #E96CAA;
}
</style>
border-color css
<style>
span { border-color: #E96CAA; }
span { border-color: rgb(233,108,170); }
td.TdClassName
{
border-color: #E96CAA;
}
.TagClassName
{
border-color: #E96CAA;
}
</style>