Shades of Hot Pink #E96DB5
Tints of Hot Pink #E96DB5
RGB
CMYK
RGB Variations
Color information
#E96DB5 (or 0xE96DB5) is known color: Hot Pink. HEX triplet: E9, 6D and B5. RGB value is (233,109,181). Sum of RGB (Red+Green+Blue) = 233+109+181=523 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.55% from 523); Green value is 109 (42.97% from 255 or 20.84% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 233 - color contains mainly: red. Hex color #E96DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96DB5 is #16924A. Grayscale: #9A9A9A. Windows color (decimal): -1479243 or 11890153. OLE color: 11890153.
HSL color Cylindrical-coordinate representation of color #E96DB5: hue angle of 325.16º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E96DB5 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 109 | 181 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.09 |
| HSL | 325.16º | 0.74% | 0.67% | - |
| HSV(B) | 325.16º | 0.53% | 0.91% | - |
| XYZ | 47.41 | 31.6 | 47.32 | - |
| YUV | 154.28 | 143.08 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 109 | 181 | 0 | 0.53 | 0.22 | 0.09 | 325.16 | 0.74 | 0.67 |
| Hex | E9 | 6D | B5 | 0 | 35 | 16 | 9 | 145 | 4A | 43 |
| Octal | 351 | 155 | 265 | 0 | 65 | 26 | 11 | 505 | 112 | 103 |
| Binary | 11101001 | 1101101 | 10110101 | 0 | 110101 | 10110 | 1001 | 101000101 | 1001010 | 1000011 |
Color Harmonies of #E96DB5
Complementary color
Monochromatic Colors of #E96DB5
Black with #E96DB5
Text Example
Text Example
White with #E96DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96DB5; }
p { color: rgb(233,109,181); }
H1.HeaderClassName
{
color: #E96DB5;
}
.AnyTagClassName
{
color: #E96DB5;
}
</style>
background-color css
<style>
a { background-color: #E96DB5; }
a { background-color: rgb(233,109,181); }
div.DivClassName
{
background-color: #E96DB5;
}
.BgClassName
{
background-color: #E96DB5;
}
</style>
border-color css
<style>
span { border-color: #E96DB5; }
span { border-color: rgb(233,109,181); }
td.TdClassName
{
border-color: #E96DB5;
}
.TagClassName
{
border-color: #E96DB5;
}
</style>