Shades of Shocking #E990BC
Tints of Shocking #E990BC
RGB
CMYK
RGB Variations
Color information
#E990BC (or 0xE990BC) is known color: Shocking. HEX triplet: E9, 90 and BC. RGB value is (233,144,188). Sum of RGB (Red+Green+Blue) = 233+144+188=565 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.24% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 233 - color contains mainly: red. Hex color #E990BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E990BC is #166F43. Grayscale: #AFAFAF. Windows color (decimal): -1470276 or 12357865. OLE color: 12357865.
HSL color Cylindrical-coordinate representation of color #E990BC: hue angle of 330.34º 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 #E990BC is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 144 | 188 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.09 |
| HSL | 330.34º | 0.67% | 0.74% | - |
| HSV(B) | 330.34º | 0.38% | 0.91% | - |
| XYZ | 52.65 | 40.9 | 52.7 | - |
| YUV | 175.63 | 134.99 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 144 | 188 | 0 | 0.38 | 0.19 | 0.09 | 330.34 | 0.67 | 0.74 |
| Hex | E9 | 90 | BC | 0 | 26 | 13 | 9 | 14A | 43 | 4A |
| Octal | 351 | 220 | 274 | 0 | 46 | 23 | 11 | 512 | 103 | 112 |
| Binary | 11101001 | 10010000 | 10111100 | 0 | 100110 | 10011 | 1001 | 101001010 | 1000011 | 1001010 |
Color Harmonies of #E990BC
Complementary color
Monochromatic Colors of #E990BC
Black with #E990BC
Text Example
Text Example
White with #E990BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E990BC; }
p { color: rgb(233,144,188); }
H1.HeaderClassName
{
color: #E990BC;
}
.AnyTagClassName
{
color: #E990BC;
}
</style>
background-color css
<style>
a { background-color: #E990BC; }
a { background-color: rgb(233,144,188); }
div.DivClassName
{
background-color: #E990BC;
}
.BgClassName
{
background-color: #E990BC;
}
</style>
border-color css
<style>
span { border-color: #E990BC; }
span { border-color: rgb(233,144,188); }
td.TdClassName
{
border-color: #E990BC;
}
.TagClassName
{
border-color: #E990BC;
}
</style>