Shades of Shocking #E48BBA
Tints of Shocking #E48BBA
RGB
CMYK
RGB Variations
Color information
#E48BBA (or 0xE48BBA) is known color: Shocking. HEX triplet: E4, 8B and BA. RGB value is (228,139,186). Sum of RGB (Red+Green+Blue) = 228+139+186=553 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.23% from 553); Green value is 139 (54.69% from 255 or 25.14% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 228 - color contains mainly: red. Hex color #E48BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48BBA is #1B7445. Grayscale: #AAAAAA. Windows color (decimal): -1799238 or 12225508. OLE color: 12225508.
HSL color Cylindrical-coordinate representation of color #E48BBA: hue angle of 328.31º 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 #E48BBA is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 139 | 186 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.11 |
| HSL | 328.31º | 0.62% | 0.72% | - |
| HSV(B) | 328.31º | 0.39% | 0.89% | - |
| XYZ | 50.09 | 38.5 | 51.25 | - |
| YUV | 170.97 | 136.49 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 139 | 186 | 0 | 0.39 | 0.18 | 0.11 | 328.31 | 0.62 | 0.72 |
| Hex | E4 | 8B | BA | 0 | 27 | 12 | B | 148 | 3E | 48 |
| Octal | 344 | 213 | 272 | 0 | 47 | 22 | 13 | 510 | 76 | 110 |
| Binary | 11100100 | 10001011 | 10111010 | 0 | 100111 | 10010 | 1011 | 101001000 | 111110 | 1001000 |
Color Harmonies of #E48BBA
Complementary color
Monochromatic Colors of #E48BBA
Black with #E48BBA
Text Example
Text Example
White with #E48BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48BBA; }
p { color: rgb(228,139,186); }
H1.HeaderClassName
{
color: #E48BBA;
}
.AnyTagClassName
{
color: #E48BBA;
}
</style>
background-color css
<style>
a { background-color: #E48BBA; }
a { background-color: rgb(228,139,186); }
div.DivClassName
{
background-color: #E48BBA;
}
.BgClassName
{
background-color: #E48BBA;
}
</style>
border-color css
<style>
span { border-color: #E48BBA; }
span { border-color: rgb(228,139,186); }
td.TdClassName
{
border-color: #E48BBA;
}
.TagClassName
{
border-color: #E48BBA;
}
</style>