Shades of Shocking #E990C9
Tints of Shocking #E990C9
RGB
CMYK
RGB Variations
Color information
#E990C9 (or 0xE990C9) is known color: Shocking. HEX triplet: E9, 90 and C9. RGB value is (233,144,201). Sum of RGB (Red+Green+Blue) = 233+144+201=578 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.31% from 578); Green value is 144 (56.64% from 255 or 24.91% from 578); Blue value is 201 (78.91% from 255 or 34.78% from 578); Max value from RGB is 233 - color contains mainly: red. Hex color #E990C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E990C9 is #166F36. Grayscale: #B0B0B0. Windows color (decimal): -1470263 or 13209833. OLE color: 13209833.
HSL color Cylindrical-coordinate representation of color #E990C9: hue angle of 321.57º 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 #E990C9 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 144 | 201 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.09 |
| HSL | 321.57º | 0.67% | 0.74% | - |
| HSV(B) | 321.57º | 0.38% | 0.91% | - |
| XYZ | 54.12 | 41.49 | 60.41 | - |
| YUV | 177.11 | 141.49 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 144 | 201 | 0 | 0.38 | 0.14 | 0.09 | 321.57 | 0.67 | 0.74 |
| Hex | E9 | 90 | C9 | 0 | 26 | E | 9 | 142 | 43 | 4A |
| Octal | 351 | 220 | 311 | 0 | 46 | 16 | 11 | 502 | 103 | 112 |
| Binary | 11101001 | 10010000 | 11001001 | 0 | 100110 | 1110 | 1001 | 101000010 | 1000011 | 1001010 |
Color Harmonies of #E990C9
Complementary color
Monochromatic Colors of #E990C9
Black with #E990C9
Text Example
Text Example
White with #E990C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E990C9; }
p { color: rgb(233,144,201); }
H1.HeaderClassName
{
color: #E990C9;
}
.AnyTagClassName
{
color: #E990C9;
}
</style>
background-color css
<style>
a { background-color: #E990C9; }
a { background-color: rgb(233,144,201); }
div.DivClassName
{
background-color: #E990C9;
}
.BgClassName
{
background-color: #E990C9;
}
</style>
border-color css
<style>
span { border-color: #E990C9; }
span { border-color: rgb(233,144,201); }
td.TdClassName
{
border-color: #E990C9;
}
.TagClassName
{
border-color: #E990C9;
}
</style>