Shades of Shocking #E48BC0
Tints of Shocking #E48BC0
RGB
CMYK
RGB Variations
Color information
#E48BC0 (or 0xE48BC0) is known color: Shocking. HEX triplet: E4, 8B and C0. RGB value is (228,139,192). Sum of RGB (Red+Green+Blue) = 228+139+192=559 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.79% from 559); Green value is 139 (54.69% from 255 or 24.87% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 228 - color contains mainly: red. Hex color #E48BC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48BC0 is #1B743F. Grayscale: #ABABAB. Windows color (decimal): -1799232 or 12618724. OLE color: 12618724.
HSL color Cylindrical-coordinate representation of color #E48BC0: hue angle of 324.27º 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 #E48BC0 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 139 | 192 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.11 |
| HSL | 324.27º | 0.62% | 0.72% | - |
| HSV(B) | 324.27º | 0.39% | 0.89% | - |
| XYZ | 50.74 | 38.76 | 54.68 | - |
| YUV | 171.65 | 139.49 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 139 | 192 | 0 | 0.39 | 0.16 | 0.11 | 324.27 | 0.62 | 0.72 |
| Hex | E4 | 8B | C0 | 0 | 27 | 10 | B | 144 | 3E | 48 |
| Octal | 344 | 213 | 300 | 0 | 47 | 20 | 13 | 504 | 76 | 110 |
| Binary | 11100100 | 10001011 | 11000000 | 0 | 100111 | 10000 | 1011 | 101000100 | 111110 | 1001000 |
Color Harmonies of #E48BC0
Complementary color
Monochromatic Colors of #E48BC0
Black with #E48BC0
Text Example
Text Example
White with #E48BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48BC0; }
p { color: rgb(228,139,192); }
H1.HeaderClassName
{
color: #E48BC0;
}
.AnyTagClassName
{
color: #E48BC0;
}
</style>
background-color css
<style>
a { background-color: #E48BC0; }
a { background-color: rgb(228,139,192); }
div.DivClassName
{
background-color: #E48BC0;
}
.BgClassName
{
background-color: #E48BC0;
}
</style>
border-color css
<style>
span { border-color: #E48BC0; }
span { border-color: rgb(228,139,192); }
td.TdClassName
{
border-color: #E48BC0;
}
.TagClassName
{
border-color: #E48BC0;
}
</style>