Shades of Shocking #E395BA
Tints of Shocking #E395BA
RGB
CMYK
RGB Variations
Color information
#E395BA (or 0xE395BA) is known color: Shocking. HEX triplet: E3, 95 and BA. RGB value is (227,149,186). Sum of RGB (Red+Green+Blue) = 227+149+186=562 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.39% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 227 - color contains mainly: red. Hex color #E395BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E395BA is #1C6A45. Grayscale: #B0B0B0. Windows color (decimal): -1862214 or 12228067. OLE color: 12228067.
HSL color Cylindrical-coordinate representation of color #E395BA: hue angle of 331.54º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E395BA is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 149 | 186 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.11 |
| HSL | 331.54º | 0.58% | 0.74% | - |
| HSV(B) | 331.54º | 0.34% | 0.89% | - |
| XYZ | 51.29 | 41.37 | 51.74 | - |
| YUV | 176.54 | 133.34 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 149 | 186 | 0 | 0.34 | 0.18 | 0.11 | 331.54 | 0.58 | 0.74 |
| Hex | E3 | 95 | BA | 0 | 22 | 12 | B | 14C | 3A | 4A |
| Octal | 343 | 225 | 272 | 0 | 42 | 22 | 13 | 514 | 72 | 112 |
| Binary | 11100011 | 10010101 | 10111010 | 0 | 100010 | 10010 | 1011 | 101001100 | 111010 | 1001010 |
Color Harmonies of #E395BA
Complementary color
Monochromatic Colors of #E395BA
Black with #E395BA
Text Example
Text Example
White with #E395BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E395BA; }
p { color: rgb(227,149,186); }
H1.HeaderClassName
{
color: #E395BA;
}
.AnyTagClassName
{
color: #E395BA;
}
</style>
background-color css
<style>
a { background-color: #E395BA; }
a { background-color: rgb(227,149,186); }
div.DivClassName
{
background-color: #E395BA;
}
.BgClassName
{
background-color: #E395BA;
}
</style>
border-color css
<style>
span { border-color: #E395BA; }
span { border-color: rgb(227,149,186); }
td.TdClassName
{
border-color: #E395BA;
}
.TagClassName
{
border-color: #E395BA;
}
</style>