Shades of Shocking #E18DC9
Tints of Shocking #E18DC9
RGB
CMYK
RGB Variations
Color information
#E18DC9 (or 0xE18DC9) is known color: Shocking. HEX triplet: E1, 8D and C9. RGB value is (225,141,201). Sum of RGB (Red+Green+Blue) = 225+141+201=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 201 (78.91% from 255 or 35.45% from 567); Max value from RGB is 225 - color contains mainly: red. Hex color #E18DC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18DC9 is #1E7236. Grayscale: #ACACAC. Windows color (decimal): -1995319 or 13209057. OLE color: 13209057.
HSL color Cylindrical-coordinate representation of color #E18DC9: hue angle of 317.14º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E18DC9 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 141 | 201 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.12 |
| HSL | 317.14º | 0.58% | 0.72% | - |
| HSV(B) | 317.14º | 0.37% | 0.88% | - |
| XYZ | 51.12 | 39.27 | 60.14 | - |
| YUV | 172.96 | 143.83 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 141 | 201 | 0 | 0.37 | 0.11 | 0.12 | 317.14 | 0.58 | 0.72 |
| Hex | E1 | 8D | C9 | 0 | 25 | B | C | 13D | 3A | 48 |
| Octal | 341 | 215 | 311 | 0 | 45 | 13 | 14 | 475 | 72 | 110 |
| Binary | 11100001 | 10001101 | 11001001 | 0 | 100101 | 1011 | 1100 | 100111101 | 111010 | 1001000 |
Color Harmonies of #E18DC9
Complementary color
Monochromatic Colors of #E18DC9
Black with #E18DC9
Text Example
Text Example
White with #E18DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18DC9; }
p { color: rgb(225,141,201); }
H1.HeaderClassName
{
color: #E18DC9;
}
.AnyTagClassName
{
color: #E18DC9;
}
</style>
background-color css
<style>
a { background-color: #E18DC9; }
a { background-color: rgb(225,141,201); }
div.DivClassName
{
background-color: #E18DC9;
}
.BgClassName
{
background-color: #E18DC9;
}
</style>
border-color css
<style>
span { border-color: #E18DC9; }
span { border-color: rgb(225,141,201); }
td.TdClassName
{
border-color: #E18DC9;
}
.TagClassName
{
border-color: #E18DC9;
}
</style>