Shades of Shocking #E49FB9
Tints of Shocking #E49FB9
RGB
CMYK
RGB Variations
Color information
#E49FB9 (or 0xE49FB9) is known color: Shocking. HEX triplet: E4, 9F and B9. RGB value is (228,159,185). Sum of RGB (Red+Green+Blue) = 228+159+185=572 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.86% from 572); Green value is 159 (62.5% from 255 or 27.80% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 228 - color contains mainly: red. Hex color #E49FB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49FB9 is #1B6046. Grayscale: #B6B6B6. Windows color (decimal): -1794119 or 12165092. OLE color: 12165092.
HSL color Cylindrical-coordinate representation of color #E49FB9: hue angle of 337.39º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E49FB9 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 159 | 185 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.11 |
| HSL | 337.39º | 0.56% | 0.76% | - |
| HSV(B) | 337.39º | 0.3% | 0.89% | - |
| XYZ | 53.15 | 44.79 | 51.74 | - |
| YUV | 182.6 | 129.36 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 159 | 185 | 0 | 0.30 | 0.19 | 0.11 | 337.39 | 0.56 | 0.76 |
| Hex | E4 | 9F | B9 | 0 | 1E | 13 | B | 151 | 38 | 4C |
| Octal | 344 | 237 | 271 | 0 | 36 | 23 | 13 | 521 | 70 | 114 |
| Binary | 11100100 | 10011111 | 10111001 | 0 | 11110 | 10011 | 1011 | 101010001 | 111000 | 1001100 |
Color Harmonies of #E49FB9
Complementary color
Monochromatic Colors of #E49FB9
Black with #E49FB9
Text Example
Text Example
White with #E49FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49FB9; }
p { color: rgb(228,159,185); }
H1.HeaderClassName
{
color: #E49FB9;
}
.AnyTagClassName
{
color: #E49FB9;
}
</style>
background-color css
<style>
a { background-color: #E49FB9; }
a { background-color: rgb(228,159,185); }
div.DivClassName
{
background-color: #E49FB9;
}
.BgClassName
{
background-color: #E49FB9;
}
</style>
border-color css
<style>
span { border-color: #E49FB9; }
span { border-color: rgb(228,159,185); }
td.TdClassName
{
border-color: #E49FB9;
}
.TagClassName
{
border-color: #E49FB9;
}
</style>