Shades of Shocking #E991C2
Tints of Shocking #E991C2
RGB
CMYK
RGB Variations
Color information
#E991C2 (or 0xE991C2) is known color: Shocking. HEX triplet: E9, 91 and C2. RGB value is (233,145,194). Sum of RGB (Red+Green+Blue) = 233+145+194=572 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.73% from 572); Green value is 145 (57.03% from 255 or 25.35% from 572); Blue value is 194 (76.17% from 255 or 33.92% from 572); Max value from RGB is 233 - color contains mainly: red. Hex color #E991C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E991C2 is #166E3D. Grayscale: #B0B0B0. Windows color (decimal): -1470014 or 12751337. OLE color: 12751337.
HSL color Cylindrical-coordinate representation of color #E991C2: hue angle of 326.59º 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 #E991C2 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 145 | 194 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.09 |
| HSL | 326.59º | 0.67% | 0.74% | - |
| HSV(B) | 326.59º | 0.38% | 0.91% | - |
| XYZ | 53.47 | 41.47 | 56.23 | - |
| YUV | 176.9 | 137.65 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 145 | 194 | 0 | 0.38 | 0.17 | 0.09 | 326.59 | 0.67 | 0.74 |
| Hex | E9 | 91 | C2 | 0 | 26 | 11 | 9 | 147 | 43 | 4A |
| Octal | 351 | 221 | 302 | 0 | 46 | 21 | 11 | 507 | 103 | 112 |
| Binary | 11101001 | 10010001 | 11000010 | 0 | 100110 | 10001 | 1001 | 101000111 | 1000011 | 1001010 |
Color Harmonies of #E991C2
Complementary color
Monochromatic Colors of #E991C2
Black with #E991C2
Text Example
Text Example
White with #E991C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E991C2; }
p { color: rgb(233,145,194); }
H1.HeaderClassName
{
color: #E991C2;
}
.AnyTagClassName
{
color: #E991C2;
}
</style>
background-color css
<style>
a { background-color: #E991C2; }
a { background-color: rgb(233,145,194); }
div.DivClassName
{
background-color: #E991C2;
}
.BgClassName
{
background-color: #E991C2;
}
</style>
border-color css
<style>
span { border-color: #E991C2; }
span { border-color: rgb(233,145,194); }
td.TdClassName
{
border-color: #E991C2;
}
.TagClassName
{
border-color: #E991C2;
}
</style>