Shades of Shocking #E096CA
Tints of Shocking #E096CA
RGB
CMYK
RGB Variations
Color information
#E096CA (or 0xE096CA) is known color: Shocking. HEX triplet: E0, 96 and CA. RGB value is (224,150,202). Sum of RGB (Red+Green+Blue) = 224+150+202=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 224 - color contains mainly: red. Hex color #E096CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E096CA is #1F6935. Grayscale: #B1B1B1. Windows color (decimal): -2058550 or 13276896. OLE color: 13276896.
HSL color Cylindrical-coordinate representation of color #E096CA: hue angle of 317.84º 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 #E096CA is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 150 | 202 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.12 |
| HSL | 317.84º | 0.54% | 0.73% | - |
| HSV(B) | 317.84º | 0.33% | 0.88% | - |
| XYZ | 52.31 | 41.92 | 61.21 | - |
| YUV | 178.05 | 141.52 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 150 | 202 | 0 | 0.33 | 0.10 | 0.12 | 317.84 | 0.54 | 0.73 |
| Hex | E0 | 96 | CA | 0 | 21 | A | C | 13E | 36 | 49 |
| Octal | 340 | 226 | 312 | 0 | 41 | 12 | 14 | 476 | 66 | 111 |
| Binary | 11100000 | 10010110 | 11001010 | 0 | 100001 | 1010 | 1100 | 100111110 | 110110 | 1001001 |
Color Harmonies of #E096CA
Complementary color
Monochromatic Colors of #E096CA
Black with #E096CA
Text Example
Text Example
White with #E096CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E096CA; }
p { color: rgb(224,150,202); }
H1.HeaderClassName
{
color: #E096CA;
}
.AnyTagClassName
{
color: #E096CA;
}
</style>
background-color css
<style>
a { background-color: #E096CA; }
a { background-color: rgb(224,150,202); }
div.DivClassName
{
background-color: #E096CA;
}
.BgClassName
{
background-color: #E096CA;
}
</style>
border-color css
<style>
span { border-color: #E096CA; }
span { border-color: rgb(224,150,202); }
td.TdClassName
{
border-color: #E096CA;
}
.TagClassName
{
border-color: #E096CA;
}
</style>