Shades of Hot Pink #E96BBA
Tints of Hot Pink #E96BBA
RGB
CMYK
RGB Variations
Color information
#E96BBA (or 0xE96BBA) is known color: Hot Pink. HEX triplet: E9, 6B and BA. RGB value is (233,107,186). Sum of RGB (Red+Green+Blue) = 233+107+186=526 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.30% from 526); Green value is 107 (42.19% from 255 or 20.34% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 233 - color contains mainly: red. Hex color #E96BBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96BBA is #169445. Grayscale: #999999. Windows color (decimal): -1479750 or 12217321. OLE color: 12217321.
HSL color Cylindrical-coordinate representation of color #E96BBA: hue angle of 322.38º 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 #E96BBA is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 107 | 186 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.09 |
| HSL | 322.38º | 0.74% | 0.67% | - |
| HSV(B) | 322.38º | 0.54% | 0.91% | - |
| XYZ | 47.72 | 31.38 | 50 | - |
| YUV | 153.68 | 146.24 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 107 | 186 | 0 | 0.54 | 0.20 | 0.09 | 322.38 | 0.74 | 0.67 |
| Hex | E9 | 6B | BA | 0 | 36 | 14 | 9 | 142 | 4A | 43 |
| Octal | 351 | 153 | 272 | 0 | 66 | 24 | 11 | 502 | 112 | 103 |
| Binary | 11101001 | 1101011 | 10111010 | 0 | 110110 | 10100 | 1001 | 101000010 | 1001010 | 1000011 |
Color Harmonies of #E96BBA
Complementary color
Monochromatic Colors of #E96BBA
Black with #E96BBA
Text Example
Text Example
White with #E96BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96BBA; }
p { color: rgb(233,107,186); }
H1.HeaderClassName
{
color: #E96BBA;
}
.AnyTagClassName
{
color: #E96BBA;
}
</style>
background-color css
<style>
a { background-color: #E96BBA; }
a { background-color: rgb(233,107,186); }
div.DivClassName
{
background-color: #E96BBA;
}
.BgClassName
{
background-color: #E96BBA;
}
</style>
border-color css
<style>
span { border-color: #E96BBA; }
span { border-color: rgb(233,107,186); }
td.TdClassName
{
border-color: #E96BBA;
}
.TagClassName
{
border-color: #E96BBA;
}
</style>