Shades of Shocking #E293BA
Tints of Shocking #E293BA
RGB
CMYK
RGB Variations
Color information
#E293BA (or 0xE293BA) is known color: Shocking. HEX triplet: E2, 93 and BA. RGB value is (226,147,186). Sum of RGB (Red+Green+Blue) = 226+147+186=559 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.43% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 226 - color contains mainly: red. Hex color #E293BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E293BA is #1D6C45. Grayscale: #AEAEAE. Windows color (decimal): -1928262 or 12227554. OLE color: 12227554.
HSL color Cylindrical-coordinate representation of color #E293BA: hue angle of 330.38º 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 #E293BA is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 147 | 186 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.11 |
| HSL | 330.38º | 0.58% | 0.73% | - |
| HSV(B) | 330.38º | 0.35% | 0.89% | - |
| XYZ | 50.66 | 40.58 | 51.62 | - |
| YUV | 175.07 | 134.17 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 147 | 186 | 0 | 0.35 | 0.18 | 0.11 | 330.38 | 0.58 | 0.73 |
| Hex | E2 | 93 | BA | 0 | 23 | 12 | B | 14A | 3A | 49 |
| Octal | 342 | 223 | 272 | 0 | 43 | 22 | 13 | 512 | 72 | 111 |
| Binary | 11100010 | 10010011 | 10111010 | 0 | 100011 | 10010 | 1011 | 101001010 | 111010 | 1001001 |
Color Harmonies of #E293BA
Complementary color
Monochromatic Colors of #E293BA
Black with #E293BA
Text Example
Text Example
White with #E293BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E293BA; }
p { color: rgb(226,147,186); }
H1.HeaderClassName
{
color: #E293BA;
}
.AnyTagClassName
{
color: #E293BA;
}
</style>
background-color css
<style>
a { background-color: #E293BA; }
a { background-color: rgb(226,147,186); }
div.DivClassName
{
background-color: #E293BA;
}
.BgClassName
{
background-color: #E293BA;
}
</style>
border-color css
<style>
span { border-color: #E293BA; }
span { border-color: rgb(226,147,186); }
td.TdClassName
{
border-color: #E293BA;
}
.TagClassName
{
border-color: #E293BA;
}
</style>