Shades of Shocking #E990C2
Tints of Shocking #E990C2
RGB
CMYK
RGB Variations
Color information
#E990C2 (or 0xE990C2) is known color: Shocking. HEX triplet: E9, 90 and C2. RGB value is (233,144,194). Sum of RGB (Red+Green+Blue) = 233+144+194=571 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.81% from 571); Green value is 144 (56.64% from 255 or 25.22% from 571); Blue value is 194 (76.17% from 255 or 33.98% from 571); Max value from RGB is 233 - color contains mainly: red. Hex color #E990C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E990C2 is #166F3D. Grayscale: #B0B0B0. Windows color (decimal): -1470270 or 12751081. OLE color: 12751081.
HSL color Cylindrical-coordinate representation of color #E990C2: hue angle of 326.29º 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 #E990C2 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 144 | 194 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.09 |
| HSL | 326.29º | 0.67% | 0.74% | - |
| HSV(B) | 326.29º | 0.38% | 0.91% | - |
| XYZ | 53.32 | 41.17 | 56.17 | - |
| YUV | 176.31 | 137.99 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 144 | 194 | 0 | 0.38 | 0.17 | 0.09 | 326.29 | 0.67 | 0.74 |
| Hex | E9 | 90 | C2 | 0 | 26 | 11 | 9 | 146 | 43 | 4A |
| Octal | 351 | 220 | 302 | 0 | 46 | 21 | 11 | 506 | 103 | 112 |
| Binary | 11101001 | 10010000 | 11000010 | 0 | 100110 | 10001 | 1001 | 101000110 | 1000011 | 1001010 |
Color Harmonies of #E990C2
Complementary color
Monochromatic Colors of #E990C2
Black with #E990C2
Text Example
Text Example
White with #E990C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E990C2; }
p { color: rgb(233,144,194); }
H1.HeaderClassName
{
color: #E990C2;
}
.AnyTagClassName
{
color: #E990C2;
}
</style>
background-color css
<style>
a { background-color: #E990C2; }
a { background-color: rgb(233,144,194); }
div.DivClassName
{
background-color: #E990C2;
}
.BgClassName
{
background-color: #E990C2;
}
</style>
border-color css
<style>
span { border-color: #E990C2; }
span { border-color: rgb(233,144,194); }
td.TdClassName
{
border-color: #E990C2;
}
.TagClassName
{
border-color: #E990C2;
}
</style>