Shades of Shocking #E990C4
Tints of Shocking #E990C4
RGB
CMYK
RGB Variations
Color information
#E990C4 (or 0xE990C4) is known color: Shocking. HEX triplet: E9, 90 and C4. RGB value is (233,144,196). Sum of RGB (Red+Green+Blue) = 233+144+196=573 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.66% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 233 - color contains mainly: red. Hex color #E990C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E990C4 is #166F3B. Grayscale: #B0B0B0. Windows color (decimal): -1470268 or 12882153. OLE color: 12882153.
HSL color Cylindrical-coordinate representation of color #E990C4: hue angle of 324.94º 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 #E990C4 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 144 | 196 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.09 |
| HSL | 324.94º | 0.67% | 0.74% | - |
| HSV(B) | 324.94º | 0.38% | 0.91% | - |
| XYZ | 53.54 | 41.26 | 57.37 | - |
| YUV | 176.54 | 138.99 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 144 | 196 | 0 | 0.38 | 0.16 | 0.09 | 324.94 | 0.67 | 0.74 |
| Hex | E9 | 90 | C4 | 0 | 26 | 10 | 9 | 145 | 43 | 4A |
| Octal | 351 | 220 | 304 | 0 | 46 | 20 | 11 | 505 | 103 | 112 |
| Binary | 11101001 | 10010000 | 11000100 | 0 | 100110 | 10000 | 1001 | 101000101 | 1000011 | 1001010 |
Color Harmonies of #E990C4
Complementary color
Monochromatic Colors of #E990C4
Black with #E990C4
Text Example
Text Example
White with #E990C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E990C4; }
p { color: rgb(233,144,196); }
H1.HeaderClassName
{
color: #E990C4;
}
.AnyTagClassName
{
color: #E990C4;
}
</style>
background-color css
<style>
a { background-color: #E990C4; }
a { background-color: rgb(233,144,196); }
div.DivClassName
{
background-color: #E990C4;
}
.BgClassName
{
background-color: #E990C4;
}
</style>
border-color css
<style>
span { border-color: #E990C4; }
span { border-color: rgb(233,144,196); }
td.TdClassName
{
border-color: #E990C4;
}
.TagClassName
{
border-color: #E990C4;
}
</style>