Shades of Shocking #E990C3
Tints of Shocking #E990C3
RGB
CMYK
RGB Variations
Color information
#E990C3 (or 0xE990C3) is known color: Shocking. HEX triplet: E9, 90 and C3. RGB value is (233,144,195). Sum of RGB (Red+Green+Blue) = 233+144+195=572 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.73% from 572); Green value is 144 (56.64% from 255 or 25.17% from 572); Blue value is 195 (76.56% from 255 or 34.09% from 572); Max value from RGB is 233 - color contains mainly: red. Hex color #E990C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E990C3 is #166F3C. Grayscale: #B0B0B0. Windows color (decimal): -1470269 or 12816617. OLE color: 12816617.
HSL color Cylindrical-coordinate representation of color #E990C3: hue angle of 325.62º 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 #E990C3 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 144 | 195 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.09 |
| HSL | 325.62º | 0.67% | 0.74% | - |
| HSV(B) | 325.62º | 0.38% | 0.91% | - |
| XYZ | 53.43 | 41.21 | 56.77 | - |
| YUV | 176.43 | 138.49 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 144 | 195 | 0 | 0.38 | 0.16 | 0.09 | 325.62 | 0.67 | 0.74 |
| Hex | E9 | 90 | C3 | 0 | 26 | 10 | 9 | 146 | 43 | 4A |
| Octal | 351 | 220 | 303 | 0 | 46 | 20 | 11 | 506 | 103 | 112 |
| Binary | 11101001 | 10010000 | 11000011 | 0 | 100110 | 10000 | 1001 | 101000110 | 1000011 | 1001010 |
Color Harmonies of #E990C3
Complementary color
Monochromatic Colors of #E990C3
Black with #E990C3
Text Example
Text Example
White with #E990C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E990C3; }
p { color: rgb(233,144,195); }
H1.HeaderClassName
{
color: #E990C3;
}
.AnyTagClassName
{
color: #E990C3;
}
</style>
background-color css
<style>
a { background-color: #E990C3; }
a { background-color: rgb(233,144,195); }
div.DivClassName
{
background-color: #E990C3;
}
.BgClassName
{
background-color: #E990C3;
}
</style>
border-color css
<style>
span { border-color: #E990C3; }
span { border-color: rgb(233,144,195); }
td.TdClassName
{
border-color: #E990C3;
}
.TagClassName
{
border-color: #E990C3;
}
</style>