Shades of Shocking #E49AB5
Tints of Shocking #E49AB5
RGB
CMYK
RGB Variations
Color information
#E49AB5 (or 0xE49AB5) is known color: Shocking. HEX triplet: E4, 9A and B5. RGB value is (228,154,181). Sum of RGB (Red+Green+Blue) = 228+154+181=563 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.50% from 563); Green value is 154 (60.55% from 255 or 27.35% from 563); Blue value is 181 (71.09% from 255 or 32.15% from 563); Max value from RGB is 228 - color contains mainly: red. Hex color #E49AB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49AB5 is #1B654A. Grayscale: #B3B3B3. Windows color (decimal): -1795403 or 11901668. OLE color: 11901668.
HSL color Cylindrical-coordinate representation of color #E49AB5: hue angle of 338.11º degrees, saturation: 0.58, 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 #E49AB5 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 154 | 181 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.11 |
| HSL | 338.11º | 0.58% | 0.75% | - |
| HSV(B) | 338.11º | 0.32% | 0.89% | - |
| XYZ | 51.89 | 42.94 | 49.27 | - |
| YUV | 179.2 | 129.02 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 154 | 181 | 0 | 0.32 | 0.21 | 0.11 | 338.11 | 0.58 | 0.75 |
| Hex | E4 | 9A | B5 | 0 | 20 | 15 | B | 152 | 3A | 4B |
| Octal | 344 | 232 | 265 | 0 | 40 | 25 | 13 | 522 | 72 | 113 |
| Binary | 11100100 | 10011010 | 10110101 | 0 | 100000 | 10101 | 1011 | 101010010 | 111010 | 1001011 |
Color Harmonies of #E49AB5
Complementary color
Monochromatic Colors of #E49AB5
Black with #E49AB5
Text Example
Text Example
White with #E49AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49AB5; }
p { color: rgb(228,154,181); }
H1.HeaderClassName
{
color: #E49AB5;
}
.AnyTagClassName
{
color: #E49AB5;
}
</style>
background-color css
<style>
a { background-color: #E49AB5; }
a { background-color: rgb(228,154,181); }
div.DivClassName
{
background-color: #E49AB5;
}
.BgClassName
{
background-color: #E49AB5;
}
</style>
border-color css
<style>
span { border-color: #E49AB5; }
span { border-color: rgb(228,154,181); }
td.TdClassName
{
border-color: #E49AB5;
}
.TagClassName
{
border-color: #E49AB5;
}
</style>