Shades of Shocking #E394BC
Tints of Shocking #E394BC
RGB
CMYK
RGB Variations
Color information
#E394BC (or 0xE394BC) is known color: Shocking. HEX triplet: E3, 94 and BC. RGB value is (227,148,188). Sum of RGB (Red+Green+Blue) = 227+148+188=563 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.32% from 563); Green value is 148 (58.20% from 255 or 26.29% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 227 - color contains mainly: red. Hex color #E394BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E394BC is #1C6B43. Grayscale: #B0B0B0. Windows color (decimal): -1862468 or 12358883. OLE color: 12358883.
HSL color Cylindrical-coordinate representation of color #E394BC: hue angle of 329.62º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E394BC is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 148 | 188 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.11 |
| HSL | 329.62º | 0.59% | 0.74% | - |
| HSV(B) | 329.62º | 0.35% | 0.89% | - |
| XYZ | 51.35 | 41.14 | 52.81 | - |
| YUV | 176.18 | 134.67 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 148 | 188 | 0 | 0.35 | 0.17 | 0.11 | 329.62 | 0.59 | 0.74 |
| Hex | E3 | 94 | BC | 0 | 23 | 11 | B | 14A | 3B | 4A |
| Octal | 343 | 224 | 274 | 0 | 43 | 21 | 13 | 512 | 73 | 112 |
| Binary | 11100011 | 10010100 | 10111100 | 0 | 100011 | 10001 | 1011 | 101001010 | 111011 | 1001010 |
Color Harmonies of #E394BC
Complementary color
Monochromatic Colors of #E394BC
Black with #E394BC
Text Example
Text Example
White with #E394BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E394BC; }
p { color: rgb(227,148,188); }
H1.HeaderClassName
{
color: #E394BC;
}
.AnyTagClassName
{
color: #E394BC;
}
</style>
background-color css
<style>
a { background-color: #E394BC; }
a { background-color: rgb(227,148,188); }
div.DivClassName
{
background-color: #E394BC;
}
.BgClassName
{
background-color: #E394BC;
}
</style>
border-color css
<style>
span { border-color: #E394BC; }
span { border-color: rgb(227,148,188); }
td.TdClassName
{
border-color: #E394BC;
}
.TagClassName
{
border-color: #E394BC;
}
</style>