Shades of Shocking #E18CC6
Tints of Shocking #E18CC6
RGB
CMYK
RGB Variations
Color information
#E18CC6 (or 0xE18CC6) is known color: Shocking. HEX triplet: E1, 8C and C6. RGB value is (225,140,198). Sum of RGB (Red+Green+Blue) = 225+140+198=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 140 (55.08% from 255 or 24.87% from 563); Blue value is 198 (77.73% from 255 or 35.17% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E18CC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18CC6 is #1E7339. Grayscale: #ABABAB. Windows color (decimal): -1995578 or 13012193. OLE color: 13012193.
HSL color Cylindrical-coordinate representation of color #E18CC6: hue angle of 319.06º 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 #E18CC6 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 140 | 198 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.12 |
| HSL | 319.06º | 0.59% | 0.72% | - |
| HSV(B) | 319.06º | 0.38% | 0.88% | - |
| XYZ | 50.62 | 38.84 | 58.26 | - |
| YUV | 172.03 | 142.66 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 140 | 198 | 0 | 0.38 | 0.12 | 0.12 | 319.06 | 0.59 | 0.72 |
| Hex | E1 | 8C | C6 | 0 | 26 | C | C | 13F | 3B | 48 |
| Octal | 341 | 214 | 306 | 0 | 46 | 14 | 14 | 477 | 73 | 110 |
| Binary | 11100001 | 10001100 | 11000110 | 0 | 100110 | 1100 | 1100 | 100111111 | 111011 | 1001000 |
Color Harmonies of #E18CC6
Complementary color
Monochromatic Colors of #E18CC6
Black with #E18CC6
Text Example
Text Example
White with #E18CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18CC6; }
p { color: rgb(225,140,198); }
H1.HeaderClassName
{
color: #E18CC6;
}
.AnyTagClassName
{
color: #E18CC6;
}
</style>
background-color css
<style>
a { background-color: #E18CC6; }
a { background-color: rgb(225,140,198); }
div.DivClassName
{
background-color: #E18CC6;
}
.BgClassName
{
background-color: #E18CC6;
}
</style>
border-color css
<style>
span { border-color: #E18CC6; }
span { border-color: rgb(225,140,198); }
td.TdClassName
{
border-color: #E18CC6;
}
.TagClassName
{
border-color: #E18CC6;
}
</style>