Shades of Shocking #E49BBA
Tints of Shocking #E49BBA
RGB
CMYK
RGB Variations
Color information
#E49BBA (or 0xE49BBA) is known color: Shocking. HEX triplet: E4, 9B and BA. RGB value is (228,155,186). Sum of RGB (Red+Green+Blue) = 228+155+186=569 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.07% from 569); Green value is 155 (60.94% from 255 or 27.24% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 228 - color contains mainly: red. Hex color #E49BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49BBA is #1B6445. Grayscale: #B4B4B4. Windows color (decimal): -1795142 or 12229604. OLE color: 12229604.
HSL color Cylindrical-coordinate representation of color #E49BBA: hue angle of 334.52º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E49BBA is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 155 | 186 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.11 |
| HSL | 334.52º | 0.57% | 0.75% | - |
| HSV(B) | 334.52º | 0.32% | 0.89% | - |
| XYZ | 52.58 | 43.48 | 52.08 | - |
| YUV | 180.36 | 131.18 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 155 | 186 | 0 | 0.32 | 0.18 | 0.11 | 334.52 | 0.57 | 0.75 |
| Hex | E4 | 9B | BA | 0 | 20 | 12 | B | 14F | 39 | 4B |
| Octal | 344 | 233 | 272 | 0 | 40 | 22 | 13 | 517 | 71 | 113 |
| Binary | 11100100 | 10011011 | 10111010 | 0 | 100000 | 10010 | 1011 | 101001111 | 111001 | 1001011 |
Color Harmonies of #E49BBA
Complementary color
Monochromatic Colors of #E49BBA
Black with #E49BBA
Text Example
Text Example
White with #E49BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49BBA; }
p { color: rgb(228,155,186); }
H1.HeaderClassName
{
color: #E49BBA;
}
.AnyTagClassName
{
color: #E49BBA;
}
</style>
background-color css
<style>
a { background-color: #E49BBA; }
a { background-color: rgb(228,155,186); }
div.DivClassName
{
background-color: #E49BBA;
}
.BgClassName
{
background-color: #E49BBA;
}
</style>
border-color css
<style>
span { border-color: #E49BBA; }
span { border-color: rgb(228,155,186); }
td.TdClassName
{
border-color: #E49BBA;
}
.TagClassName
{
border-color: #E49BBA;
}
</style>