Shades of Shocking Pink #E90BC8
Tints of Shocking Pink #E90BC8
RGB
CMYK
RGB Variations
Color information
#E90BC8 (or 0xE90BC8) is known color: Shocking Pink. HEX triplet: E9, 0B and C8. RGB value is (233,11,200). Sum of RGB (Red+Green+Blue) = 233+11+200=444 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.48% from 444); Green value is 11 (4.69% from 255 or 2.48% from 444); Blue value is 200 (78.52% from 255 or 45.05% from 444); Max value from RGB is 233 - color contains mainly: red. Hex color #E90BC8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90BC8 is #16F437. Grayscale: #626262. Windows color (decimal): -1504312 or 13110249. OLE color: 13110249.
HSL color Cylindrical-coordinate representation of color #E90BC8: hue angle of 308.92º 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 #E90BC8 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 11 | 200 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.09 |
| HSL | 308.92º | 0.91% | 0.48% | - |
| HSV(B) | 308.92º | 0.95% | 0.91% | - |
| XYZ | 44.15 | 21.73 | 56.51 | - |
| YUV | 98.92 | 185.05 | 223.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 11 | 200 | 0 | 0.95 | 0.14 | 0.09 | 308.92 | 0.91 | 0.48 |
| Hex | E9 | B | C8 | 0 | 5F | E | 9 | 135 | 5B | 30 |
| Octal | 351 | 13 | 310 | 0 | 137 | 16 | 11 | 465 | 133 | 60 |
| Binary | 11101001 | 1011 | 11001000 | 0 | 1011111 | 1110 | 1001 | 100110101 | 1011011 | 110000 |
Color Harmonies of #E90BC8
Complementary color
Monochromatic Colors of #E90BC8
Black with #E90BC8
Text Example
Text Example
White with #E90BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90BC8; }
p { color: rgb(233,11,200); }
H1.HeaderClassName
{
color: #E90BC8;
}
.AnyTagClassName
{
color: #E90BC8;
}
</style>
background-color css
<style>
a { background-color: #E90BC8; }
a { background-color: rgb(233,11,200); }
div.DivClassName
{
background-color: #E90BC8;
}
.BgClassName
{
background-color: #E90BC8;
}
</style>
border-color css
<style>
span { border-color: #E90BC8; }
span { border-color: rgb(233,11,200); }
td.TdClassName
{
border-color: #E90BC8;
}
.TagClassName
{
border-color: #E90BC8;
}
</style>