Shades of Shocking #E094C2
Tints of Shocking #E094C2
RGB
CMYK
RGB Variations
Color information
#E094C2 (or 0xE094C2) is known color: Shocking. HEX triplet: E0, 94 and C2. RGB value is (224,148,194). Sum of RGB (Red+Green+Blue) = 224+148+194=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 148 (58.20% from 255 or 26.15% from 566); Blue value is 194 (76.17% from 255 or 34.28% from 566); Max value from RGB is 224 - color contains mainly: red. Hex color #E094C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E094C2 is #1F6B3D. Grayscale: #AFAFAF. Windows color (decimal): -2059070 or 12752096. OLE color: 12752096.
HSL color Cylindrical-coordinate representation of color #E094C2: hue angle of 323.68º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E094C2 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 148 | 194 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.12 |
| HSL | 323.68º | 0.55% | 0.73% | - |
| HSV(B) | 323.68º | 0.34% | 0.88% | - |
| XYZ | 51.07 | 40.92 | 56.25 | - |
| YUV | 175.97 | 138.18 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 148 | 194 | 0 | 0.34 | 0.13 | 0.12 | 323.68 | 0.55 | 0.73 |
| Hex | E0 | 94 | C2 | 0 | 22 | D | C | 144 | 37 | 49 |
| Octal | 340 | 224 | 302 | 0 | 42 | 15 | 14 | 504 | 67 | 111 |
| Binary | 11100000 | 10010100 | 11000010 | 0 | 100010 | 1101 | 1100 | 101000100 | 110111 | 1001001 |
Color Harmonies of #E094C2
Complementary color
Monochromatic Colors of #E094C2
Black with #E094C2
Text Example
Text Example
White with #E094C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E094C2; }
p { color: rgb(224,148,194); }
H1.HeaderClassName
{
color: #E094C2;
}
.AnyTagClassName
{
color: #E094C2;
}
</style>
background-color css
<style>
a { background-color: #E094C2; }
a { background-color: rgb(224,148,194); }
div.DivClassName
{
background-color: #E094C2;
}
.BgClassName
{
background-color: #E094C2;
}
</style>
border-color css
<style>
span { border-color: #E094C2; }
span { border-color: rgb(224,148,194); }
td.TdClassName
{
border-color: #E094C2;
}
.TagClassName
{
border-color: #E094C2;
}
</style>