Shades of Shocking #E990C1
Tints of Shocking #E990C1
RGB
CMYK
RGB Variations
Color information
#E990C1 (or 0xE990C1) is known color: Shocking. HEX triplet: E9, 90 and C1. RGB value is (233,144,193). Sum of RGB (Red+Green+Blue) = 233+144+193=570 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.88% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 193 (75.78% from 255 or 33.86% from 570); Max value from RGB is 233 - color contains mainly: red. Hex color #E990C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E990C1 is #166F3E. Grayscale: #B0B0B0. Windows color (decimal): -1470271 or 12685545. OLE color: 12685545.
HSL color Cylindrical-coordinate representation of color #E990C1: hue angle of 326.97º 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 #E990C1 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 144 | 193 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.09 |
| HSL | 326.97º | 0.67% | 0.74% | - |
| HSV(B) | 326.97º | 0.38% | 0.91% | - |
| XYZ | 53.2 | 41.12 | 55.59 | - |
| YUV | 176.2 | 137.49 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 144 | 193 | 0 | 0.38 | 0.17 | 0.09 | 326.97 | 0.67 | 0.74 |
| Hex | E9 | 90 | C1 | 0 | 26 | 11 | 9 | 147 | 43 | 4A |
| Octal | 351 | 220 | 301 | 0 | 46 | 21 | 11 | 507 | 103 | 112 |
| Binary | 11101001 | 10010000 | 11000001 | 0 | 100110 | 10001 | 1001 | 101000111 | 1000011 | 1001010 |
Color Harmonies of #E990C1
Complementary color
Monochromatic Colors of #E990C1
Black with #E990C1
Text Example
Text Example
White with #E990C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E990C1; }
p { color: rgb(233,144,193); }
H1.HeaderClassName
{
color: #E990C1;
}
.AnyTagClassName
{
color: #E990C1;
}
</style>
background-color css
<style>
a { background-color: #E990C1; }
a { background-color: rgb(233,144,193); }
div.DivClassName
{
background-color: #E990C1;
}
.BgClassName
{
background-color: #E990C1;
}
</style>
border-color css
<style>
span { border-color: #E990C1; }
span { border-color: rgb(233,144,193); }
td.TdClassName
{
border-color: #E990C1;
}
.TagClassName
{
border-color: #E990C1;
}
</style>