Shades of Shocking #E388BC
Tints of Shocking #E388BC
RGB
CMYK
RGB Variations
Color information
#E388BC (or 0xE388BC) is known color: Shocking. HEX triplet: E3, 88 and BC. RGB value is (227,136,188). Sum of RGB (Red+Green+Blue) = 227+136+188=551 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.20% from 551); Green value is 136 (53.52% from 255 or 24.68% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 227 - color contains mainly: red. Hex color #E388BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E388BC is #1C7743. Grayscale: #A9A9A9. Windows color (decimal): -1865540 or 12355811. OLE color: 12355811.
HSL color Cylindrical-coordinate representation of color #E388BC: hue angle of 325.71º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E388BC is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 136 | 188 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.11 |
| HSL | 325.71º | 0.62% | 0.71% | - |
| HSV(B) | 325.71º | 0.4% | 0.89% | - |
| XYZ | 49.56 | 37.57 | 52.22 | - |
| YUV | 169.14 | 138.65 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 136 | 188 | 0 | 0.40 | 0.17 | 0.11 | 325.71 | 0.62 | 0.71 |
| Hex | E3 | 88 | BC | 0 | 28 | 11 | B | 146 | 3E | 47 |
| Octal | 343 | 210 | 274 | 0 | 50 | 21 | 13 | 506 | 76 | 107 |
| Binary | 11100011 | 10001000 | 10111100 | 0 | 101000 | 10001 | 1011 | 101000110 | 111110 | 1000111 |
Color Harmonies of #E388BC
Complementary color
Monochromatic Colors of #E388BC
Black with #E388BC
Text Example
Text Example
White with #E388BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E388BC; }
p { color: rgb(227,136,188); }
H1.HeaderClassName
{
color: #E388BC;
}
.AnyTagClassName
{
color: #E388BC;
}
</style>
background-color css
<style>
a { background-color: #E388BC; }
a { background-color: rgb(227,136,188); }
div.DivClassName
{
background-color: #E388BC;
}
.BgClassName
{
background-color: #E388BC;
}
</style>
border-color css
<style>
span { border-color: #E388BC; }
span { border-color: rgb(227,136,188); }
td.TdClassName
{
border-color: #E388BC;
}
.TagClassName
{
border-color: #E388BC;
}
</style>