Shades of Hot Pink #E96AB5
Tints of Hot Pink #E96AB5
RGB
CMYK
RGB Variations
Color information
#E96AB5 (or 0xE96AB5) is known color: Hot Pink. HEX triplet: E9, 6A and B5. RGB value is (233,106,181). Sum of RGB (Red+Green+Blue) = 233+106+181=520 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.81% from 520); Green value is 106 (41.80% from 255 or 20.38% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 233 - color contains mainly: red. Hex color #E96AB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96AB5 is #16954A. Grayscale: #989898. Windows color (decimal): -1480011 or 11889385. OLE color: 11889385.
HSL color Cylindrical-coordinate representation of color #E96AB5: hue angle of 324.57º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E96AB5 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 106 | 181 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.09 |
| HSL | 324.57º | 0.74% | 0.66% | - |
| HSV(B) | 324.57º | 0.55% | 0.91% | - |
| XYZ | 47.1 | 30.97 | 47.21 | - |
| YUV | 152.52 | 144.08 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 106 | 181 | 0 | 0.55 | 0.22 | 0.09 | 324.57 | 0.74 | 0.66 |
| Hex | E9 | 6A | B5 | 0 | 37 | 16 | 9 | 145 | 4A | 42 |
| Octal | 351 | 152 | 265 | 0 | 67 | 26 | 11 | 505 | 112 | 102 |
| Binary | 11101001 | 1101010 | 10110101 | 0 | 110111 | 10110 | 1001 | 101000101 | 1001010 | 1000010 |
Color Harmonies of #E96AB5
Complementary color
Monochromatic Colors of #E96AB5
Black with #E96AB5
Text Example
Text Example
White with #E96AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96AB5; }
p { color: rgb(233,106,181); }
H1.HeaderClassName
{
color: #E96AB5;
}
.AnyTagClassName
{
color: #E96AB5;
}
</style>
background-color css
<style>
a { background-color: #E96AB5; }
a { background-color: rgb(233,106,181); }
div.DivClassName
{
background-color: #E96AB5;
}
.BgClassName
{
background-color: #E96AB5;
}
</style>
border-color css
<style>
span { border-color: #E96AB5; }
span { border-color: rgb(233,106,181); }
td.TdClassName
{
border-color: #E96AB5;
}
.TagClassName
{
border-color: #E96AB5;
}
</style>