Shades of Shocking #E19EC8
Tints of Shocking #E19EC8
RGB
CMYK
RGB Variations
Color information
#E19EC8 (or 0xE19EC8) is known color: Shocking. HEX triplet: E1, 9E and C8. RGB value is (225,158,200). Sum of RGB (Red+Green+Blue) = 225+158+200=583 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.59% from 583); Green value is 158 (62.11% from 255 or 27.10% from 583); Blue value is 200 (78.52% from 255 or 34.31% from 583); Max value from RGB is 225 - color contains mainly: red. Hex color #E19EC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19EC8 is #1E6137. Grayscale: #B6B6B6. Windows color (decimal): -1990968 or 13147873. OLE color: 13147873.
HSL color Cylindrical-coordinate representation of color #E19EC8: hue angle of 322.39º 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 #E19EC8 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 158 | 200 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.12 |
| HSL | 322.39º | 0.53% | 0.75% | - |
| HSV(B) | 322.39º | 0.3% | 0.88% | - |
| XYZ | 53.7 | 44.63 | 60.43 | - |
| YUV | 182.82 | 137.7 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 158 | 200 | 0 | 0.30 | 0.11 | 0.12 | 322.39 | 0.53 | 0.75 |
| Hex | E1 | 9E | C8 | 0 | 1E | B | C | 142 | 35 | 4B |
| Octal | 341 | 236 | 310 | 0 | 36 | 13 | 14 | 502 | 65 | 113 |
| Binary | 11100001 | 10011110 | 11001000 | 0 | 11110 | 1011 | 1100 | 101000010 | 110101 | 1001011 |
Color Harmonies of #E19EC8
Complementary color
Monochromatic Colors of #E19EC8
Black with #E19EC8
Text Example
Text Example
White with #E19EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19EC8; }
p { color: rgb(225,158,200); }
H1.HeaderClassName
{
color: #E19EC8;
}
.AnyTagClassName
{
color: #E19EC8;
}
</style>
background-color css
<style>
a { background-color: #E19EC8; }
a { background-color: rgb(225,158,200); }
div.DivClassName
{
background-color: #E19EC8;
}
.BgClassName
{
background-color: #E19EC8;
}
</style>
border-color css
<style>
span { border-color: #E19EC8; }
span { border-color: rgb(225,158,200); }
td.TdClassName
{
border-color: #E19EC8;
}
.TagClassName
{
border-color: #E19EC8;
}
</style>