Shades of Shocking Pink #E90BCB
Tints of Shocking Pink #E90BCB
RGB
CMYK
RGB Variations
Color information
#E90BCB (or 0xE90BCB) is known color: Shocking Pink. HEX triplet: E9, 0B and CB. RGB value is (233,11,203). Sum of RGB (Red+Green+Blue) = 233+11+203=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 11 (4.69% from 255 or 2.46% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E90BCB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90BCB is #16F434. Grayscale: #626262. Windows color (decimal): -1504309 or 13306857. OLE color: 13306857.
HSL color Cylindrical-coordinate representation of color #E90BCB: hue angle of 308.11º 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 #E90BCB is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 11 | 203 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.09 |
| HSL | 308.11º | 0.91% | 0.48% | - |
| HSV(B) | 308.11º | 0.95% | 0.91% | - |
| XYZ | 44.5 | 21.87 | 58.38 | - |
| YUV | 99.27 | 186.55 | 223.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 11 | 203 | 0 | 0.95 | 0.13 | 0.09 | 308.11 | 0.91 | 0.48 |
| Hex | E9 | B | CB | 0 | 5F | D | 9 | 134 | 5B | 30 |
| Octal | 351 | 13 | 313 | 0 | 137 | 15 | 11 | 464 | 133 | 60 |
| Binary | 11101001 | 1011 | 11001011 | 0 | 1011111 | 1101 | 1001 | 100110100 | 1011011 | 110000 |
Color Harmonies of #E90BCB
Complementary color
Monochromatic Colors of #E90BCB
Black with #E90BCB
Text Example
Text Example
White with #E90BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90BCB; }
p { color: rgb(233,11,203); }
H1.HeaderClassName
{
color: #E90BCB;
}
.AnyTagClassName
{
color: #E90BCB;
}
</style>
background-color css
<style>
a { background-color: #E90BCB; }
a { background-color: rgb(233,11,203); }
div.DivClassName
{
background-color: #E90BCB;
}
.BgClassName
{
background-color: #E90BCB;
}
</style>
border-color css
<style>
span { border-color: #E90BCB; }
span { border-color: rgb(233,11,203); }
td.TdClassName
{
border-color: #E90BCB;
}
.TagClassName
{
border-color: #E90BCB;
}
</style>