Shades of Shocking #E49ABC
Tints of Shocking #E49ABC
RGB
CMYK
RGB Variations
Color information
#E49ABC (or 0xE49ABC) is known color: Shocking. HEX triplet: E4, 9A and BC. RGB value is (228,154,188). Sum of RGB (Red+Green+Blue) = 228+154+188=570 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40% from 570); Green value is 154 (60.55% from 255 or 27.02% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 228 - color contains mainly: red. Hex color #E49ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49ABC is #1B6543. Grayscale: #B3B3B3. Windows color (decimal): -1795396 or 12360420. OLE color: 12360420.
HSL color Cylindrical-coordinate representation of color #E49ABC: hue angle of 332.43º 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 #E49ABC is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 154 | 188 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.11 |
| HSL | 332.43º | 0.58% | 0.75% | - |
| HSV(B) | 332.43º | 0.32% | 0.89% | - |
| XYZ | 52.63 | 43.24 | 53.15 | - |
| YUV | 180 | 132.52 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 154 | 188 | 0 | 0.32 | 0.18 | 0.11 | 332.43 | 0.58 | 0.75 |
| Hex | E4 | 9A | BC | 0 | 20 | 12 | B | 14C | 3A | 4B |
| Octal | 344 | 232 | 274 | 0 | 40 | 22 | 13 | 514 | 72 | 113 |
| Binary | 11100100 | 10011010 | 10111100 | 0 | 100000 | 10010 | 1011 | 101001100 | 111010 | 1001011 |
Color Harmonies of #E49ABC
Complementary color
Monochromatic Colors of #E49ABC
Black with #E49ABC
Text Example
Text Example
White with #E49ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49ABC; }
p { color: rgb(228,154,188); }
H1.HeaderClassName
{
color: #E49ABC;
}
.AnyTagClassName
{
color: #E49ABC;
}
</style>
background-color css
<style>
a { background-color: #E49ABC; }
a { background-color: rgb(228,154,188); }
div.DivClassName
{
background-color: #E49ABC;
}
.BgClassName
{
background-color: #E49ABC;
}
</style>
border-color css
<style>
span { border-color: #E49ABC; }
span { border-color: rgb(228,154,188); }
td.TdClassName
{
border-color: #E49ABC;
}
.TagClassName
{
border-color: #E49ABC;
}
</style>