Shades of Shocking #E38BBC
Tints of Shocking #E38BBC
RGB
CMYK
RGB Variations
Color information
#E38BBC (or 0xE38BBC) is known color: Shocking. HEX triplet: E3, 8B and BC. RGB value is (227,139,188). Sum of RGB (Red+Green+Blue) = 227+139+188=554 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.97% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 227 - color contains mainly: red. Hex color #E38BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38BBC is #1C7443. Grayscale: #AAAAAA. Windows color (decimal): -1864772 or 12356579. OLE color: 12356579.
HSL color Cylindrical-coordinate representation of color #E38BBC: hue angle of 326.59º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E38BBC is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 139 | 188 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.11 |
| HSL | 326.59º | 0.61% | 0.72% | - |
| HSV(B) | 326.59º | 0.39% | 0.89% | - |
| XYZ | 49.99 | 38.43 | 52.36 | - |
| YUV | 170.9 | 137.65 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 139 | 188 | 0 | 0.39 | 0.17 | 0.11 | 326.59 | 0.61 | 0.72 |
| Hex | E3 | 8B | BC | 0 | 27 | 11 | B | 147 | 3D | 48 |
| Octal | 343 | 213 | 274 | 0 | 47 | 21 | 13 | 507 | 75 | 110 |
| Binary | 11100011 | 10001011 | 10111100 | 0 | 100111 | 10001 | 1011 | 101000111 | 111101 | 1001000 |
Color Harmonies of #E38BBC
Complementary color
Monochromatic Colors of #E38BBC
Black with #E38BBC
Text Example
Text Example
White with #E38BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38BBC; }
p { color: rgb(227,139,188); }
H1.HeaderClassName
{
color: #E38BBC;
}
.AnyTagClassName
{
color: #E38BBC;
}
</style>
background-color css
<style>
a { background-color: #E38BBC; }
a { background-color: rgb(227,139,188); }
div.DivClassName
{
background-color: #E38BBC;
}
.BgClassName
{
background-color: #E38BBC;
}
</style>
border-color css
<style>
span { border-color: #E38BBC; }
span { border-color: rgb(227,139,188); }
td.TdClassName
{
border-color: #E38BBC;
}
.TagClassName
{
border-color: #E38BBC;
}
</style>