Shades of Shocking #E293BB
Tints of Shocking #E293BB
RGB
CMYK
RGB Variations
Color information
#E293BB (or 0xE293BB) is known color: Shocking. HEX triplet: E2, 93 and BB. RGB value is (226,147,187). Sum of RGB (Red+Green+Blue) = 226+147+187=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 226 - color contains mainly: red. Hex color #E293BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E293BB is #1D6C44. Grayscale: #AFAFAF. Windows color (decimal): -1928261 or 12293090. OLE color: 12293090.
HSL color Cylindrical-coordinate representation of color #E293BB: hue angle of 329.62º 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 #E293BB is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 147 | 187 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.11 |
| HSL | 329.62º | 0.58% | 0.73% | - |
| HSV(B) | 329.62º | 0.35% | 0.89% | - |
| XYZ | 50.77 | 40.62 | 52.18 | - |
| YUV | 175.18 | 134.67 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 147 | 187 | 0 | 0.35 | 0.17 | 0.11 | 329.62 | 0.58 | 0.73 |
| Hex | E2 | 93 | BB | 0 | 23 | 11 | B | 14A | 3A | 49 |
| Octal | 342 | 223 | 273 | 0 | 43 | 21 | 13 | 512 | 72 | 111 |
| Binary | 11100010 | 10010011 | 10111011 | 0 | 100011 | 10001 | 1011 | 101001010 | 111010 | 1001001 |
Color Harmonies of #E293BB
Complementary color
Monochromatic Colors of #E293BB
Black with #E293BB
Text Example
Text Example
White with #E293BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E293BB; }
p { color: rgb(226,147,187); }
H1.HeaderClassName
{
color: #E293BB;
}
.AnyTagClassName
{
color: #E293BB;
}
</style>
background-color css
<style>
a { background-color: #E293BB; }
a { background-color: rgb(226,147,187); }
div.DivClassName
{
background-color: #E293BB;
}
.BgClassName
{
background-color: #E293BB;
}
</style>
border-color css
<style>
span { border-color: #E293BB; }
span { border-color: rgb(226,147,187); }
td.TdClassName
{
border-color: #E293BB;
}
.TagClassName
{
border-color: #E293BB;
}
</style>