Shades of Shocking #E18AC0
Tints of Shocking #E18AC0
RGB
CMYK
RGB Variations
Color information
#E18AC0 (or 0xE18AC0) is known color: Shocking. HEX triplet: E1, 8A and C0. RGB value is (225,138,192). Sum of RGB (Red+Green+Blue) = 225+138+192=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 138 (54.30% from 255 or 24.86% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E18AC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18AC0 is #1E753F. Grayscale: #AAAAAA. Windows color (decimal): -1996096 or 12618465. OLE color: 12618465.
HSL color Cylindrical-coordinate representation of color #E18AC0: hue angle of 322.76º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E18AC0 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 192 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.12 |
| HSL | 322.76º | 0.59% | 0.71% | - |
| HSV(B) | 322.76º | 0.39% | 0.88% | - |
| XYZ | 49.65 | 37.99 | 54.58 | - |
| YUV | 170.17 | 140.32 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 192 | 0 | 0.39 | 0.15 | 0.12 | 322.76 | 0.59 | 0.71 |
| Hex | E1 | 8A | C0 | 0 | 27 | F | C | 143 | 3B | 47 |
| Octal | 341 | 212 | 300 | 0 | 47 | 17 | 14 | 503 | 73 | 107 |
| Binary | 11100001 | 10001010 | 11000000 | 0 | 100111 | 1111 | 1100 | 101000011 | 111011 | 1000111 |
Color Harmonies of #E18AC0
Complementary color
Monochromatic Colors of #E18AC0
Black with #E18AC0
Text Example
Text Example
White with #E18AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18AC0; }
p { color: rgb(225,138,192); }
H1.HeaderClassName
{
color: #E18AC0;
}
.AnyTagClassName
{
color: #E18AC0;
}
</style>
background-color css
<style>
a { background-color: #E18AC0; }
a { background-color: rgb(225,138,192); }
div.DivClassName
{
background-color: #E18AC0;
}
.BgClassName
{
background-color: #E18AC0;
}
</style>
border-color css
<style>
span { border-color: #E18AC0; }
span { border-color: rgb(225,138,192); }
td.TdClassName
{
border-color: #E18AC0;
}
.TagClassName
{
border-color: #E18AC0;
}
</style>