Shades of Shocking #E18CCA
Tints of Shocking #E18CCA
RGB
CMYK
RGB Variations
Color information
#E18CCA (or 0xE18CCA) is known color: Shocking. HEX triplet: E1, 8C and CA. RGB value is (225,140,202). Sum of RGB (Red+Green+Blue) = 225+140+202=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 140 (55.08% from 255 or 24.69% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 225 - color contains mainly: red. Hex color #E18CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18CCA is #1E7335. Grayscale: #ACACAC. Windows color (decimal): -1995574 or 13274337. OLE color: 13274337.
HSL color Cylindrical-coordinate representation of color #E18CCA: hue angle of 316.24º 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 #E18CCA is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 140 | 202 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.12 |
| HSL | 316.24º | 0.59% | 0.72% | - |
| HSV(B) | 316.24º | 0.38% | 0.88% | - |
| XYZ | 51.09 | 39.03 | 60.72 | - |
| YUV | 172.48 | 144.66 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 140 | 202 | 0 | 0.38 | 0.10 | 0.12 | 316.24 | 0.59 | 0.72 |
| Hex | E1 | 8C | CA | 0 | 26 | A | C | 13C | 3B | 48 |
| Octal | 341 | 214 | 312 | 0 | 46 | 12 | 14 | 474 | 73 | 110 |
| Binary | 11100001 | 10001100 | 11001010 | 0 | 100110 | 1010 | 1100 | 100111100 | 111011 | 1001000 |
Color Harmonies of #E18CCA
Complementary color
Monochromatic Colors of #E18CCA
Black with #E18CCA
Text Example
Text Example
White with #E18CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18CCA; }
p { color: rgb(225,140,202); }
H1.HeaderClassName
{
color: #E18CCA;
}
.AnyTagClassName
{
color: #E18CCA;
}
</style>
background-color css
<style>
a { background-color: #E18CCA; }
a { background-color: rgb(225,140,202); }
div.DivClassName
{
background-color: #E18CCA;
}
.BgClassName
{
background-color: #E18CCA;
}
</style>
border-color css
<style>
span { border-color: #E18CCA; }
span { border-color: rgb(225,140,202); }
td.TdClassName
{
border-color: #E18CCA;
}
.TagClassName
{
border-color: #E18CCA;
}
</style>