Shades of Shocking #E48BC5
Tints of Shocking #E48BC5
RGB
CMYK
RGB Variations
Color information
#E48BC5 (or 0xE48BC5) is known color: Shocking. HEX triplet: E4, 8B and C5. RGB value is (228,139,197). Sum of RGB (Red+Green+Blue) = 228+139+197=564 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.43% from 564); Green value is 139 (54.69% from 255 or 24.65% from 564); Blue value is 197 (77.34% from 255 or 34.93% from 564); Max value from RGB is 228 - color contains mainly: red. Hex color #E48BC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48BC5 is #1B743A. Grayscale: #ACACAC. Windows color (decimal): -1799227 or 12946404. OLE color: 12946404.
HSL color Cylindrical-coordinate representation of color #E48BC5: hue angle of 320.9º 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 #E48BC5 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 139 | 197 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.11 |
| HSL | 320.9º | 0.62% | 0.72% | - |
| HSV(B) | 320.9º | 0.39% | 0.89% | - |
| XYZ | 51.31 | 38.99 | 57.65 | - |
| YUV | 172.22 | 141.99 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 139 | 197 | 0 | 0.39 | 0.14 | 0.11 | 320.9 | 0.62 | 0.72 |
| Hex | E4 | 8B | C5 | 0 | 27 | E | B | 141 | 3E | 48 |
| Octal | 344 | 213 | 305 | 0 | 47 | 16 | 13 | 501 | 76 | 110 |
| Binary | 11100100 | 10001011 | 11000101 | 0 | 100111 | 1110 | 1011 | 101000001 | 111110 | 1001000 |
Color Harmonies of #E48BC5
Complementary color
Monochromatic Colors of #E48BC5
Black with #E48BC5
Text Example
Text Example
White with #E48BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48BC5; }
p { color: rgb(228,139,197); }
H1.HeaderClassName
{
color: #E48BC5;
}
.AnyTagClassName
{
color: #E48BC5;
}
</style>
background-color css
<style>
a { background-color: #E48BC5; }
a { background-color: rgb(228,139,197); }
div.DivClassName
{
background-color: #E48BC5;
}
.BgClassName
{
background-color: #E48BC5;
}
</style>
border-color css
<style>
span { border-color: #E48BC5; }
span { border-color: rgb(228,139,197); }
td.TdClassName
{
border-color: #E48BC5;
}
.TagClassName
{
border-color: #E48BC5;
}
</style>