Shades of Hot Pink #E96CB3
Tints of Hot Pink #E96CB3
RGB
CMYK
RGB Variations
Color information
#E96CB3 (or 0xE96CB3) is known color: Hot Pink. HEX triplet: E9, 6C and B3. RGB value is (233,108,179). Sum of RGB (Red+Green+Blue) = 233+108+179=520 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.81% from 520); Green value is 108 (42.58% from 255 or 20.77% from 520); Blue value is 179 (70.31% from 255 or 34.42% from 520); Max value from RGB is 233 - color contains mainly: red. Hex color #E96CB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96CB3 is #16934C. Grayscale: #999999. Windows color (decimal): -1479501 or 11758825. OLE color: 11758825.
HSL color Cylindrical-coordinate representation of color #E96CB3: hue angle of 325.92º 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 #E96CB3 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 108 | 179 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.09 |
| HSL | 325.92º | 0.74% | 0.67% | - |
| HSV(B) | 325.92º | 0.54% | 0.91% | - |
| XYZ | 47.1 | 31.3 | 46.21 | - |
| YUV | 153.47 | 142.41 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 108 | 179 | 0 | 0.54 | 0.23 | 0.09 | 325.92 | 0.74 | 0.67 |
| Hex | E9 | 6C | B3 | 0 | 36 | 17 | 9 | 146 | 4A | 43 |
| Octal | 351 | 154 | 263 | 0 | 66 | 27 | 11 | 506 | 112 | 103 |
| Binary | 11101001 | 1101100 | 10110011 | 0 | 110110 | 10111 | 1001 | 101000110 | 1001010 | 1000011 |
Color Harmonies of #E96CB3
Complementary color
Monochromatic Colors of #E96CB3
Black with #E96CB3
Text Example
Text Example
White with #E96CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96CB3; }
p { color: rgb(233,108,179); }
H1.HeaderClassName
{
color: #E96CB3;
}
.AnyTagClassName
{
color: #E96CB3;
}
</style>
background-color css
<style>
a { background-color: #E96CB3; }
a { background-color: rgb(233,108,179); }
div.DivClassName
{
background-color: #E96CB3;
}
.BgClassName
{
background-color: #E96CB3;
}
</style>
border-color css
<style>
span { border-color: #E96CB3; }
span { border-color: rgb(233,108,179); }
td.TdClassName
{
border-color: #E96CB3;
}
.TagClassName
{
border-color: #E96CB3;
}
</style>