Shades of Hot Pink #E96BA6
Tints of Hot Pink #E96BA6
RGB
CMYK
RGB Variations
Color information
#E96BA6 (or 0xE96BA6) is known color: Hot Pink. HEX triplet: E9, 6B and A6. RGB value is (233,107,166). Sum of RGB (Red+Green+Blue) = 233+107+166=506 (67% of max value = 765). Red value is 233 (91.41% from 255 or 46.05% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 166 (65.23% from 255 or 32.81% from 506); Max value from RGB is 233 - color contains mainly: red. Hex color #E96BA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96BA6 is #169459. Grayscale: #979797. Windows color (decimal): -1479770 or 10906601. OLE color: 10906601.
HSL color Cylindrical-coordinate representation of color #E96BA6: hue angle of 331.9º 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 #E96BA6 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 107 | 166 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.09 |
| HSL | 331.9º | 0.74% | 0.67% | - |
| HSV(B) | 331.9º | 0.54% | 0.91% | - |
| XYZ | 45.74 | 30.59 | 39.57 | - |
| YUV | 151.4 | 136.24 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 107 | 166 | 0 | 0.54 | 0.29 | 0.09 | 331.9 | 0.74 | 0.67 |
| Hex | E9 | 6B | A6 | 0 | 36 | 1D | 9 | 14C | 4A | 43 |
| Octal | 351 | 153 | 246 | 0 | 66 | 35 | 11 | 514 | 112 | 103 |
| Binary | 11101001 | 1101011 | 10100110 | 0 | 110110 | 11101 | 1001 | 101001100 | 1001010 | 1000011 |
Color Harmonies of #E96BA6
Complementary color
Monochromatic Colors of #E96BA6
Black with #E96BA6
Text Example
Text Example
White with #E96BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96BA6; }
p { color: rgb(233,107,166); }
H1.HeaderClassName
{
color: #E96BA6;
}
.AnyTagClassName
{
color: #E96BA6;
}
</style>
background-color css
<style>
a { background-color: #E96BA6; }
a { background-color: rgb(233,107,166); }
div.DivClassName
{
background-color: #E96BA6;
}
.BgClassName
{
background-color: #E96BA6;
}
</style>
border-color css
<style>
span { border-color: #E96BA6; }
span { border-color: rgb(233,107,166); }
td.TdClassName
{
border-color: #E96BA6;
}
.TagClassName
{
border-color: #E96BA6;
}
</style>