Shades of Shocking #E293CC
Tints of Shocking #E293CC
RGB
CMYK
RGB Variations
Color information
#E293CC (or 0xE293CC) is known color: Shocking. HEX triplet: E2, 93 and CC. RGB value is (226,147,204). Sum of RGB (Red+Green+Blue) = 226+147+204=577 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.17% from 577); Green value is 147 (57.81% from 255 or 25.48% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 226 - color contains mainly: red. Hex color #E293CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E293CC is #1D6C33. Grayscale: #B0B0B0. Windows color (decimal): -1928244 or 13407202. OLE color: 13407202.
HSL color Cylindrical-coordinate representation of color #E293CC: hue angle of 316.71º 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 #E293CC is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 147 | 204 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.11 |
| HSL | 316.71º | 0.58% | 0.73% | - |
| HSV(B) | 316.71º | 0.35% | 0.89% | - |
| XYZ | 52.7 | 41.4 | 62.34 | - |
| YUV | 177.12 | 143.17 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 147 | 204 | 0 | 0.35 | 0.10 | 0.11 | 316.71 | 0.58 | 0.73 |
| Hex | E2 | 93 | CC | 0 | 23 | A | B | 13D | 3A | 49 |
| Octal | 342 | 223 | 314 | 0 | 43 | 12 | 13 | 475 | 72 | 111 |
| Binary | 11100010 | 10010011 | 11001100 | 0 | 100011 | 1010 | 1011 | 100111101 | 111010 | 1001001 |
Color Harmonies of #E293CC
Complementary color
Monochromatic Colors of #E293CC
Black with #E293CC
Text Example
Text Example
White with #E293CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E293CC; }
p { color: rgb(226,147,204); }
H1.HeaderClassName
{
color: #E293CC;
}
.AnyTagClassName
{
color: #E293CC;
}
</style>
background-color css
<style>
a { background-color: #E293CC; }
a { background-color: rgb(226,147,204); }
div.DivClassName
{
background-color: #E293CC;
}
.BgClassName
{
background-color: #E293CC;
}
</style>
border-color css
<style>
span { border-color: #E293CC; }
span { border-color: rgb(226,147,204); }
td.TdClassName
{
border-color: #E293CC;
}
.TagClassName
{
border-color: #E293CC;
}
</style>