Shades of Shocking #E19ECE
Tints of Shocking #E19ECE
RGB
CMYK
RGB Variations
Color information
#E19ECE (or 0xE19ECE) is known color: Shocking. HEX triplet: E1, 9E and CE. RGB value is (225,158,206). Sum of RGB (Red+Green+Blue) = 225+158+206=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 158 (62.11% from 255 or 26.83% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E19ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19ECE is #1E6131. Grayscale: #B7B7B7. Windows color (decimal): -1990962 or 13541089. OLE color: 13541089.
HSL color Cylindrical-coordinate representation of color #E19ECE: hue angle of 317.01º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E19ECE is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 158 | 206 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.12 |
| HSL | 317.01º | 0.53% | 0.75% | - |
| HSV(B) | 317.01º | 0.3% | 0.88% | - |
| XYZ | 54.42 | 44.92 | 64.19 | - |
| YUV | 183.51 | 140.7 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 158 | 206 | 0 | 0.30 | 0.08 | 0.12 | 317.01 | 0.53 | 0.75 |
| Hex | E1 | 9E | CE | 0 | 1E | 8 | C | 13D | 35 | 4B |
| Octal | 341 | 236 | 316 | 0 | 36 | 10 | 14 | 475 | 65 | 113 |
| Binary | 11100001 | 10011110 | 11001110 | 0 | 11110 | 1000 | 1100 | 100111101 | 110101 | 1001011 |
Color Harmonies of #E19ECE
Complementary color
Monochromatic Colors of #E19ECE
Black with #E19ECE
Text Example
Text Example
White with #E19ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19ECE; }
p { color: rgb(225,158,206); }
H1.HeaderClassName
{
color: #E19ECE;
}
.AnyTagClassName
{
color: #E19ECE;
}
</style>
background-color css
<style>
a { background-color: #E19ECE; }
a { background-color: rgb(225,158,206); }
div.DivClassName
{
background-color: #E19ECE;
}
.BgClassName
{
background-color: #E19ECE;
}
</style>
border-color css
<style>
span { border-color: #E19ECE; }
span { border-color: rgb(225,158,206); }
td.TdClassName
{
border-color: #E19ECE;
}
.TagClassName
{
border-color: #E19ECE;
}
</style>