Shades of Shocking #E397BA
Tints of Shocking #E397BA
RGB
CMYK
RGB Variations
Color information
#E397BA (or 0xE397BA) is known color: Shocking. HEX triplet: E3, 97 and BA. RGB value is (227,151,186). Sum of RGB (Red+Green+Blue) = 227+151+186=564 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.25% from 564); Green value is 151 (59.38% from 255 or 26.77% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 227 - color contains mainly: red. Hex color #E397BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E397BA is #1C6845. Grayscale: #B1B1B1. Windows color (decimal): -1861702 or 12228579. OLE color: 12228579.
HSL color Cylindrical-coordinate representation of color #E397BA: hue angle of 332.37º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E397BA is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 151 | 186 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.11 |
| HSL | 332.37º | 0.58% | 0.74% | - |
| HSV(B) | 332.37º | 0.33% | 0.89% | - |
| XYZ | 51.61 | 42.01 | 51.84 | - |
| YUV | 177.71 | 132.68 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 151 | 186 | 0 | 0.33 | 0.18 | 0.11 | 332.37 | 0.58 | 0.74 |
| Hex | E3 | 97 | BA | 0 | 21 | 12 | B | 14C | 3A | 4A |
| Octal | 343 | 227 | 272 | 0 | 41 | 22 | 13 | 514 | 72 | 112 |
| Binary | 11100011 | 10010111 | 10111010 | 0 | 100001 | 10010 | 1011 | 101001100 | 111010 | 1001010 |
Color Harmonies of #E397BA
Complementary color
Monochromatic Colors of #E397BA
Black with #E397BA
Text Example
Text Example
White with #E397BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E397BA; }
p { color: rgb(227,151,186); }
H1.HeaderClassName
{
color: #E397BA;
}
.AnyTagClassName
{
color: #E397BA;
}
</style>
background-color css
<style>
a { background-color: #E397BA; }
a { background-color: rgb(227,151,186); }
div.DivClassName
{
background-color: #E397BA;
}
.BgClassName
{
background-color: #E397BA;
}
</style>
border-color css
<style>
span { border-color: #E397BA; }
span { border-color: rgb(227,151,186); }
td.TdClassName
{
border-color: #E397BA;
}
.TagClassName
{
border-color: #E397BA;
}
</style>