Shades of Shocking #E293BD
Tints of Shocking #E293BD
RGB
CMYK
RGB Variations
Color information
#E293BD (or 0xE293BD) is known color: Shocking. HEX triplet: E2, 93 and BD. RGB value is (226,147,189). Sum of RGB (Red+Green+Blue) = 226+147+189=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 147 (57.81% from 255 or 26.16% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E293BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E293BD is #1D6C42. Grayscale: #AFAFAF. Windows color (decimal): -1928259 or 12424162. OLE color: 12424162.
HSL color Cylindrical-coordinate representation of color #E293BD: hue angle of 328.1º 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 #E293BD is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 147 | 189 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.11 |
| HSL | 328.1º | 0.58% | 0.73% | - |
| HSV(B) | 328.1º | 0.35% | 0.89% | - |
| XYZ | 50.98 | 40.71 | 53.31 | - |
| YUV | 175.41 | 135.67 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 147 | 189 | 0 | 0.35 | 0.16 | 0.11 | 328.1 | 0.58 | 0.73 |
| Hex | E2 | 93 | BD | 0 | 23 | 10 | B | 148 | 3A | 49 |
| Octal | 342 | 223 | 275 | 0 | 43 | 20 | 13 | 510 | 72 | 111 |
| Binary | 11100010 | 10010011 | 10111101 | 0 | 100011 | 10000 | 1011 | 101001000 | 111010 | 1001001 |
Color Harmonies of #E293BD
Complementary color
Monochromatic Colors of #E293BD
Black with #E293BD
Text Example
Text Example
White with #E293BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E293BD; }
p { color: rgb(226,147,189); }
H1.HeaderClassName
{
color: #E293BD;
}
.AnyTagClassName
{
color: #E293BD;
}
</style>
background-color css
<style>
a { background-color: #E293BD; }
a { background-color: rgb(226,147,189); }
div.DivClassName
{
background-color: #E293BD;
}
.BgClassName
{
background-color: #E293BD;
}
</style>
border-color css
<style>
span { border-color: #E293BD; }
span { border-color: rgb(226,147,189); }
td.TdClassName
{
border-color: #E293BD;
}
.TagClassName
{
border-color: #E293BD;
}
</style>