Shades of Hot Pink #E95DB7
Tints of Hot Pink #E95DB7
RGB
CMYK
RGB Variations
Color information
#E95DB7 (or 0xE95DB7) is known color: Hot Pink. HEX triplet: E9, 5D and B7. RGB value is (233,93,183). Sum of RGB (Red+Green+Blue) = 233+93+183=509 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.78% from 509); Green value is 93 (36.72% from 255 or 18.27% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 233 - color contains mainly: red. Hex color #E95DB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95DB7 is #16A248. Grayscale: #909090. Windows color (decimal): -1483337 or 12017129. OLE color: 12017129.
HSL color Cylindrical-coordinate representation of color #E95DB7: hue angle of 321.43º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E95DB7 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 93 | 183 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.09 |
| HSL | 321.43º | 0.76% | 0.64% | - |
| HSV(B) | 321.43º | 0.6% | 0.91% | - |
| XYZ | 46.07 | 28.57 | 47.89 | - |
| YUV | 145.12 | 149.38 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 93 | 183 | 0 | 0.60 | 0.21 | 0.09 | 321.43 | 0.76 | 0.64 |
| Hex | E9 | 5D | B7 | 0 | 3C | 15 | 9 | 141 | 4C | 40 |
| Octal | 351 | 135 | 267 | 0 | 74 | 25 | 11 | 501 | 114 | 100 |
| Binary | 11101001 | 1011101 | 10110111 | 0 | 111100 | 10101 | 1001 | 101000001 | 1001100 | 1000000 |
Color Harmonies of #E95DB7
Complementary color
Monochromatic Colors of #E95DB7
Black with #E95DB7
Text Example
Text Example
White with #E95DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95DB7; }
p { color: rgb(233,93,183); }
H1.HeaderClassName
{
color: #E95DB7;
}
.AnyTagClassName
{
color: #E95DB7;
}
</style>
background-color css
<style>
a { background-color: #E95DB7; }
a { background-color: rgb(233,93,183); }
div.DivClassName
{
background-color: #E95DB7;
}
.BgClassName
{
background-color: #E95DB7;
}
</style>
border-color css
<style>
span { border-color: #E95DB7; }
span { border-color: rgb(233,93,183); }
td.TdClassName
{
border-color: #E95DB7;
}
.TagClassName
{
border-color: #E95DB7;
}
</style>