Shades of Shocking #E48BBC
Tints of Shocking #E48BBC
RGB
CMYK
RGB Variations
Color information
#E48BBC (or 0xE48BBC) is known color: Shocking. HEX triplet: E4, 8B and BC. RGB value is (228,139,188). Sum of RGB (Red+Green+Blue) = 228+139+188=555 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.08% from 555); Green value is 139 (54.69% from 255 or 25.05% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 228 - color contains mainly: red. Hex color #E48BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48BBC is #1B7443. Grayscale: #ABABAB. Windows color (decimal): -1799236 or 12356580. OLE color: 12356580.
HSL color Cylindrical-coordinate representation of color #E48BBC: hue angle of 326.97º degrees, saturation: 0.62, 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 #E48BBC is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 139 | 188 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.11 |
| HSL | 326.97º | 0.62% | 0.72% | - |
| HSV(B) | 326.97º | 0.39% | 0.89% | - |
| XYZ | 50.3 | 38.59 | 52.37 | - |
| YUV | 171.2 | 137.49 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 139 | 188 | 0 | 0.39 | 0.18 | 0.11 | 326.97 | 0.62 | 0.72 |
| Hex | E4 | 8B | BC | 0 | 27 | 12 | B | 147 | 3E | 48 |
| Octal | 344 | 213 | 274 | 0 | 47 | 22 | 13 | 507 | 76 | 110 |
| Binary | 11100100 | 10001011 | 10111100 | 0 | 100111 | 10010 | 1011 | 101000111 | 111110 | 1001000 |
Color Harmonies of #E48BBC
Complementary color
Monochromatic Colors of #E48BBC
Black with #E48BBC
Text Example
Text Example
White with #E48BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48BBC; }
p { color: rgb(228,139,188); }
H1.HeaderClassName
{
color: #E48BBC;
}
.AnyTagClassName
{
color: #E48BBC;
}
</style>
background-color css
<style>
a { background-color: #E48BBC; }
a { background-color: rgb(228,139,188); }
div.DivClassName
{
background-color: #E48BBC;
}
.BgClassName
{
background-color: #E48BBC;
}
</style>
border-color css
<style>
span { border-color: #E48BBC; }
span { border-color: rgb(228,139,188); }
td.TdClassName
{
border-color: #E48BBC;
}
.TagClassName
{
border-color: #E48BBC;
}
</style>