Shades of Shocking Pink #E90DBE
Tints of Shocking Pink #E90DBE
RGB
CMYK
RGB Variations
Color information
#E90DBE (or 0xE90DBE) is known color: Shocking Pink. HEX triplet: E9, 0D and BE. RGB value is (233,13,190). Sum of RGB (Red+Green+Blue) = 233+13+190=436 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.44% from 436); Green value is 13 (5.47% from 255 or 2.98% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 233 - color contains mainly: red. Hex color #E90DBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90DBE is #16F241. Grayscale: #626262. Windows color (decimal): -1503810 or 12455401. OLE color: 12455401.
HSL color Cylindrical-coordinate representation of color #E90DBE: hue angle of 311.73º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90DBE is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 13 | 190 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.09 |
| HSL | 311.73º | 0.89% | 0.48% | - |
| HSV(B) | 311.73º | 0.94% | 0.91% | - |
| XYZ | 43.04 | 21.33 | 50.56 | - |
| YUV | 98.96 | 179.39 | 223.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 13 | 190 | 0 | 0.94 | 0.18 | 0.09 | 311.73 | 0.89 | 0.48 |
| Hex | E9 | D | BE | 0 | 5E | 12 | 9 | 138 | 59 | 30 |
| Octal | 351 | 15 | 276 | 0 | 136 | 22 | 11 | 470 | 131 | 60 |
| Binary | 11101001 | 1101 | 10111110 | 0 | 1011110 | 10010 | 1001 | 100111000 | 1011001 | 110000 |
Color Harmonies of #E90DBE
Complementary color
Monochromatic Colors of #E90DBE
Black with #E90DBE
Text Example
Text Example
White with #E90DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90DBE; }
p { color: rgb(233,13,190); }
H1.HeaderClassName
{
color: #E90DBE;
}
.AnyTagClassName
{
color: #E90DBE;
}
</style>
background-color css
<style>
a { background-color: #E90DBE; }
a { background-color: rgb(233,13,190); }
div.DivClassName
{
background-color: #E90DBE;
}
.BgClassName
{
background-color: #E90DBE;
}
</style>
border-color css
<style>
span { border-color: #E90DBE; }
span { border-color: rgb(233,13,190); }
td.TdClassName
{
border-color: #E90DBE;
}
.TagClassName
{
border-color: #E90DBE;
}
</style>