Shades of Shocking #E49AB6
Tints of Shocking #E49AB6
RGB
CMYK
RGB Variations
Color information
#E49AB6 (or 0xE49AB6) is known color: Shocking. HEX triplet: E4, 9A and B6. RGB value is (228,154,182). Sum of RGB (Red+Green+Blue) = 228+154+182=564 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.43% from 564); Green value is 154 (60.55% from 255 or 27.30% from 564); Blue value is 182 (71.48% from 255 or 32.27% from 564); Max value from RGB is 228 - color contains mainly: red. Hex color #E49AB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49AB6 is #1B6549. Grayscale: #B3B3B3. Windows color (decimal): -1795402 or 11967204. OLE color: 11967204.
HSL color Cylindrical-coordinate representation of color #E49AB6: hue angle of 337.3º 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 #E49AB6 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 154 | 182 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.11 |
| HSL | 337.3º | 0.58% | 0.75% | - |
| HSV(B) | 337.3º | 0.32% | 0.89% | - |
| XYZ | 51.99 | 42.98 | 49.81 | - |
| YUV | 179.32 | 129.52 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 154 | 182 | 0 | 0.32 | 0.20 | 0.11 | 337.3 | 0.58 | 0.75 |
| Hex | E4 | 9A | B6 | 0 | 20 | 14 | B | 151 | 3A | 4B |
| Octal | 344 | 232 | 266 | 0 | 40 | 24 | 13 | 521 | 72 | 113 |
| Binary | 11100100 | 10011010 | 10110110 | 0 | 100000 | 10100 | 1011 | 101010001 | 111010 | 1001011 |
Color Harmonies of #E49AB6
Complementary color
Monochromatic Colors of #E49AB6
Black with #E49AB6
Text Example
Text Example
White with #E49AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49AB6; }
p { color: rgb(228,154,182); }
H1.HeaderClassName
{
color: #E49AB6;
}
.AnyTagClassName
{
color: #E49AB6;
}
</style>
background-color css
<style>
a { background-color: #E49AB6; }
a { background-color: rgb(228,154,182); }
div.DivClassName
{
background-color: #E49AB6;
}
.BgClassName
{
background-color: #E49AB6;
}
</style>
border-color css
<style>
span { border-color: #E49AB6; }
span { border-color: rgb(228,154,182); }
td.TdClassName
{
border-color: #E49AB6;
}
.TagClassName
{
border-color: #E49AB6;
}
</style>