Shades of Shocking #E49ECF
Tints of Shocking #E49ECF
RGB
CMYK
RGB Variations
Color information
#E49ECF (or 0xE49ECF) is known color: Shocking. HEX triplet: E4, 9E and CF. RGB value is (228,158,207). Sum of RGB (Red+Green+Blue) = 228+158+207=593 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.45% from 593); Green value is 158 (62.11% from 255 or 26.64% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 228 - color contains mainly: red. Hex color #E49ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49ECF is #1B6130. Grayscale: #B8B8B8. Windows color (decimal): -1794353 or 13606628. OLE color: 13606628.
HSL color Cylindrical-coordinate representation of color #E49ECF: hue angle of 318º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E49ECF is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 158 | 207 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.11 |
| HSL | 318º | 0.56% | 0.76% | - |
| HSV(B) | 318º | 0.31% | 0.89% | - |
| XYZ | 55.48 | 45.45 | 64.88 | - |
| YUV | 184.52 | 140.69 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 158 | 207 | 0 | 0.31 | 0.09 | 0.11 | 318 | 0.56 | 0.76 |
| Hex | E4 | 9E | CF | 0 | 1F | 9 | B | 13E | 38 | 4C |
| Octal | 344 | 236 | 317 | 0 | 37 | 11 | 13 | 476 | 70 | 114 |
| Binary | 11100100 | 10011110 | 11001111 | 0 | 11111 | 1001 | 1011 | 100111110 | 111000 | 1001100 |
Color Harmonies of #E49ECF
Complementary color
Monochromatic Colors of #E49ECF
Black with #E49ECF
Text Example
Text Example
White with #E49ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49ECF; }
p { color: rgb(228,158,207); }
H1.HeaderClassName
{
color: #E49ECF;
}
.AnyTagClassName
{
color: #E49ECF;
}
</style>
background-color css
<style>
a { background-color: #E49ECF; }
a { background-color: rgb(228,158,207); }
div.DivClassName
{
background-color: #E49ECF;
}
.BgClassName
{
background-color: #E49ECF;
}
</style>
border-color css
<style>
span { border-color: #E49ECF; }
span { border-color: rgb(228,158,207); }
td.TdClassName
{
border-color: #E49ECF;
}
.TagClassName
{
border-color: #E49ECF;
}
</style>