Shades of Shocking #E49FC0
Tints of Shocking #E49FC0
RGB
CMYK
RGB Variations
Color information
#E49FC0 (or 0xE49FC0) is known color: Shocking. HEX triplet: E4, 9F and C0. RGB value is (228,159,192). Sum of RGB (Red+Green+Blue) = 228+159+192=579 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.38% from 579); Green value is 159 (62.5% from 255 or 27.46% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 228 - color contains mainly: red. Hex color #E49FC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49FC0 is #1B603F. Grayscale: #B7B7B7. Windows color (decimal): -1794112 or 12623844. OLE color: 12623844.
HSL color Cylindrical-coordinate representation of color #E49FC0: hue angle of 331.3º 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 #E49FC0 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 159 | 192 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.11 |
| HSL | 331.3º | 0.56% | 0.76% | - |
| HSV(B) | 331.3º | 0.3% | 0.89% | - |
| XYZ | 53.91 | 45.1 | 55.73 | - |
| YUV | 183.39 | 132.86 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 159 | 192 | 0 | 0.30 | 0.16 | 0.11 | 331.3 | 0.56 | 0.76 |
| Hex | E4 | 9F | C0 | 0 | 1E | 10 | B | 14B | 38 | 4C |
| Octal | 344 | 237 | 300 | 0 | 36 | 20 | 13 | 513 | 70 | 114 |
| Binary | 11100100 | 10011111 | 11000000 | 0 | 11110 | 10000 | 1011 | 101001011 | 111000 | 1001100 |
Color Harmonies of #E49FC0
Complementary color
Monochromatic Colors of #E49FC0
Black with #E49FC0
Text Example
Text Example
White with #E49FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49FC0; }
p { color: rgb(228,159,192); }
H1.HeaderClassName
{
color: #E49FC0;
}
.AnyTagClassName
{
color: #E49FC0;
}
</style>
background-color css
<style>
a { background-color: #E49FC0; }
a { background-color: rgb(228,159,192); }
div.DivClassName
{
background-color: #E49FC0;
}
.BgClassName
{
background-color: #E49FC0;
}
</style>
border-color css
<style>
span { border-color: #E49FC0; }
span { border-color: rgb(228,159,192); }
td.TdClassName
{
border-color: #E49FC0;
}
.TagClassName
{
border-color: #E49FC0;
}
</style>