Shades of Hot Pink #E96FB3
Tints of Hot Pink #E96FB3
RGB
CMYK
RGB Variations
Color information
#E96FB3 (or 0xE96FB3) is known color: Hot Pink. HEX triplet: E9, 6F and B3. RGB value is (233,111,179). Sum of RGB (Red+Green+Blue) = 233+111+179=523 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.55% from 523); Green value is 111 (43.75% from 255 or 21.22% from 523); Blue value is 179 (70.31% from 255 or 34.23% from 523); Max value from RGB is 233 - color contains mainly: red. Hex color #E96FB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96FB3 is #16904C. Grayscale: #9B9B9B. Windows color (decimal): -1478733 or 11759593. OLE color: 11759593.
HSL color Cylindrical-coordinate representation of color #E96FB3: hue angle of 326.56º 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 #E96FB3 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 111 | 179 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.09 |
| HSL | 326.56º | 0.73% | 0.67% | - |
| HSV(B) | 326.56º | 0.52% | 0.91% | - |
| XYZ | 47.43 | 31.95 | 46.31 | - |
| YUV | 155.23 | 141.42 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 111 | 179 | 0 | 0.52 | 0.23 | 0.09 | 326.56 | 0.73 | 0.67 |
| Hex | E9 | 6F | B3 | 0 | 34 | 17 | 9 | 147 | 49 | 43 |
| Octal | 351 | 157 | 263 | 0 | 64 | 27 | 11 | 507 | 111 | 103 |
| Binary | 11101001 | 1101111 | 10110011 | 0 | 110100 | 10111 | 1001 | 101000111 | 1001001 | 1000011 |
Color Harmonies of #E96FB3
Complementary color
Monochromatic Colors of #E96FB3
Black with #E96FB3
Text Example
Text Example
White with #E96FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96FB3; }
p { color: rgb(233,111,179); }
H1.HeaderClassName
{
color: #E96FB3;
}
.AnyTagClassName
{
color: #E96FB3;
}
</style>
background-color css
<style>
a { background-color: #E96FB3; }
a { background-color: rgb(233,111,179); }
div.DivClassName
{
background-color: #E96FB3;
}
.BgClassName
{
background-color: #E96FB3;
}
</style>
border-color css
<style>
span { border-color: #E96FB3; }
span { border-color: rgb(233,111,179); }
td.TdClassName
{
border-color: #E96FB3;
}
.TagClassName
{
border-color: #E96FB3;
}
</style>