Shades of Shocking #E48BC8
Tints of Shocking #E48BC8
RGB
CMYK
RGB Variations
Color information
#E48BC8 (or 0xE48BC8) is known color: Shocking. HEX triplet: E4, 8B and C8. RGB value is (228,139,200). Sum of RGB (Red+Green+Blue) = 228+139+200=567 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.21% from 567); Green value is 139 (54.69% from 255 or 24.51% from 567); Blue value is 200 (78.52% from 255 or 35.27% from 567); Max value from RGB is 228 - color contains mainly: red. Hex color #E48BC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48BC8 is #1B7437. Grayscale: #ACACAC. Windows color (decimal): -1799224 or 13143012. OLE color: 13143012.
HSL color Cylindrical-coordinate representation of color #E48BC8: hue angle of 318.88º 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 #E48BC8 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 139 | 200 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.11 |
| HSL | 318.88º | 0.62% | 0.72% | - |
| HSV(B) | 318.88º | 0.39% | 0.89% | - |
| XYZ | 51.65 | 39.13 | 59.47 | - |
| YUV | 172.57 | 143.49 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 139 | 200 | 0 | 0.39 | 0.12 | 0.11 | 318.88 | 0.62 | 0.72 |
| Hex | E4 | 8B | C8 | 0 | 27 | C | B | 13F | 3E | 48 |
| Octal | 344 | 213 | 310 | 0 | 47 | 14 | 13 | 477 | 76 | 110 |
| Binary | 11100100 | 10001011 | 11001000 | 0 | 100111 | 1100 | 1011 | 100111111 | 111110 | 1001000 |
Color Harmonies of #E48BC8
Complementary color
Monochromatic Colors of #E48BC8
Black with #E48BC8
Text Example
Text Example
White with #E48BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48BC8; }
p { color: rgb(228,139,200); }
H1.HeaderClassName
{
color: #E48BC8;
}
.AnyTagClassName
{
color: #E48BC8;
}
</style>
background-color css
<style>
a { background-color: #E48BC8; }
a { background-color: rgb(228,139,200); }
div.DivClassName
{
background-color: #E48BC8;
}
.BgClassName
{
background-color: #E48BC8;
}
</style>
border-color css
<style>
span { border-color: #E48BC8; }
span { border-color: rgb(228,139,200); }
td.TdClassName
{
border-color: #E48BC8;
}
.TagClassName
{
border-color: #E48BC8;
}
</style>