Shades of Shocking #E990CB
Tints of Shocking #E990CB
RGB
CMYK
RGB Variations
Color information
#E990CB (or 0xE990CB) is known color: Shocking. HEX triplet: E9, 90 and CB. RGB value is (233,144,203). Sum of RGB (Red+Green+Blue) = 233+144+203=580 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.17% from 580); Green value is 144 (56.64% from 255 or 24.83% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 233 - color contains mainly: red. Hex color #E990CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E990CB is #166F34. Grayscale: #B1B1B1. Windows color (decimal): -1470261 or 13340905. OLE color: 13340905.
HSL color Cylindrical-coordinate representation of color #E990CB: hue angle of 320.22º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E990CB is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 144 | 203 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.09 |
| HSL | 320.22º | 0.67% | 0.74% | - |
| HSV(B) | 320.22º | 0.38% | 0.91% | - |
| XYZ | 54.36 | 41.58 | 61.66 | - |
| YUV | 177.34 | 142.49 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 144 | 203 | 0 | 0.38 | 0.13 | 0.09 | 320.22 | 0.67 | 0.74 |
| Hex | E9 | 90 | CB | 0 | 26 | D | 9 | 140 | 43 | 4A |
| Octal | 351 | 220 | 313 | 0 | 46 | 15 | 11 | 500 | 103 | 112 |
| Binary | 11101001 | 10010000 | 11001011 | 0 | 100110 | 1101 | 1001 | 101000000 | 1000011 | 1001010 |
Color Harmonies of #E990CB
Complementary color
Monochromatic Colors of #E990CB
Black with #E990CB
Text Example
Text Example
White with #E990CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E990CB; }
p { color: rgb(233,144,203); }
H1.HeaderClassName
{
color: #E990CB;
}
.AnyTagClassName
{
color: #E990CB;
}
</style>
background-color css
<style>
a { background-color: #E990CB; }
a { background-color: rgb(233,144,203); }
div.DivClassName
{
background-color: #E990CB;
}
.BgClassName
{
background-color: #E990CB;
}
</style>
border-color css
<style>
span { border-color: #E990CB; }
span { border-color: rgb(233,144,203); }
td.TdClassName
{
border-color: #E990CB;
}
.TagClassName
{
border-color: #E990CB;
}
</style>