Shades of Hot Pink #E95DBB
Tints of Hot Pink #E95DBB
RGB
CMYK
RGB Variations
Color information
#E95DBB (or 0xE95DBB) is known color: Hot Pink. HEX triplet: E9, 5D and BB. RGB value is (233,93,187). Sum of RGB (Red+Green+Blue) = 233+93+187=513 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.42% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 233 - color contains mainly: red. Hex color #E95DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95DBB is #16A244. Grayscale: #919191. Windows color (decimal): -1483333 or 12279273. OLE color: 12279273.
HSL color Cylindrical-coordinate representation of color #E95DBB: hue angle of 319.71º 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 #E95DBB is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 93 | 187 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.09 |
| HSL | 319.71º | 0.76% | 0.64% | - |
| HSV(B) | 319.71º | 0.6% | 0.91% | - |
| XYZ | 46.49 | 28.74 | 50.11 | - |
| YUV | 145.58 | 151.38 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 93 | 187 | 0 | 0.60 | 0.20 | 0.09 | 319.71 | 0.76 | 0.64 |
| Hex | E9 | 5D | BB | 0 | 3C | 14 | 9 | 140 | 4C | 40 |
| Octal | 351 | 135 | 273 | 0 | 74 | 24 | 11 | 500 | 114 | 100 |
| Binary | 11101001 | 1011101 | 10111011 | 0 | 111100 | 10100 | 1001 | 101000000 | 1001100 | 1000000 |
Color Harmonies of #E95DBB
Complementary color
Monochromatic Colors of #E95DBB
Black with #E95DBB
Text Example
Text Example
White with #E95DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95DBB; }
p { color: rgb(233,93,187); }
H1.HeaderClassName
{
color: #E95DBB;
}
.AnyTagClassName
{
color: #E95DBB;
}
</style>
background-color css
<style>
a { background-color: #E95DBB; }
a { background-color: rgb(233,93,187); }
div.DivClassName
{
background-color: #E95DBB;
}
.BgClassName
{
background-color: #E95DBB;
}
</style>
border-color css
<style>
span { border-color: #E95DBB; }
span { border-color: rgb(233,93,187); }
td.TdClassName
{
border-color: #E95DBB;
}
.TagClassName
{
border-color: #E95DBB;
}
</style>