Shades of Shocking #E18CCC
Tints of Shocking #E18CCC
RGB
CMYK
RGB Variations
Color information
#E18CCC (or 0xE18CCC) is known color: Shocking. HEX triplet: E1, 8C and CC. RGB value is (225,140,204). Sum of RGB (Red+Green+Blue) = 225+140+204=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 140 (55.08% from 255 or 24.60% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 225 - color contains mainly: red. Hex color #E18CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18CCC is #1E7333. Grayscale: #ACACAC. Windows color (decimal): -1995572 or 13405409. OLE color: 13405409.
HSL color Cylindrical-coordinate representation of color #E18CCC: hue angle of 314.82º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E18CCC is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 140 | 204 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.12 |
| HSL | 314.82º | 0.59% | 0.72% | - |
| HSV(B) | 314.82º | 0.38% | 0.88% | - |
| XYZ | 51.33 | 39.12 | 61.97 | - |
| YUV | 172.71 | 145.66 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 140 | 204 | 0 | 0.38 | 0.09 | 0.12 | 314.82 | 0.59 | 0.72 |
| Hex | E1 | 8C | CC | 0 | 26 | 9 | C | 13B | 3B | 48 |
| Octal | 341 | 214 | 314 | 0 | 46 | 11 | 14 | 473 | 73 | 110 |
| Binary | 11100001 | 10001100 | 11001100 | 0 | 100110 | 1001 | 1100 | 100111011 | 111011 | 1001000 |
Color Harmonies of #E18CCC
Complementary color
Monochromatic Colors of #E18CCC
Black with #E18CCC
Text Example
Text Example
White with #E18CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18CCC; }
p { color: rgb(225,140,204); }
H1.HeaderClassName
{
color: #E18CCC;
}
.AnyTagClassName
{
color: #E18CCC;
}
</style>
background-color css
<style>
a { background-color: #E18CCC; }
a { background-color: rgb(225,140,204); }
div.DivClassName
{
background-color: #E18CCC;
}
.BgClassName
{
background-color: #E18CCC;
}
</style>
border-color css
<style>
span { border-color: #E18CCC; }
span { border-color: rgb(225,140,204); }
td.TdClassName
{
border-color: #E18CCC;
}
.TagClassName
{
border-color: #E18CCC;
}
</style>