Shades of Shocking #E189C1
Tints of Shocking #E189C1
RGB
CMYK
RGB Variations
Color information
#E189C1 (or 0xE189C1) is known color: Shocking. HEX triplet: E1, 89 and C1. RGB value is (225,137,193). Sum of RGB (Red+Green+Blue) = 225+137+193=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 137 (53.91% from 255 or 24.68% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E189C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E189C1 is #1E763E. Grayscale: #A9A9A9. Windows color (decimal): -1996351 or 12683745. OLE color: 12683745.
HSL color Cylindrical-coordinate representation of color #E189C1: hue angle of 321.82º 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 #E189C1 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 137 | 193 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.12 |
| HSL | 321.82º | 0.59% | 0.71% | - |
| HSV(B) | 321.82º | 0.39% | 0.88% | - |
| XYZ | 49.62 | 37.75 | 55.12 | - |
| YUV | 169.7 | 141.15 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 137 | 193 | 0 | 0.39 | 0.14 | 0.12 | 321.82 | 0.59 | 0.71 |
| Hex | E1 | 89 | C1 | 0 | 27 | E | C | 142 | 3B | 47 |
| Octal | 341 | 211 | 301 | 0 | 47 | 16 | 14 | 502 | 73 | 107 |
| Binary | 11100001 | 10001001 | 11000001 | 0 | 100111 | 1110 | 1100 | 101000010 | 111011 | 1000111 |
Color Harmonies of #E189C1
Complementary color
Monochromatic Colors of #E189C1
Black with #E189C1
Text Example
Text Example
White with #E189C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E189C1; }
p { color: rgb(225,137,193); }
H1.HeaderClassName
{
color: #E189C1;
}
.AnyTagClassName
{
color: #E189C1;
}
</style>
background-color css
<style>
a { background-color: #E189C1; }
a { background-color: rgb(225,137,193); }
div.DivClassName
{
background-color: #E189C1;
}
.BgClassName
{
background-color: #E189C1;
}
</style>
border-color css
<style>
span { border-color: #E189C1; }
span { border-color: rgb(225,137,193); }
td.TdClassName
{
border-color: #E189C1;
}
.TagClassName
{
border-color: #E189C1;
}
</style>