Shades of Shocking #E096C8
Tints of Shocking #E096C8
RGB
CMYK
RGB Variations
Color information
#E096C8 (or 0xE096C8) is known color: Shocking. HEX triplet: E0, 96 and C8. RGB value is (224,150,200). Sum of RGB (Red+Green+Blue) = 224+150+200=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 200 (78.52% from 255 or 34.84% from 574); Max value from RGB is 224 - color contains mainly: red. Hex color #E096C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E096C8 is #1F6937. Grayscale: #B1B1B1. Windows color (decimal): -2058552 or 13145824. OLE color: 13145824.
HSL color Cylindrical-coordinate representation of color #E096C8: hue angle of 319.46º 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 #E096C8 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 150 | 200 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.12 |
| HSL | 319.46º | 0.54% | 0.73% | - |
| HSV(B) | 319.46º | 0.33% | 0.88% | - |
| XYZ | 52.07 | 41.83 | 59.97 | - |
| YUV | 177.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 150 | 200 | 0 | 0.33 | 0.11 | 0.12 | 319.46 | 0.54 | 0.73 |
| Hex | E0 | 96 | C8 | 0 | 21 | B | C | 13F | 36 | 49 |
| Octal | 340 | 226 | 310 | 0 | 41 | 13 | 14 | 477 | 66 | 111 |
| Binary | 11100000 | 10010110 | 11001000 | 0 | 100001 | 1011 | 1100 | 100111111 | 110110 | 1001001 |
Color Harmonies of #E096C8
Complementary color
Monochromatic Colors of #E096C8
Black with #E096C8
Text Example
Text Example
White with #E096C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E096C8; }
p { color: rgb(224,150,200); }
H1.HeaderClassName
{
color: #E096C8;
}
.AnyTagClassName
{
color: #E096C8;
}
</style>
background-color css
<style>
a { background-color: #E096C8; }
a { background-color: rgb(224,150,200); }
div.DivClassName
{
background-color: #E096C8;
}
.BgClassName
{
background-color: #E096C8;
}
</style>
border-color css
<style>
span { border-color: #E096C8; }
span { border-color: rgb(224,150,200); }
td.TdClassName
{
border-color: #E096C8;
}
.TagClassName
{
border-color: #E096C8;
}
</style>