Shades of Shocking Pink #E90DC0
Tints of Shocking Pink #E90DC0
RGB
CMYK
RGB Variations
Color information
#E90DC0 (or 0xE90DC0) is known color: Shocking Pink. HEX triplet: E9, 0D and C0. RGB value is (233,13,192). Sum of RGB (Red+Green+Blue) = 233+13+192=438 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.20% from 438); Green value is 13 (5.47% from 255 or 2.97% from 438); Blue value is 192 (75.39% from 255 or 43.84% from 438); Max value from RGB is 233 - color contains mainly: red. Hex color #E90DC0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90DC0 is #16F23F. Grayscale: #626262. Windows color (decimal): -1503808 or 12586473. OLE color: 12586473.
HSL color Cylindrical-coordinate representation of color #E90DC0: hue angle of 311.18º 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 #E90DC0 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 13 | 192 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.09 |
| HSL | 311.18º | 0.89% | 0.48% | - |
| HSV(B) | 311.18º | 0.94% | 0.91% | - |
| XYZ | 43.26 | 21.42 | 51.72 | - |
| YUV | 99.19 | 180.39 | 223.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 13 | 192 | 0 | 0.94 | 0.18 | 0.09 | 311.18 | 0.89 | 0.48 |
| Hex | E9 | D | C0 | 0 | 5E | 12 | 9 | 137 | 59 | 30 |
| Octal | 351 | 15 | 300 | 0 | 136 | 22 | 11 | 467 | 131 | 60 |
| Binary | 11101001 | 1101 | 11000000 | 0 | 1011110 | 10010 | 1001 | 100110111 | 1011001 | 110000 |
Color Harmonies of #E90DC0
Complementary color
Monochromatic Colors of #E90DC0
Black with #E90DC0
Text Example
Text Example
White with #E90DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90DC0; }
p { color: rgb(233,13,192); }
H1.HeaderClassName
{
color: #E90DC0;
}
.AnyTagClassName
{
color: #E90DC0;
}
</style>
background-color css
<style>
a { background-color: #E90DC0; }
a { background-color: rgb(233,13,192); }
div.DivClassName
{
background-color: #E90DC0;
}
.BgClassName
{
background-color: #E90DC0;
}
</style>
border-color css
<style>
span { border-color: #E90DC0; }
span { border-color: rgb(233,13,192); }
td.TdClassName
{
border-color: #E90DC0;
}
.TagClassName
{
border-color: #E90DC0;
}
</style>