Shades of Hot Pink #E95DB3
Tints of Hot Pink #E95DB3
RGB
CMYK
RGB Variations
Color information
#E95DB3 (or 0xE95DB3) is known color: Hot Pink. HEX triplet: E9, 5D and B3. RGB value is (233,93,179). Sum of RGB (Red+Green+Blue) = 233+93+179=505 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.14% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 179 (70.31% from 255 or 35.45% from 505); Max value from RGB is 233 - color contains mainly: red. Hex color #E95DB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95DB3 is #16A24C. Grayscale: #909090. Windows color (decimal): -1483341 or 11754985. OLE color: 11754985.
HSL color Cylindrical-coordinate representation of color #E95DB3: hue angle of 323.14º 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 #E95DB3 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 93 | 179 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.09 |
| HSL | 323.14º | 0.76% | 0.64% | - |
| HSV(B) | 323.14º | 0.6% | 0.91% | - |
| XYZ | 45.66 | 28.41 | 45.72 | - |
| YUV | 144.66 | 147.38 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 93 | 179 | 0 | 0.60 | 0.23 | 0.09 | 323.14 | 0.76 | 0.64 |
| Hex | E9 | 5D | B3 | 0 | 3C | 17 | 9 | 143 | 4C | 40 |
| Octal | 351 | 135 | 263 | 0 | 74 | 27 | 11 | 503 | 114 | 100 |
| Binary | 11101001 | 1011101 | 10110011 | 0 | 111100 | 10111 | 1001 | 101000011 | 1001100 | 1000000 |
Color Harmonies of #E95DB3
Complementary color
Monochromatic Colors of #E95DB3
Black with #E95DB3
Text Example
Text Example
White with #E95DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95DB3; }
p { color: rgb(233,93,179); }
H1.HeaderClassName
{
color: #E95DB3;
}
.AnyTagClassName
{
color: #E95DB3;
}
</style>
background-color css
<style>
a { background-color: #E95DB3; }
a { background-color: rgb(233,93,179); }
div.DivClassName
{
background-color: #E95DB3;
}
.BgClassName
{
background-color: #E95DB3;
}
</style>
border-color css
<style>
span { border-color: #E95DB3; }
span { border-color: rgb(233,93,179); }
td.TdClassName
{
border-color: #E95DB3;
}
.TagClassName
{
border-color: #E95DB3;
}
</style>