Shades of Shocking Pink #E90BCC
Tints of Shocking Pink #E90BCC
RGB
CMYK
RGB Variations
Color information
#E90BCC (or 0xE90BCC) is known color: Shocking Pink. HEX triplet: E9, 0B and CC. RGB value is (233,11,204). Sum of RGB (Red+Green+Blue) = 233+11+204=448 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.01% from 448); Green value is 11 (4.69% from 255 or 2.46% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 233 - color contains mainly: red. Hex color #E90BCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90BCC is #16F433. Grayscale: #626262. Windows color (decimal): -1504308 or 13372393. OLE color: 13372393.
HSL color Cylindrical-coordinate representation of color #E90BCC: hue angle of 307.84º 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 #E90BCC is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 11 | 204 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.09 |
| HSL | 307.84º | 0.91% | 0.48% | - |
| HSV(B) | 307.84º | 0.95% | 0.91% | - |
| XYZ | 44.62 | 21.92 | 59.01 | - |
| YUV | 99.38 | 187.05 | 223.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 11 | 204 | 0 | 0.95 | 0.12 | 0.09 | 307.84 | 0.91 | 0.48 |
| Hex | E9 | B | CC | 0 | 5F | C | 9 | 134 | 5B | 30 |
| Octal | 351 | 13 | 314 | 0 | 137 | 14 | 11 | 464 | 133 | 60 |
| Binary | 11101001 | 1011 | 11001100 | 0 | 1011111 | 1100 | 1001 | 100110100 | 1011011 | 110000 |
Color Harmonies of #E90BCC
Complementary color
Monochromatic Colors of #E90BCC
Black with #E90BCC
Text Example
Text Example
White with #E90BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90BCC; }
p { color: rgb(233,11,204); }
H1.HeaderClassName
{
color: #E90BCC;
}
.AnyTagClassName
{
color: #E90BCC;
}
</style>
background-color css
<style>
a { background-color: #E90BCC; }
a { background-color: rgb(233,11,204); }
div.DivClassName
{
background-color: #E90BCC;
}
.BgClassName
{
background-color: #E90BCC;
}
</style>
border-color css
<style>
span { border-color: #E90BCC; }
span { border-color: rgb(233,11,204); }
td.TdClassName
{
border-color: #E90BCC;
}
.TagClassName
{
border-color: #E90BCC;
}
</style>