Shades of Hot Pink #E95DB2
Tints of Hot Pink #E95DB2
RGB
CMYK
RGB Variations
Color information
#E95DB2 (or 0xE95DB2) is known color: Hot Pink. HEX triplet: E9, 5D and B2. RGB value is (233,93,178). Sum of RGB (Red+Green+Blue) = 233+93+178=504 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.23% from 504); Green value is 93 (36.72% from 255 or 18.45% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 233 - color contains mainly: red. Hex color #E95DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95DB2 is #16A24D. Grayscale: #909090. Windows color (decimal): -1483342 or 11689449. OLE color: 11689449.
HSL color Cylindrical-coordinate representation of color #E95DB2: hue angle of 323.57º 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 #E95DB2 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 93 | 178 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.09 |
| HSL | 323.57º | 0.76% | 0.64% | - |
| HSV(B) | 323.57º | 0.6% | 0.91% | - |
| XYZ | 45.55 | 28.37 | 45.19 | - |
| YUV | 144.55 | 146.88 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 93 | 178 | 0 | 0.60 | 0.24 | 0.09 | 323.57 | 0.76 | 0.64 |
| Hex | E9 | 5D | B2 | 0 | 3C | 18 | 9 | 144 | 4C | 40 |
| Octal | 351 | 135 | 262 | 0 | 74 | 30 | 11 | 504 | 114 | 100 |
| Binary | 11101001 | 1011101 | 10110010 | 0 | 111100 | 11000 | 1001 | 101000100 | 1001100 | 1000000 |
Color Harmonies of #E95DB2
Complementary color
Monochromatic Colors of #E95DB2
Black with #E95DB2
Text Example
Text Example
White with #E95DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95DB2; }
p { color: rgb(233,93,178); }
H1.HeaderClassName
{
color: #E95DB2;
}
.AnyTagClassName
{
color: #E95DB2;
}
</style>
background-color css
<style>
a { background-color: #E95DB2; }
a { background-color: rgb(233,93,178); }
div.DivClassName
{
background-color: #E95DB2;
}
.BgClassName
{
background-color: #E95DB2;
}
</style>
border-color css
<style>
span { border-color: #E95DB2; }
span { border-color: rgb(233,93,178); }
td.TdClassName
{
border-color: #E95DB2;
}
.TagClassName
{
border-color: #E95DB2;
}
</style>