Shades of Shocking Pink #E90EBE
Tints of Shocking Pink #E90EBE
RGB
CMYK
RGB Variations
Color information
#E90EBE (or 0xE90EBE) is known color: Shocking Pink. HEX triplet: E9, 0E and BE. RGB value is (233,14,190). Sum of RGB (Red+Green+Blue) = 233+14+190=437 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.32% from 437); Green value is 14 (5.86% from 255 or 3.20% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 233 - color contains mainly: red. Hex color #E90EBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90EBE is #16F141. Grayscale: #636363. Windows color (decimal): -1503554 or 12455657. OLE color: 12455657.
HSL color Cylindrical-coordinate representation of color #E90EBE: hue angle of 311.78º 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 #E90EBE is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 14 | 190 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.09 |
| HSL | 311.78º | 0.89% | 0.48% | - |
| HSV(B) | 311.78º | 0.94% | 0.91% | - |
| XYZ | 43.06 | 21.36 | 50.57 | - |
| YUV | 99.55 | 179.05 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 14 | 190 | 0 | 0.94 | 0.18 | 0.09 | 311.78 | 0.89 | 0.48 |
| Hex | E9 | E | BE | 0 | 5E | 12 | 9 | 138 | 59 | 30 |
| Octal | 351 | 16 | 276 | 0 | 136 | 22 | 11 | 470 | 131 | 60 |
| Binary | 11101001 | 1110 | 10111110 | 0 | 1011110 | 10010 | 1001 | 100111000 | 1011001 | 110000 |
Color Harmonies of #E90EBE
Complementary color
Monochromatic Colors of #E90EBE
Black with #E90EBE
Text Example
Text Example
White with #E90EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90EBE; }
p { color: rgb(233,14,190); }
H1.HeaderClassName
{
color: #E90EBE;
}
.AnyTagClassName
{
color: #E90EBE;
}
</style>
background-color css
<style>
a { background-color: #E90EBE; }
a { background-color: rgb(233,14,190); }
div.DivClassName
{
background-color: #E90EBE;
}
.BgClassName
{
background-color: #E90EBE;
}
</style>
border-color css
<style>
span { border-color: #E90EBE; }
span { border-color: rgb(233,14,190); }
td.TdClassName
{
border-color: #E90EBE;
}
.TagClassName
{
border-color: #E90EBE;
}
</style>