Shades of Shocking Pink #E90CBD
Tints of Shocking Pink #E90CBD
RGB
CMYK
RGB Variations
Color information
#E90CBD (or 0xE90CBD) is known color: Shocking Pink. HEX triplet: E9, 0C and BD. RGB value is (233,12,189). Sum of RGB (Red+Green+Blue) = 233+12+189=434 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.69% from 434); Green value is 12 (5.08% from 255 or 2.76% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 233 - color contains mainly: red. Hex color #E90CBD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90CBD is #16F342. Grayscale: #616161. Windows color (decimal): -1504067 or 12389609. OLE color: 12389609.
HSL color Cylindrical-coordinate representation of color #E90CBD: hue angle of 311.95º degrees, saturation: 0.9, 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 #E90CBD is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 12 | 189 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.09 |
| HSL | 311.95º | 0.9% | 0.48% | - |
| HSV(B) | 311.95º | 0.95% | 0.91% | - |
| XYZ | 42.92 | 21.26 | 49.99 | - |
| YUV | 98.26 | 179.22 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 12 | 189 | 0 | 0.95 | 0.19 | 0.09 | 311.95 | 0.9 | 0.48 |
| Hex | E9 | C | BD | 0 | 5F | 13 | 9 | 138 | 5A | 30 |
| Octal | 351 | 14 | 275 | 0 | 137 | 23 | 11 | 470 | 132 | 60 |
| Binary | 11101001 | 1100 | 10111101 | 0 | 1011111 | 10011 | 1001 | 100111000 | 1011010 | 110000 |
Color Harmonies of #E90CBD
Complementary color
Monochromatic Colors of #E90CBD
Black with #E90CBD
Text Example
Text Example
White with #E90CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90CBD; }
p { color: rgb(233,12,189); }
H1.HeaderClassName
{
color: #E90CBD;
}
.AnyTagClassName
{
color: #E90CBD;
}
</style>
background-color css
<style>
a { background-color: #E90CBD; }
a { background-color: rgb(233,12,189); }
div.DivClassName
{
background-color: #E90CBD;
}
.BgClassName
{
background-color: #E90CBD;
}
</style>
border-color css
<style>
span { border-color: #E90CBD; }
span { border-color: rgb(233,12,189); }
td.TdClassName
{
border-color: #E90CBD;
}
.TagClassName
{
border-color: #E90CBD;
}
</style>