Shades of Shocking #E095C0
Tints of Shocking #E095C0
RGB
CMYK
RGB Variations
Color information
#E095C0 (or 0xE095C0) is known color: Shocking. HEX triplet: E0, 95 and C0. RGB value is (224,149,192). Sum of RGB (Red+Green+Blue) = 224+149+192=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E095C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095C0 is #1F6A3F. Grayscale: #B0B0B0. Windows color (decimal): -2058816 or 12621280. OLE color: 12621280.
HSL color Cylindrical-coordinate representation of color #E095C0: hue angle of 325.6º degrees, saturation: 0.55, 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 #E095C0 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 192 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.12 |
| HSL | 325.6º | 0.55% | 0.73% | - |
| HSV(B) | 325.6º | 0.33% | 0.88% | - |
| XYZ | 51 | 41.15 | 55.12 | - |
| YUV | 176.33 | 136.85 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 192 | 0 | 0.33 | 0.14 | 0.12 | 325.6 | 0.55 | 0.73 |
| Hex | E0 | 95 | C0 | 0 | 21 | E | C | 146 | 37 | 49 |
| Octal | 340 | 225 | 300 | 0 | 41 | 16 | 14 | 506 | 67 | 111 |
| Binary | 11100000 | 10010101 | 11000000 | 0 | 100001 | 1110 | 1100 | 101000110 | 110111 | 1001001 |
Color Harmonies of #E095C0
Complementary color
Monochromatic Colors of #E095C0
Black with #E095C0
Text Example
Text Example
White with #E095C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E095C0; }
p { color: rgb(224,149,192); }
H1.HeaderClassName
{
color: #E095C0;
}
.AnyTagClassName
{
color: #E095C0;
}
</style>
background-color css
<style>
a { background-color: #E095C0; }
a { background-color: rgb(224,149,192); }
div.DivClassName
{
background-color: #E095C0;
}
.BgClassName
{
background-color: #E095C0;
}
</style>
border-color css
<style>
span { border-color: #E095C0; }
span { border-color: rgb(224,149,192); }
td.TdClassName
{
border-color: #E095C0;
}
.TagClassName
{
border-color: #E095C0;
}
</style>