Shades of Shocking #E188C2
Tints of Shocking #E188C2
RGB
CMYK
RGB Variations
Color information
#E188C2 (or 0xE188C2) is known color: Shocking. HEX triplet: E1, 88 and C2. RGB value is (225,136,194). Sum of RGB (Red+Green+Blue) = 225+136+194=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 136 (53.52% from 255 or 24.50% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E188C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E188C2 is #1E773D. Grayscale: #A9A9A9. Windows color (decimal): -1996606 or 12749025. OLE color: 12749025.
HSL color Cylindrical-coordinate representation of color #E188C2: hue angle of 320.9º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E188C2 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 136 | 194 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.12 |
| HSL | 320.9º | 0.6% | 0.71% | - |
| HSV(B) | 320.9º | 0.4% | 0.88% | - |
| XYZ | 49.59 | 37.51 | 55.67 | - |
| YUV | 169.22 | 141.99 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 136 | 194 | 0 | 0.40 | 0.14 | 0.12 | 320.9 | 0.6 | 0.71 |
| Hex | E1 | 88 | C2 | 0 | 28 | E | C | 141 | 3C | 47 |
| Octal | 341 | 210 | 302 | 0 | 50 | 16 | 14 | 501 | 74 | 107 |
| Binary | 11100001 | 10001000 | 11000010 | 0 | 101000 | 1110 | 1100 | 101000001 | 111100 | 1000111 |
Color Harmonies of #E188C2
Complementary color
Monochromatic Colors of #E188C2
Black with #E188C2
Text Example
Text Example
White with #E188C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E188C2; }
p { color: rgb(225,136,194); }
H1.HeaderClassName
{
color: #E188C2;
}
.AnyTagClassName
{
color: #E188C2;
}
</style>
background-color css
<style>
a { background-color: #E188C2; }
a { background-color: rgb(225,136,194); }
div.DivClassName
{
background-color: #E188C2;
}
.BgClassName
{
background-color: #E188C2;
}
</style>
border-color css
<style>
span { border-color: #E188C2; }
span { border-color: rgb(225,136,194); }
td.TdClassName
{
border-color: #E188C2;
}
.TagClassName
{
border-color: #E188C2;
}
</style>