Shades of Shocking #E096C7
Tints of Shocking #E096C7
RGB
CMYK
RGB Variations
Color information
#E096C7 (or 0xE096C7) is known color: Shocking. HEX triplet: E0, 96 and C7. RGB value is (224,150,199). Sum of RGB (Red+Green+Blue) = 224+150+199=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 150 (58.98% from 255 or 26.18% from 573); Blue value is 199 (78.12% from 255 or 34.73% from 573); Max value from RGB is 224 - color contains mainly: red. Hex color #E096C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E096C7 is #1F6938. Grayscale: #B1B1B1. Windows color (decimal): -2058553 or 13080288. OLE color: 13080288.
HSL color Cylindrical-coordinate representation of color #E096C7: hue angle of 320.27º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E096C7 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 150 | 199 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.12 |
| HSL | 320.27º | 0.54% | 0.73% | - |
| HSV(B) | 320.27º | 0.33% | 0.88% | - |
| XYZ | 51.96 | 41.78 | 59.36 | - |
| YUV | 177.71 | 140.02 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 150 | 199 | 0 | 0.33 | 0.11 | 0.12 | 320.27 | 0.54 | 0.73 |
| Hex | E0 | 96 | C7 | 0 | 21 | B | C | 140 | 36 | 49 |
| Octal | 340 | 226 | 307 | 0 | 41 | 13 | 14 | 500 | 66 | 111 |
| Binary | 11100000 | 10010110 | 11000111 | 0 | 100001 | 1011 | 1100 | 101000000 | 110110 | 1001001 |
Color Harmonies of #E096C7
Complementary color
Monochromatic Colors of #E096C7
Black with #E096C7
Text Example
Text Example
White with #E096C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E096C7; }
p { color: rgb(224,150,199); }
H1.HeaderClassName
{
color: #E096C7;
}
.AnyTagClassName
{
color: #E096C7;
}
</style>
background-color css
<style>
a { background-color: #E096C7; }
a { background-color: rgb(224,150,199); }
div.DivClassName
{
background-color: #E096C7;
}
.BgClassName
{
background-color: #E096C7;
}
</style>
border-color css
<style>
span { border-color: #E096C7; }
span { border-color: rgb(224,150,199); }
td.TdClassName
{
border-color: #E096C7;
}
.TagClassName
{
border-color: #E096C7;
}
</style>