Shades of Hot Pink #E96AAA
Tints of Hot Pink #E96AAA
RGB
CMYK
RGB Variations
Color information
#E96AAA (or 0xE96AAA) is known color: Hot Pink. HEX triplet: E9, 6A and AA. RGB value is (233,106,170). Sum of RGB (Red+Green+Blue) = 233+106+170=509 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.78% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 233 - color contains mainly: red. Hex color #E96AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96AAA is #169555. Grayscale: #979797. Windows color (decimal): -1480022 or 11168489. OLE color: 11168489.
HSL color Cylindrical-coordinate representation of color #E96AAA: hue angle of 329.76º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E96AAA is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 106 | 170 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.09 |
| HSL | 329.76º | 0.74% | 0.66% | - |
| HSV(B) | 329.76º | 0.55% | 0.91% | - |
| XYZ | 46.01 | 30.53 | 41.5 | - |
| YUV | 151.27 | 138.58 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 106 | 170 | 0 | 0.55 | 0.27 | 0.09 | 329.76 | 0.74 | 0.66 |
| Hex | E9 | 6A | AA | 0 | 37 | 1B | 9 | 14A | 4A | 42 |
| Octal | 351 | 152 | 252 | 0 | 67 | 33 | 11 | 512 | 112 | 102 |
| Binary | 11101001 | 1101010 | 10101010 | 0 | 110111 | 11011 | 1001 | 101001010 | 1001010 | 1000010 |
Color Harmonies of #E96AAA
Complementary color
Monochromatic Colors of #E96AAA
Black with #E96AAA
Text Example
Text Example
White with #E96AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96AAA; }
p { color: rgb(233,106,170); }
H1.HeaderClassName
{
color: #E96AAA;
}
.AnyTagClassName
{
color: #E96AAA;
}
</style>
background-color css
<style>
a { background-color: #E96AAA; }
a { background-color: rgb(233,106,170); }
div.DivClassName
{
background-color: #E96AAA;
}
.BgClassName
{
background-color: #E96AAA;
}
</style>
border-color css
<style>
span { border-color: #E96AAA; }
span { border-color: rgb(233,106,170); }
td.TdClassName
{
border-color: #E96AAA;
}
.TagClassName
{
border-color: #E96AAA;
}
</style>