Shades of Shocking #E096C1
Tints of Shocking #E096C1
RGB
CMYK
RGB Variations
Color information
#E096C1 (or 0xE096C1) is known color: Shocking. HEX triplet: E0, 96 and C1. RGB value is (224,150,193). Sum of RGB (Red+Green+Blue) = 224+150+193=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 193 (75.78% from 255 or 34.04% from 567); Max value from RGB is 224 - color contains mainly: red. Hex color #E096C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E096C1 is #1F693E. Grayscale: #B0B0B0. Windows color (decimal): -2058559 or 12687072. OLE color: 12687072.
HSL color Cylindrical-coordinate representation of color #E096C1: hue angle of 325.14º 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 #E096C1 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 150 | 193 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.12 |
| HSL | 325.14º | 0.54% | 0.73% | - |
| HSV(B) | 325.14º | 0.33% | 0.88% | - |
| XYZ | 51.27 | 41.51 | 55.76 | - |
| YUV | 177.03 | 137.02 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 150 | 193 | 0 | 0.33 | 0.14 | 0.12 | 325.14 | 0.54 | 0.73 |
| Hex | E0 | 96 | C1 | 0 | 21 | E | C | 145 | 36 | 49 |
| Octal | 340 | 226 | 301 | 0 | 41 | 16 | 14 | 505 | 66 | 111 |
| Binary | 11100000 | 10010110 | 11000001 | 0 | 100001 | 1110 | 1100 | 101000101 | 110110 | 1001001 |
Color Harmonies of #E096C1
Complementary color
Monochromatic Colors of #E096C1
Black with #E096C1
Text Example
Text Example
White with #E096C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E096C1; }
p { color: rgb(224,150,193); }
H1.HeaderClassName
{
color: #E096C1;
}
.AnyTagClassName
{
color: #E096C1;
}
</style>
background-color css
<style>
a { background-color: #E096C1; }
a { background-color: rgb(224,150,193); }
div.DivClassName
{
background-color: #E096C1;
}
.BgClassName
{
background-color: #E096C1;
}
</style>
border-color css
<style>
span { border-color: #E096C1; }
span { border-color: rgb(224,150,193); }
td.TdClassName
{
border-color: #E096C1;
}
.TagClassName
{
border-color: #E096C1;
}
</style>