Shades of Shocking #E793BA
Tints of Shocking #E793BA
RGB
CMYK
RGB Variations
Color information
#E793BA (or 0xE793BA) is known color: Shocking. HEX triplet: E7, 93 and BA. RGB value is (231,147,186). Sum of RGB (Red+Green+Blue) = 231+147+186=564 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.96% from 564); Green value is 147 (57.81% from 255 or 26.06% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 231 - color contains mainly: red. Hex color #E793BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E793BA is #186C45. Grayscale: #B0B0B0. Windows color (decimal): -1600582 or 12227559. OLE color: 12227559.
HSL color Cylindrical-coordinate representation of color #E793BA: hue angle of 332.14º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E793BA is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 147 | 186 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.09 |
| HSL | 332.14º | 0.64% | 0.74% | - |
| HSV(B) | 332.14º | 0.36% | 0.91% | - |
| XYZ | 52.25 | 41.4 | 51.69 | - |
| YUV | 176.56 | 133.33 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 147 | 186 | 0 | 0.36 | 0.19 | 0.09 | 332.14 | 0.64 | 0.74 |
| Hex | E7 | 93 | BA | 0 | 24 | 13 | 9 | 14C | 40 | 4A |
| Octal | 347 | 223 | 272 | 0 | 44 | 23 | 11 | 514 | 100 | 112 |
| Binary | 11100111 | 10010011 | 10111010 | 0 | 100100 | 10011 | 1001 | 101001100 | 1000000 | 1001010 |
Color Harmonies of #E793BA
Complementary color
Monochromatic Colors of #E793BA
Black with #E793BA
Text Example
Text Example
White with #E793BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E793BA; }
p { color: rgb(231,147,186); }
H1.HeaderClassName
{
color: #E793BA;
}
.AnyTagClassName
{
color: #E793BA;
}
</style>
background-color css
<style>
a { background-color: #E793BA; }
a { background-color: rgb(231,147,186); }
div.DivClassName
{
background-color: #E793BA;
}
.BgClassName
{
background-color: #E793BA;
}
</style>
border-color css
<style>
span { border-color: #E793BA; }
span { border-color: rgb(231,147,186); }
td.TdClassName
{
border-color: #E793BA;
}
.TagClassName
{
border-color: #E793BA;
}
</style>