Shades of Shocking #E189C0
Tints of Shocking #E189C0
RGB
CMYK
RGB Variations
Color information
#E189C0 (or 0xE189C0) is known color: Shocking. HEX triplet: E1, 89 and C0. RGB value is (225,137,192). Sum of RGB (Red+Green+Blue) = 225+137+192=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 137 (53.91% from 255 or 24.73% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E189C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E189C0 is #1E763F. Grayscale: #A9A9A9. Windows color (decimal): -1996352 or 12618209. OLE color: 12618209.
HSL color Cylindrical-coordinate representation of color #E189C0: hue angle of 322.5º 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 #E189C0 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 137 | 192 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.12 |
| HSL | 322.5º | 0.59% | 0.71% | - |
| HSV(B) | 322.5º | 0.39% | 0.88% | - |
| XYZ | 49.51 | 37.7 | 54.54 | - |
| YUV | 169.58 | 140.65 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 137 | 192 | 0 | 0.39 | 0.15 | 0.12 | 322.5 | 0.59 | 0.71 |
| Hex | E1 | 89 | C0 | 0 | 27 | F | C | 142 | 3B | 47 |
| Octal | 341 | 211 | 300 | 0 | 47 | 17 | 14 | 502 | 73 | 107 |
| Binary | 11100001 | 10001001 | 11000000 | 0 | 100111 | 1111 | 1100 | 101000010 | 111011 | 1000111 |
Color Harmonies of #E189C0
Complementary color
Monochromatic Colors of #E189C0
Black with #E189C0
Text Example
Text Example
White with #E189C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E189C0; }
p { color: rgb(225,137,192); }
H1.HeaderClassName
{
color: #E189C0;
}
.AnyTagClassName
{
color: #E189C0;
}
</style>
background-color css
<style>
a { background-color: #E189C0; }
a { background-color: rgb(225,137,192); }
div.DivClassName
{
background-color: #E189C0;
}
.BgClassName
{
background-color: #E189C0;
}
</style>
border-color css
<style>
span { border-color: #E189C0; }
span { border-color: rgb(225,137,192); }
td.TdClassName
{
border-color: #E189C0;
}
.TagClassName
{
border-color: #E189C0;
}
</style>