Shades of Shocking Pink #E90BC0
Tints of Shocking Pink #E90BC0
RGB
CMYK
RGB Variations
Color information
#E90BC0 (or 0xE90BC0) is known color: Shocking Pink. HEX triplet: E9, 0B and C0. RGB value is (233,11,192). Sum of RGB (Red+Green+Blue) = 233+11+192=436 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.44% from 436); Green value is 11 (4.69% from 255 or 2.52% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 233 - color contains mainly: red. Hex color #E90BC0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90BC0 is #16F43F. Grayscale: #616161. Windows color (decimal): -1504320 or 12585961. OLE color: 12585961.
HSL color Cylindrical-coordinate representation of color #E90BC0: hue angle of 311.08º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E90BC0 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 11 | 192 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.09 |
| HSL | 311.08º | 0.91% | 0.48% | - |
| HSV(B) | 311.08º | 0.95% | 0.91% | - |
| XYZ | 43.24 | 21.37 | 51.71 | - |
| YUV | 98.01 | 181.05 | 224.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 11 | 192 | 0 | 0.95 | 0.18 | 0.09 | 311.08 | 0.91 | 0.48 |
| Hex | E9 | B | C0 | 0 | 5F | 12 | 9 | 137 | 5B | 30 |
| Octal | 351 | 13 | 300 | 0 | 137 | 22 | 11 | 467 | 133 | 60 |
| Binary | 11101001 | 1011 | 11000000 | 0 | 1011111 | 10010 | 1001 | 100110111 | 1011011 | 110000 |
Color Harmonies of #E90BC0
Complementary color
Monochromatic Colors of #E90BC0
Black with #E90BC0
Text Example
Text Example
White with #E90BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90BC0; }
p { color: rgb(233,11,192); }
H1.HeaderClassName
{
color: #E90BC0;
}
.AnyTagClassName
{
color: #E90BC0;
}
</style>
background-color css
<style>
a { background-color: #E90BC0; }
a { background-color: rgb(233,11,192); }
div.DivClassName
{
background-color: #E90BC0;
}
.BgClassName
{
background-color: #E90BC0;
}
</style>
border-color css
<style>
span { border-color: #E90BC0; }
span { border-color: rgb(233,11,192); }
td.TdClassName
{
border-color: #E90BC0;
}
.TagClassName
{
border-color: #E90BC0;
}
</style>