Shades of Hot Pink #E96BAE
Tints of Hot Pink #E96BAE
RGB
CMYK
RGB Variations
Color information
#E96BAE (or 0xE96BAE) is known color: Hot Pink. HEX triplet: E9, 6B and AE. RGB value is (233,107,174). Sum of RGB (Red+Green+Blue) = 233+107+174=514 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.33% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 233 - color contains mainly: red. Hex color #E96BAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96BAE is #169451. Grayscale: #989898. Windows color (decimal): -1479762 or 11430889. OLE color: 11430889.
HSL color Cylindrical-coordinate representation of color #E96BAE: hue angle of 328.1º 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 #E96BAE is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 107 | 174 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.09 |
| HSL | 328.1º | 0.74% | 0.67% | - |
| HSV(B) | 328.1º | 0.54% | 0.91% | - |
| XYZ | 46.5 | 30.9 | 43.56 | - |
| YUV | 152.31 | 140.24 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 107 | 174 | 0 | 0.54 | 0.25 | 0.09 | 328.1 | 0.74 | 0.67 |
| Hex | E9 | 6B | AE | 0 | 36 | 19 | 9 | 148 | 4A | 43 |
| Octal | 351 | 153 | 256 | 0 | 66 | 31 | 11 | 510 | 112 | 103 |
| Binary | 11101001 | 1101011 | 10101110 | 0 | 110110 | 11001 | 1001 | 101001000 | 1001010 | 1000011 |
Color Harmonies of #E96BAE
Complementary color
Monochromatic Colors of #E96BAE
Black with #E96BAE
Text Example
Text Example
White with #E96BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96BAE; }
p { color: rgb(233,107,174); }
H1.HeaderClassName
{
color: #E96BAE;
}
.AnyTagClassName
{
color: #E96BAE;
}
</style>
background-color css
<style>
a { background-color: #E96BAE; }
a { background-color: rgb(233,107,174); }
div.DivClassName
{
background-color: #E96BAE;
}
.BgClassName
{
background-color: #E96BAE;
}
</style>
border-color css
<style>
span { border-color: #E96BAE; }
span { border-color: rgb(233,107,174); }
td.TdClassName
{
border-color: #E96BAE;
}
.TagClassName
{
border-color: #E96BAE;
}
</style>