Shades of Shocking #E095C6
Tints of Shocking #E095C6
RGB
CMYK
RGB Variations
Color information
#E095C6 (or 0xE095C6) is known color: Shocking. HEX triplet: E0, 95 and C6. RGB value is (224,149,198). Sum of RGB (Red+Green+Blue) = 224+149+198=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 149 (58.59% from 255 or 26.09% from 571); Blue value is 198 (77.73% from 255 or 34.68% from 571); Max value from RGB is 224 - color contains mainly: red. Hex color #E095C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095C6 is #1F6A39. Grayscale: #B0B0B0. Windows color (decimal): -2058810 or 13014496. OLE color: 13014496.
HSL color Cylindrical-coordinate representation of color #E095C6: hue angle of 320.8º 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 #E095C6 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 198 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.12 |
| HSL | 320.8º | 0.55% | 0.73% | - |
| HSV(B) | 320.8º | 0.33% | 0.88% | - |
| XYZ | 51.68 | 41.42 | 58.7 | - |
| YUV | 177.01 | 139.85 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 198 | 0 | 0.33 | 0.12 | 0.12 | 320.8 | 0.55 | 0.73 |
| Hex | E0 | 95 | C6 | 0 | 21 | C | C | 141 | 37 | 49 |
| Octal | 340 | 225 | 306 | 0 | 41 | 14 | 14 | 501 | 67 | 111 |
| Binary | 11100000 | 10010101 | 11000110 | 0 | 100001 | 1100 | 1100 | 101000001 | 110111 | 1001001 |
Color Harmonies of #E095C6
Complementary color
Monochromatic Colors of #E095C6
Black with #E095C6
Text Example
Text Example
White with #E095C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E095C6; }
p { color: rgb(224,149,198); }
H1.HeaderClassName
{
color: #E095C6;
}
.AnyTagClassName
{
color: #E095C6;
}
</style>
background-color css
<style>
a { background-color: #E095C6; }
a { background-color: rgb(224,149,198); }
div.DivClassName
{
background-color: #E095C6;
}
.BgClassName
{
background-color: #E095C6;
}
</style>
border-color css
<style>
span { border-color: #E095C6; }
span { border-color: rgb(224,149,198); }
td.TdClassName
{
border-color: #E095C6;
}
.TagClassName
{
border-color: #E095C6;
}
</style>