Shades of Shocking #E991C4
Tints of Shocking #E991C4
RGB
CMYK
RGB Variations
Color information
#E991C4 (or 0xE991C4) is known color: Shocking. HEX triplet: E9, 91 and C4. RGB value is (233,145,196). Sum of RGB (Red+Green+Blue) = 233+145+196=574 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.59% from 574); Green value is 145 (57.03% from 255 or 25.26% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 233 - color contains mainly: red. Hex color #E991C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E991C4 is #166E3B. Grayscale: #B1B1B1. Windows color (decimal): -1470012 or 12882409. OLE color: 12882409.
HSL color Cylindrical-coordinate representation of color #E991C4: hue angle of 325.23º 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 #E991C4 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 145 | 196 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.09 |
| HSL | 325.23º | 0.67% | 0.74% | - |
| HSV(B) | 325.23º | 0.38% | 0.91% | - |
| XYZ | 53.69 | 41.56 | 57.42 | - |
| YUV | 177.13 | 138.65 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 145 | 196 | 0 | 0.38 | 0.16 | 0.09 | 325.23 | 0.67 | 0.74 |
| Hex | E9 | 91 | C4 | 0 | 26 | 10 | 9 | 145 | 43 | 4A |
| Octal | 351 | 221 | 304 | 0 | 46 | 20 | 11 | 505 | 103 | 112 |
| Binary | 11101001 | 10010001 | 11000100 | 0 | 100110 | 10000 | 1001 | 101000101 | 1000011 | 1001010 |
Color Harmonies of #E991C4
Complementary color
Monochromatic Colors of #E991C4
Black with #E991C4
Text Example
Text Example
White with #E991C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E991C4; }
p { color: rgb(233,145,196); }
H1.HeaderClassName
{
color: #E991C4;
}
.AnyTagClassName
{
color: #E991C4;
}
</style>
background-color css
<style>
a { background-color: #E991C4; }
a { background-color: rgb(233,145,196); }
div.DivClassName
{
background-color: #E991C4;
}
.BgClassName
{
background-color: #E991C4;
}
</style>
border-color css
<style>
span { border-color: #E991C4; }
span { border-color: rgb(233,145,196); }
td.TdClassName
{
border-color: #E991C4;
}
.TagClassName
{
border-color: #E991C4;
}
</style>