Shades of Hot Pink #E96BAF
Tints of Hot Pink #E96BAF
RGB
CMYK
RGB Variations
Color information
#E96BAF (or 0xE96BAF) is known color: Hot Pink. HEX triplet: E9, 6B and AF. RGB value is (233,107,175). Sum of RGB (Red+Green+Blue) = 233+107+175=515 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.24% from 515); Green value is 107 (42.19% from 255 or 20.78% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 233 - color contains mainly: red. Hex color #E96BAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96BAF is #169450. Grayscale: #989898. Windows color (decimal): -1479761 or 11496425. OLE color: 11496425.
HSL color Cylindrical-coordinate representation of color #E96BAF: hue angle of 327.62º 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 #E96BAF is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 107 | 175 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.09 |
| HSL | 327.62º | 0.74% | 0.67% | - |
| HSV(B) | 327.62º | 0.54% | 0.91% | - |
| XYZ | 46.6 | 30.93 | 44.07 | - |
| YUV | 152.43 | 140.74 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 107 | 175 | 0 | 0.54 | 0.25 | 0.09 | 327.62 | 0.74 | 0.67 |
| Hex | E9 | 6B | AF | 0 | 36 | 19 | 9 | 148 | 4A | 43 |
| Octal | 351 | 153 | 257 | 0 | 66 | 31 | 11 | 510 | 112 | 103 |
| Binary | 11101001 | 1101011 | 10101111 | 0 | 110110 | 11001 | 1001 | 101001000 | 1001010 | 1000011 |
Color Harmonies of #E96BAF
Complementary color
Monochromatic Colors of #E96BAF
Black with #E96BAF
Text Example
Text Example
White with #E96BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96BAF; }
p { color: rgb(233,107,175); }
H1.HeaderClassName
{
color: #E96BAF;
}
.AnyTagClassName
{
color: #E96BAF;
}
</style>
background-color css
<style>
a { background-color: #E96BAF; }
a { background-color: rgb(233,107,175); }
div.DivClassName
{
background-color: #E96BAF;
}
.BgClassName
{
background-color: #E96BAF;
}
</style>
border-color css
<style>
span { border-color: #E96BAF; }
span { border-color: rgb(233,107,175); }
td.TdClassName
{
border-color: #E96BAF;
}
.TagClassName
{
border-color: #E96BAF;
}
</style>