Shades of Shocking #E49ABD
Tints of Shocking #E49ABD
RGB
CMYK
RGB Variations
Color information
#E49ABD (or 0xE49ABD) is known color: Shocking. HEX triplet: E4, 9A and BD. RGB value is (228,154,189). Sum of RGB (Red+Green+Blue) = 228+154+189=571 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.93% from 571); Green value is 154 (60.55% from 255 or 26.97% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 228 - color contains mainly: red. Hex color #E49ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49ABD is #1B6542. Grayscale: #B4B4B4. Windows color (decimal): -1795395 or 12425956. OLE color: 12425956.
HSL color Cylindrical-coordinate representation of color #E49ABD: hue angle of 331.62º 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 #E49ABD is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 154 | 189 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.11 |
| HSL | 331.62º | 0.58% | 0.75% | - |
| HSV(B) | 331.62º | 0.32% | 0.89% | - |
| XYZ | 52.74 | 43.28 | 53.72 | - |
| YUV | 180.12 | 133.02 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 154 | 189 | 0 | 0.32 | 0.17 | 0.11 | 331.62 | 0.58 | 0.75 |
| Hex | E4 | 9A | BD | 0 | 20 | 11 | B | 14C | 3A | 4B |
| Octal | 344 | 232 | 275 | 0 | 40 | 21 | 13 | 514 | 72 | 113 |
| Binary | 11100100 | 10011010 | 10111101 | 0 | 100000 | 10001 | 1011 | 101001100 | 111010 | 1001011 |
Color Harmonies of #E49ABD
Complementary color
Monochromatic Colors of #E49ABD
Black with #E49ABD
Text Example
Text Example
White with #E49ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49ABD; }
p { color: rgb(228,154,189); }
H1.HeaderClassName
{
color: #E49ABD;
}
.AnyTagClassName
{
color: #E49ABD;
}
</style>
background-color css
<style>
a { background-color: #E49ABD; }
a { background-color: rgb(228,154,189); }
div.DivClassName
{
background-color: #E49ABD;
}
.BgClassName
{
background-color: #E49ABD;
}
</style>
border-color css
<style>
span { border-color: #E49ABD; }
span { border-color: rgb(228,154,189); }
td.TdClassName
{
border-color: #E49ABD;
}
.TagClassName
{
border-color: #E49ABD;
}
</style>