Shades of Shocking #E293C2
Tints of Shocking #E293C2
RGB
CMYK
RGB Variations
Color information
#E293C2 (or 0xE293C2) is known color: Shocking. HEX triplet: E2, 93 and C2. RGB value is (226,147,194). Sum of RGB (Red+Green+Blue) = 226+147+194=567 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.86% from 567); Green value is 147 (57.81% from 255 or 25.93% from 567); Blue value is 194 (76.17% from 255 or 34.22% from 567); Max value from RGB is 226 - color contains mainly: red. Hex color #E293C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E293C2 is #1D6C3D. Grayscale: #AFAFAF. Windows color (decimal): -1928254 or 12751842. OLE color: 12751842.
HSL color Cylindrical-coordinate representation of color #E293C2: hue angle of 324.3º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E293C2 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 147 | 194 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.11 |
| HSL | 324.3º | 0.58% | 0.73% | - |
| HSV(B) | 324.3º | 0.35% | 0.89% | - |
| XYZ | 51.54 | 40.93 | 56.22 | - |
| YUV | 175.98 | 138.17 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 147 | 194 | 0 | 0.35 | 0.14 | 0.11 | 324.3 | 0.58 | 0.73 |
| Hex | E2 | 93 | C2 | 0 | 23 | E | B | 144 | 3A | 49 |
| Octal | 342 | 223 | 302 | 0 | 43 | 16 | 13 | 504 | 72 | 111 |
| Binary | 11100010 | 10010011 | 11000010 | 0 | 100011 | 1110 | 1011 | 101000100 | 111010 | 1001001 |
Color Harmonies of #E293C2
Complementary color
Monochromatic Colors of #E293C2
Black with #E293C2
Text Example
Text Example
White with #E293C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E293C2; }
p { color: rgb(226,147,194); }
H1.HeaderClassName
{
color: #E293C2;
}
.AnyTagClassName
{
color: #E293C2;
}
</style>
background-color css
<style>
a { background-color: #E293C2; }
a { background-color: rgb(226,147,194); }
div.DivClassName
{
background-color: #E293C2;
}
.BgClassName
{
background-color: #E293C2;
}
</style>
border-color css
<style>
span { border-color: #E293C2; }
span { border-color: rgb(226,147,194); }
td.TdClassName
{
border-color: #E293C2;
}
.TagClassName
{
border-color: #E293C2;
}
</style>