Shades of Shocking #E48CBD
Tints of Shocking #E48CBD
RGB
CMYK
RGB Variations
Color information
#E48CBD (or 0xE48CBD) is known color: Shocking. HEX triplet: E4, 8C and BD. RGB value is (228,140,189). Sum of RGB (Red+Green+Blue) = 228+140+189=557 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.93% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 228 - color contains mainly: red. Hex color #E48CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48CBD is #1B7342. Grayscale: #ABABAB. Windows color (decimal): -1798979 or 12422372. OLE color: 12422372.
HSL color Cylindrical-coordinate representation of color #E48CBD: hue angle of 326.59º 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 #E48CBD is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 140 | 189 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.11 |
| HSL | 326.59º | 0.62% | 0.72% | - |
| HSV(B) | 326.59º | 0.39% | 0.89% | - |
| XYZ | 50.56 | 38.92 | 52.99 | - |
| YUV | 171.9 | 137.65 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 140 | 189 | 0 | 0.39 | 0.17 | 0.11 | 326.59 | 0.62 | 0.72 |
| Hex | E4 | 8C | BD | 0 | 27 | 11 | B | 147 | 3E | 48 |
| Octal | 344 | 214 | 275 | 0 | 47 | 21 | 13 | 507 | 76 | 110 |
| Binary | 11100100 | 10001100 | 10111101 | 0 | 100111 | 10001 | 1011 | 101000111 | 111110 | 1001000 |
Color Harmonies of #E48CBD
Complementary color
Monochromatic Colors of #E48CBD
Black with #E48CBD
Text Example
Text Example
White with #E48CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48CBD; }
p { color: rgb(228,140,189); }
H1.HeaderClassName
{
color: #E48CBD;
}
.AnyTagClassName
{
color: #E48CBD;
}
</style>
background-color css
<style>
a { background-color: #E48CBD; }
a { background-color: rgb(228,140,189); }
div.DivClassName
{
background-color: #E48CBD;
}
.BgClassName
{
background-color: #E48CBD;
}
</style>
border-color css
<style>
span { border-color: #E48CBD; }
span { border-color: rgb(228,140,189); }
td.TdClassName
{
border-color: #E48CBD;
}
.TagClassName
{
border-color: #E48CBD;
}
</style>