Shades of Hot Pink #E95DBA
Tints of Hot Pink #E95DBA
RGB
CMYK
RGB Variations
Color information
#E95DBA (or 0xE95DBA) is known color: Hot Pink. HEX triplet: E9, 5D and BA. RGB value is (233,93,186). Sum of RGB (Red+Green+Blue) = 233+93+186=512 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.51% from 512); Green value is 93 (36.72% from 255 or 18.16% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 233 - color contains mainly: red. Hex color #E95DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95DBA is #16A245. Grayscale: #919191. Windows color (decimal): -1483334 or 12213737. OLE color: 12213737.
HSL color Cylindrical-coordinate representation of color #E95DBA: hue angle of 320.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 #E95DBA is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 93 | 186 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.09 |
| HSL | 320.14º | 0.76% | 0.64% | - |
| HSV(B) | 320.14º | 0.6% | 0.91% | - |
| XYZ | 46.38 | 28.7 | 49.55 | - |
| YUV | 145.46 | 150.88 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 93 | 186 | 0 | 0.60 | 0.20 | 0.09 | 320.14 | 0.76 | 0.64 |
| Hex | E9 | 5D | BA | 0 | 3C | 14 | 9 | 140 | 4C | 40 |
| Octal | 351 | 135 | 272 | 0 | 74 | 24 | 11 | 500 | 114 | 100 |
| Binary | 11101001 | 1011101 | 10111010 | 0 | 111100 | 10100 | 1001 | 101000000 | 1001100 | 1000000 |
Color Harmonies of #E95DBA
Complementary color
Monochromatic Colors of #E95DBA
Black with #E95DBA
Text Example
Text Example
White with #E95DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95DBA; }
p { color: rgb(233,93,186); }
H1.HeaderClassName
{
color: #E95DBA;
}
.AnyTagClassName
{
color: #E95DBA;
}
</style>
background-color css
<style>
a { background-color: #E95DBA; }
a { background-color: rgb(233,93,186); }
div.DivClassName
{
background-color: #E95DBA;
}
.BgClassName
{
background-color: #E95DBA;
}
</style>
border-color css
<style>
span { border-color: #E95DBA; }
span { border-color: rgb(233,93,186); }
td.TdClassName
{
border-color: #E95DBA;
}
.TagClassName
{
border-color: #E95DBA;
}
</style>