Shades of Shocking Pink #E90CBE
Tints of Shocking Pink #E90CBE
RGB
CMYK
RGB Variations
Color information
#E90CBE (or 0xE90CBE) is known color: Shocking Pink. HEX triplet: E9, 0C and BE. RGB value is (233,12,190). Sum of RGB (Red+Green+Blue) = 233+12+190=435 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.56% from 435); Green value is 12 (5.08% from 255 or 2.76% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 233 - color contains mainly: red. Hex color #E90CBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90CBE is #16F341. Grayscale: #616161. Windows color (decimal): -1504066 or 12455145. OLE color: 12455145.
HSL color Cylindrical-coordinate representation of color #E90CBE: hue angle of 311.67º 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 #E90CBE is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 12 | 190 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.09 |
| HSL | 311.67º | 0.9% | 0.48% | - |
| HSV(B) | 311.67º | 0.95% | 0.91% | - |
| XYZ | 43.03 | 21.3 | 50.56 | - |
| YUV | 98.37 | 179.72 | 224.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 12 | 190 | 0 | 0.95 | 0.18 | 0.09 | 311.67 | 0.9 | 0.48 |
| Hex | E9 | C | BE | 0 | 5F | 12 | 9 | 138 | 5A | 30 |
| Octal | 351 | 14 | 276 | 0 | 137 | 22 | 11 | 470 | 132 | 60 |
| Binary | 11101001 | 1100 | 10111110 | 0 | 1011111 | 10010 | 1001 | 100111000 | 1011010 | 110000 |
Color Harmonies of #E90CBE
Complementary color
Monochromatic Colors of #E90CBE
Black with #E90CBE
Text Example
Text Example
White with #E90CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90CBE; }
p { color: rgb(233,12,190); }
H1.HeaderClassName
{
color: #E90CBE;
}
.AnyTagClassName
{
color: #E90CBE;
}
</style>
background-color css
<style>
a { background-color: #E90CBE; }
a { background-color: rgb(233,12,190); }
div.DivClassName
{
background-color: #E90CBE;
}
.BgClassName
{
background-color: #E90CBE;
}
</style>
border-color css
<style>
span { border-color: #E90CBE; }
span { border-color: rgb(233,12,190); }
td.TdClassName
{
border-color: #E90CBE;
}
.TagClassName
{
border-color: #E90CBE;
}
</style>