Shades of Hot Pink #E96FB4
Tints of Hot Pink #E96FB4
RGB
CMYK
RGB Variations
Color information
#E96FB4 (or 0xE96FB4) is known color: Hot Pink. HEX triplet: E9, 6F and B4. RGB value is (233,111,180). Sum of RGB (Red+Green+Blue) = 233+111+180=524 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.47% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 180 (70.70% from 255 or 34.35% from 524); Max value from RGB is 233 - color contains mainly: red. Hex color #E96FB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96FB4 is #16904B. Grayscale: #9B9B9B. Windows color (decimal): -1478732 or 11825129. OLE color: 11825129.
HSL color Cylindrical-coordinate representation of color #E96FB4: hue angle of 326.07º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E96FB4 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 111 | 180 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.09 |
| HSL | 326.07º | 0.73% | 0.67% | - |
| HSV(B) | 326.07º | 0.52% | 0.91% | - |
| XYZ | 47.53 | 31.99 | 46.85 | - |
| YUV | 155.34 | 141.92 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 111 | 180 | 0 | 0.52 | 0.23 | 0.09 | 326.07 | 0.73 | 0.67 |
| Hex | E9 | 6F | B4 | 0 | 34 | 17 | 9 | 146 | 49 | 43 |
| Octal | 351 | 157 | 264 | 0 | 64 | 27 | 11 | 506 | 111 | 103 |
| Binary | 11101001 | 1101111 | 10110100 | 0 | 110100 | 10111 | 1001 | 101000110 | 1001001 | 1000011 |
Color Harmonies of #E96FB4
Complementary color
Monochromatic Colors of #E96FB4
Black with #E96FB4
Text Example
Text Example
White with #E96FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96FB4; }
p { color: rgb(233,111,180); }
H1.HeaderClassName
{
color: #E96FB4;
}
.AnyTagClassName
{
color: #E96FB4;
}
</style>
background-color css
<style>
a { background-color: #E96FB4; }
a { background-color: rgb(233,111,180); }
div.DivClassName
{
background-color: #E96FB4;
}
.BgClassName
{
background-color: #E96FB4;
}
</style>
border-color css
<style>
span { border-color: #E96FB4; }
span { border-color: rgb(233,111,180); }
td.TdClassName
{
border-color: #E96FB4;
}
.TagClassName
{
border-color: #E96FB4;
}
</style>