Shades of Shocking #E388BB
Tints of Shocking #E388BB
RGB
CMYK
RGB Variations
Color information
#E388BB (or 0xE388BB) is known color: Shocking. HEX triplet: E3, 88 and BB. RGB value is (227,136,187). Sum of RGB (Red+Green+Blue) = 227+136+187=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 136 (53.52% from 255 or 24.73% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 227 - color contains mainly: red. Hex color #E388BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E388BB is #1C7744. Grayscale: #A8A8A8. Windows color (decimal): -1865541 or 12290275. OLE color: 12290275.
HSL color Cylindrical-coordinate representation of color #E388BB: hue angle of 326.37º 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 #E388BB is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 136 | 187 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.11 |
| HSL | 326.37º | 0.62% | 0.71% | - |
| HSV(B) | 326.37º | 0.4% | 0.89% | - |
| XYZ | 49.45 | 37.53 | 51.65 | - |
| YUV | 169.02 | 138.15 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 136 | 187 | 0 | 0.40 | 0.18 | 0.11 | 326.37 | 0.62 | 0.71 |
| Hex | E3 | 88 | BB | 0 | 28 | 12 | B | 146 | 3E | 47 |
| Octal | 343 | 210 | 273 | 0 | 50 | 22 | 13 | 506 | 76 | 107 |
| Binary | 11100011 | 10001000 | 10111011 | 0 | 101000 | 10010 | 1011 | 101000110 | 111110 | 1000111 |
Color Harmonies of #E388BB
Complementary color
Monochromatic Colors of #E388BB
Black with #E388BB
Text Example
Text Example
White with #E388BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E388BB; }
p { color: rgb(227,136,187); }
H1.HeaderClassName
{
color: #E388BB;
}
.AnyTagClassName
{
color: #E388BB;
}
</style>
background-color css
<style>
a { background-color: #E388BB; }
a { background-color: rgb(227,136,187); }
div.DivClassName
{
background-color: #E388BB;
}
.BgClassName
{
background-color: #E388BB;
}
</style>
border-color css
<style>
span { border-color: #E388BB; }
span { border-color: rgb(227,136,187); }
td.TdClassName
{
border-color: #E388BB;
}
.TagClassName
{
border-color: #E388BB;
}
</style>