Shades of Shocking #E189BA
Tints of Shocking #E189BA
RGB
CMYK
RGB Variations
Color information
#E189BA (or 0xE189BA) is known color: Shocking. HEX triplet: E1, 89 and BA. RGB value is (225,137,186). Sum of RGB (Red+Green+Blue) = 225+137+186=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 137 (53.91% from 255 or 25% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E189BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E189BA is #1E7645. Grayscale: #A8A8A8. Windows color (decimal): -1996358 or 12224993. OLE color: 12224993.
HSL color Cylindrical-coordinate representation of color #E189BA: hue angle of 326.59º 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 #E189BA is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 137 | 186 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.12 |
| HSL | 326.59º | 0.59% | 0.71% | - |
| HSV(B) | 326.59º | 0.39% | 0.88% | - |
| XYZ | 48.86 | 37.44 | 51.11 | - |
| YUV | 168.9 | 137.65 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 137 | 186 | 0 | 0.39 | 0.17 | 0.12 | 326.59 | 0.59 | 0.71 |
| Hex | E1 | 89 | BA | 0 | 27 | 11 | C | 147 | 3B | 47 |
| Octal | 341 | 211 | 272 | 0 | 47 | 21 | 14 | 507 | 73 | 107 |
| Binary | 11100001 | 10001001 | 10111010 | 0 | 100111 | 10001 | 1100 | 101000111 | 111011 | 1000111 |
Color Harmonies of #E189BA
Complementary color
Monochromatic Colors of #E189BA
Black with #E189BA
Text Example
Text Example
White with #E189BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E189BA; }
p { color: rgb(225,137,186); }
H1.HeaderClassName
{
color: #E189BA;
}
.AnyTagClassName
{
color: #E189BA;
}
</style>
background-color css
<style>
a { background-color: #E189BA; }
a { background-color: rgb(225,137,186); }
div.DivClassName
{
background-color: #E189BA;
}
.BgClassName
{
background-color: #E189BA;
}
</style>
border-color css
<style>
span { border-color: #E189BA; }
span { border-color: rgb(225,137,186); }
td.TdClassName
{
border-color: #E189BA;
}
.TagClassName
{
border-color: #E189BA;
}
</style>