Shades of Shocking #E096C3
Tints of Shocking #E096C3
RGB
CMYK
RGB Variations
Color information
#E096C3 (or 0xE096C3) is known color: Shocking. HEX triplet: E0, 96 and C3. RGB value is (224,150,195). Sum of RGB (Red+Green+Blue) = 224+150+195=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 150 (58.98% from 255 or 26.36% from 569); Blue value is 195 (76.56% from 255 or 34.27% from 569); Max value from RGB is 224 - color contains mainly: red. Hex color #E096C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E096C3 is #1F693C. Grayscale: #B1B1B1. Windows color (decimal): -2058557 or 12818144. OLE color: 12818144.
HSL color Cylindrical-coordinate representation of color #E096C3: hue angle of 323.51º 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 #E096C3 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 150 | 195 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.12 |
| HSL | 323.51º | 0.54% | 0.73% | - |
| HSV(B) | 323.51º | 0.33% | 0.88% | - |
| XYZ | 51.5 | 41.6 | 56.95 | - |
| YUV | 177.26 | 138.02 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 150 | 195 | 0 | 0.33 | 0.13 | 0.12 | 323.51 | 0.54 | 0.73 |
| Hex | E0 | 96 | C3 | 0 | 21 | D | C | 144 | 36 | 49 |
| Octal | 340 | 226 | 303 | 0 | 41 | 15 | 14 | 504 | 66 | 111 |
| Binary | 11100000 | 10010110 | 11000011 | 0 | 100001 | 1101 | 1100 | 101000100 | 110110 | 1001001 |
Color Harmonies of #E096C3
Complementary color
Monochromatic Colors of #E096C3
Black with #E096C3
Text Example
Text Example
White with #E096C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E096C3; }
p { color: rgb(224,150,195); }
H1.HeaderClassName
{
color: #E096C3;
}
.AnyTagClassName
{
color: #E096C3;
}
</style>
background-color css
<style>
a { background-color: #E096C3; }
a { background-color: rgb(224,150,195); }
div.DivClassName
{
background-color: #E096C3;
}
.BgClassName
{
background-color: #E096C3;
}
</style>
border-color css
<style>
span { border-color: #E096C3; }
span { border-color: rgb(224,150,195); }
td.TdClassName
{
border-color: #E096C3;
}
.TagClassName
{
border-color: #E096C3;
}
</style>