Shades of Shocking #E293C9
Tints of Shocking #E293C9
RGB
CMYK
RGB Variations
Color information
#E293C9 (or 0xE293C9) is known color: Shocking. HEX triplet: E2, 93 and C9. RGB value is (226,147,201). Sum of RGB (Red+Green+Blue) = 226+147+201=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 147 (57.81% from 255 or 25.61% from 574); Blue value is 201 (78.91% from 255 or 35.02% from 574); Max value from RGB is 226 - color contains mainly: red. Hex color #E293C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E293C9 is #1D6C36. Grayscale: #B0B0B0. Windows color (decimal): -1928247 or 13210594. OLE color: 13210594.
HSL color Cylindrical-coordinate representation of color #E293C9: hue angle of 318.99º 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 #E293C9 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 147 | 201 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.11 |
| HSL | 318.99º | 0.58% | 0.73% | - |
| HSV(B) | 318.99º | 0.35% | 0.89% | - |
| XYZ | 52.34 | 41.25 | 60.46 | - |
| YUV | 176.78 | 141.67 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 147 | 201 | 0 | 0.35 | 0.11 | 0.11 | 318.99 | 0.58 | 0.73 |
| Hex | E2 | 93 | C9 | 0 | 23 | B | B | 13F | 3A | 49 |
| Octal | 342 | 223 | 311 | 0 | 43 | 13 | 13 | 477 | 72 | 111 |
| Binary | 11100010 | 10010011 | 11001001 | 0 | 100011 | 1011 | 1011 | 100111111 | 111010 | 1001001 |
Color Harmonies of #E293C9
Complementary color
Monochromatic Colors of #E293C9
Black with #E293C9
Text Example
Text Example
White with #E293C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E293C9; }
p { color: rgb(226,147,201); }
H1.HeaderClassName
{
color: #E293C9;
}
.AnyTagClassName
{
color: #E293C9;
}
</style>
background-color css
<style>
a { background-color: #E293C9; }
a { background-color: rgb(226,147,201); }
div.DivClassName
{
background-color: #E293C9;
}
.BgClassName
{
background-color: #E293C9;
}
</style>
border-color css
<style>
span { border-color: #E293C9; }
span { border-color: rgb(226,147,201); }
td.TdClassName
{
border-color: #E293C9;
}
.TagClassName
{
border-color: #E293C9;
}
</style>