Shades of Shocking #E095C2
Tints of Shocking #E095C2
RGB
CMYK
RGB Variations
Color information
#E095C2 (or 0xE095C2) is known color: Shocking. HEX triplet: E0, 95 and C2. RGB value is (224,149,194). Sum of RGB (Red+Green+Blue) = 224+149+194=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 194 (76.17% from 255 or 34.22% from 567); Max value from RGB is 224 - color contains mainly: red. Hex color #E095C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095C2 is #1F6A3D. Grayscale: #B0B0B0. Windows color (decimal): -2058814 or 12752352. OLE color: 12752352.
HSL color Cylindrical-coordinate representation of color #E095C2: hue angle of 324º 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 #E095C2 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 194 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.12 |
| HSL | 324º | 0.55% | 0.73% | - |
| HSV(B) | 324º | 0.33% | 0.88% | - |
| XYZ | 51.23 | 41.24 | 56.3 | - |
| YUV | 176.56 | 137.85 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 194 | 0 | 0.33 | 0.13 | 0.12 | 324 | 0.55 | 0.73 |
| Hex | E0 | 95 | C2 | 0 | 21 | D | C | 144 | 37 | 49 |
| Octal | 340 | 225 | 302 | 0 | 41 | 15 | 14 | 504 | 67 | 111 |
| Binary | 11100000 | 10010101 | 11000010 | 0 | 100001 | 1101 | 1100 | 101000100 | 110111 | 1001001 |
Color Harmonies of #E095C2
Complementary color
Monochromatic Colors of #E095C2
Black with #E095C2
Text Example
Text Example
White with #E095C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E095C2; }
p { color: rgb(224,149,194); }
H1.HeaderClassName
{
color: #E095C2;
}
.AnyTagClassName
{
color: #E095C2;
}
</style>
background-color css
<style>
a { background-color: #E095C2; }
a { background-color: rgb(224,149,194); }
div.DivClassName
{
background-color: #E095C2;
}
.BgClassName
{
background-color: #E095C2;
}
</style>
border-color css
<style>
span { border-color: #E095C2; }
span { border-color: rgb(224,149,194); }
td.TdClassName
{
border-color: #E095C2;
}
.TagClassName
{
border-color: #E095C2;
}
</style>