Shades of Shocking #E49FCE
Tints of Shocking #E49FCE
RGB
CMYK
RGB Variations
Color information
#E49FCE (or 0xE49FCE) is known color: Shocking. HEX triplet: E4, 9F and CE. RGB value is (228,159,206). Sum of RGB (Red+Green+Blue) = 228+159+206=593 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.45% from 593); Green value is 159 (62.5% from 255 or 26.81% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 228 - color contains mainly: red. Hex color #E49FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49FCE is #1B6031. Grayscale: #B8B8B8. Windows color (decimal): -1794098 or 13541348. OLE color: 13541348.
HSL color Cylindrical-coordinate representation of color #E49FCE: hue angle of 319.13º 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 #E49FCE is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 159 | 206 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.11 |
| HSL | 319.13º | 0.56% | 0.76% | - |
| HSV(B) | 319.13º | 0.3% | 0.89% | - |
| XYZ | 55.53 | 45.75 | 64.3 | - |
| YUV | 184.99 | 139.86 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 159 | 206 | 0 | 0.30 | 0.10 | 0.11 | 319.13 | 0.56 | 0.76 |
| Hex | E4 | 9F | CE | 0 | 1E | A | B | 13F | 38 | 4C |
| Octal | 344 | 237 | 316 | 0 | 36 | 12 | 13 | 477 | 70 | 114 |
| Binary | 11100100 | 10011111 | 11001110 | 0 | 11110 | 1010 | 1011 | 100111111 | 111000 | 1001100 |
Color Harmonies of #E49FCE
Complementary color
Monochromatic Colors of #E49FCE
Black with #E49FCE
Text Example
Text Example
White with #E49FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49FCE; }
p { color: rgb(228,159,206); }
H1.HeaderClassName
{
color: #E49FCE;
}
.AnyTagClassName
{
color: #E49FCE;
}
</style>
background-color css
<style>
a { background-color: #E49FCE; }
a { background-color: rgb(228,159,206); }
div.DivClassName
{
background-color: #E49FCE;
}
.BgClassName
{
background-color: #E49FCE;
}
</style>
border-color css
<style>
span { border-color: #E49FCE; }
span { border-color: rgb(228,159,206); }
td.TdClassName
{
border-color: #E49FCE;
}
.TagClassName
{
border-color: #E49FCE;
}
</style>