Shades of Shocking #E19ECC
Tints of Shocking #E19ECC
RGB
CMYK
RGB Variations
Color information
#E19ECC (or 0xE19ECC) is known color: Shocking. HEX triplet: E1, 9E and CC. RGB value is (225,158,204). Sum of RGB (Red+Green+Blue) = 225+158+204=587 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.33% from 587); Green value is 158 (62.11% from 255 or 26.92% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 225 - color contains mainly: red. Hex color #E19ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19ECC is #1E6133. Grayscale: #B7B7B7. Windows color (decimal): -1990964 or 13410017. OLE color: 13410017.
HSL color Cylindrical-coordinate representation of color #E19ECC: hue angle of 318.81º 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 #E19ECC is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 158 | 204 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.12 |
| HSL | 318.81º | 0.53% | 0.75% | - |
| HSV(B) | 318.81º | 0.3% | 0.88% | - |
| XYZ | 54.18 | 44.82 | 62.92 | - |
| YUV | 183.28 | 139.7 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 158 | 204 | 0 | 0.30 | 0.09 | 0.12 | 318.81 | 0.53 | 0.75 |
| Hex | E1 | 9E | CC | 0 | 1E | 9 | C | 13F | 35 | 4B |
| Octal | 341 | 236 | 314 | 0 | 36 | 11 | 14 | 477 | 65 | 113 |
| Binary | 11100001 | 10011110 | 11001100 | 0 | 11110 | 1001 | 1100 | 100111111 | 110101 | 1001011 |
Color Harmonies of #E19ECC
Complementary color
Monochromatic Colors of #E19ECC
Black with #E19ECC
Text Example
Text Example
White with #E19ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19ECC; }
p { color: rgb(225,158,204); }
H1.HeaderClassName
{
color: #E19ECC;
}
.AnyTagClassName
{
color: #E19ECC;
}
</style>
background-color css
<style>
a { background-color: #E19ECC; }
a { background-color: rgb(225,158,204); }
div.DivClassName
{
background-color: #E19ECC;
}
.BgClassName
{
background-color: #E19ECC;
}
</style>
border-color css
<style>
span { border-color: #E19ECC; }
span { border-color: rgb(225,158,204); }
td.TdClassName
{
border-color: #E19ECC;
}
.TagClassName
{
border-color: #E19ECC;
}
</style>