Shades of Hot Pink #E96CBA
Tints of Hot Pink #E96CBA
RGB
CMYK
RGB Variations
Color information
#E96CBA (or 0xE96CBA) is known color: Hot Pink. HEX triplet: E9, 6C and BA. RGB value is (233,108,186). Sum of RGB (Red+Green+Blue) = 233+108+186=527 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.21% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 233 - color contains mainly: red. Hex color #E96CBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96CBA is #169345. Grayscale: #9A9A9A. Windows color (decimal): -1479494 or 12217577. OLE color: 12217577.
HSL color Cylindrical-coordinate representation of color #E96CBA: hue angle of 322.56º 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 #E96CBA is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 108 | 186 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.09 |
| HSL | 322.56º | 0.74% | 0.67% | - |
| HSV(B) | 322.56º | 0.54% | 0.91% | - |
| XYZ | 47.83 | 31.59 | 50.03 | - |
| YUV | 154.27 | 145.91 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 108 | 186 | 0 | 0.54 | 0.20 | 0.09 | 322.56 | 0.74 | 0.67 |
| Hex | E9 | 6C | BA | 0 | 36 | 14 | 9 | 143 | 4A | 43 |
| Octal | 351 | 154 | 272 | 0 | 66 | 24 | 11 | 503 | 112 | 103 |
| Binary | 11101001 | 1101100 | 10111010 | 0 | 110110 | 10100 | 1001 | 101000011 | 1001010 | 1000011 |
Color Harmonies of #E96CBA
Complementary color
Monochromatic Colors of #E96CBA
Black with #E96CBA
Text Example
Text Example
White with #E96CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96CBA; }
p { color: rgb(233,108,186); }
H1.HeaderClassName
{
color: #E96CBA;
}
.AnyTagClassName
{
color: #E96CBA;
}
</style>
background-color css
<style>
a { background-color: #E96CBA; }
a { background-color: rgb(233,108,186); }
div.DivClassName
{
background-color: #E96CBA;
}
.BgClassName
{
background-color: #E96CBA;
}
</style>
border-color css
<style>
span { border-color: #E96CBA; }
span { border-color: rgb(233,108,186); }
td.TdClassName
{
border-color: #E96CBA;
}
.TagClassName
{
border-color: #E96CBA;
}
</style>