Shades of Shocking #E18DCC
Tints of Shocking #E18DCC
RGB
CMYK
RGB Variations
Color information
#E18DCC (or 0xE18DCC) is known color: Shocking. HEX triplet: E1, 8D and CC. RGB value is (225,141,204). Sum of RGB (Red+Green+Blue) = 225+141+204=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 141 (55.47% from 255 or 24.74% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E18DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18DCC is #1E7233. Grayscale: #ADADAD. Windows color (decimal): -1995316 or 13405665. OLE color: 13405665.
HSL color Cylindrical-coordinate representation of color #E18DCC: hue angle of 315º 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 #E18DCC is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 141 | 204 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.12 |
| HSL | 315º | 0.58% | 0.72% | - |
| HSV(B) | 315º | 0.37% | 0.88% | - |
| XYZ | 51.48 | 39.42 | 62.02 | - |
| YUV | 173.3 | 145.33 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 141 | 204 | 0 | 0.37 | 0.09 | 0.12 | 315 | 0.58 | 0.72 |
| Hex | E1 | 8D | CC | 0 | 25 | 9 | C | 13B | 3A | 48 |
| Octal | 341 | 215 | 314 | 0 | 45 | 11 | 14 | 473 | 72 | 110 |
| Binary | 11100001 | 10001101 | 11001100 | 0 | 100101 | 1001 | 1100 | 100111011 | 111010 | 1001000 |
Color Harmonies of #E18DCC
Complementary color
Monochromatic Colors of #E18DCC
Black with #E18DCC
Text Example
Text Example
White with #E18DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18DCC; }
p { color: rgb(225,141,204); }
H1.HeaderClassName
{
color: #E18DCC;
}
.AnyTagClassName
{
color: #E18DCC;
}
</style>
background-color css
<style>
a { background-color: #E18DCC; }
a { background-color: rgb(225,141,204); }
div.DivClassName
{
background-color: #E18DCC;
}
.BgClassName
{
background-color: #E18DCC;
}
</style>
border-color css
<style>
span { border-color: #E18DCC; }
span { border-color: rgb(225,141,204); }
td.TdClassName
{
border-color: #E18DCC;
}
.TagClassName
{
border-color: #E18DCC;
}
</style>