Shades of Shocking #E997C0
Tints of Shocking #E997C0
RGB
CMYK
RGB Variations
Color information
#E997C0 (or 0xE997C0) is known color: Shocking. HEX triplet: E9, 97 and C0. RGB value is (233,151,192). Sum of RGB (Red+Green+Blue) = 233+151+192=576 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.45% from 576); Green value is 151 (59.38% from 255 or 26.22% from 576); Blue value is 192 (75.39% from 255 or 33.33% from 576); Max value from RGB is 233 - color contains mainly: red. Hex color #E997C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E997C0 is #16683F. Grayscale: #B4B4B4. Windows color (decimal): -1468480 or 12621801. OLE color: 12621801.
HSL color Cylindrical-coordinate representation of color #E997C0: hue angle of 330º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E997C0 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 151 | 192 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.09 |
| HSL | 330º | 0.65% | 0.75% | - |
| HSV(B) | 330º | 0.35% | 0.91% | - |
| XYZ | 54.19 | 43.26 | 55.36 | - |
| YUV | 180.19 | 134.67 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 151 | 192 | 0 | 0.35 | 0.18 | 0.09 | 330 | 0.65 | 0.75 |
| Hex | E9 | 97 | C0 | 0 | 23 | 12 | 9 | 14A | 41 | 4B |
| Octal | 351 | 227 | 300 | 0 | 43 | 22 | 11 | 512 | 101 | 113 |
| Binary | 11101001 | 10010111 | 11000000 | 0 | 100011 | 10010 | 1001 | 101001010 | 1000001 | 1001011 |
Color Harmonies of #E997C0
Complementary color
Monochromatic Colors of #E997C0
Black with #E997C0
Text Example
Text Example
White with #E997C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E997C0; }
p { color: rgb(233,151,192); }
H1.HeaderClassName
{
color: #E997C0;
}
.AnyTagClassName
{
color: #E997C0;
}
</style>
background-color css
<style>
a { background-color: #E997C0; }
a { background-color: rgb(233,151,192); }
div.DivClassName
{
background-color: #E997C0;
}
.BgClassName
{
background-color: #E997C0;
}
</style>
border-color css
<style>
span { border-color: #E997C0; }
span { border-color: rgb(233,151,192); }
td.TdClassName
{
border-color: #E997C0;
}
.TagClassName
{
border-color: #E997C0;
}
</style>