Shades of Shocking #E189BD
Tints of Shocking #E189BD
RGB
CMYK
RGB Variations
Color information
#E189BD (or 0xE189BD) is known color: Shocking. HEX triplet: E1, 89 and BD. RGB value is (225,137,189). Sum of RGB (Red+Green+Blue) = 225+137+189=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 137 (53.91% from 255 or 24.86% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E189BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E189BD is #1E7642. Grayscale: #A9A9A9. Windows color (decimal): -1996355 or 12421601. OLE color: 12421601.
HSL color Cylindrical-coordinate representation of color #E189BD: hue angle of 324.55º 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 #E189BD is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 137 | 189 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.12 |
| HSL | 324.55º | 0.59% | 0.71% | - |
| HSV(B) | 324.55º | 0.39% | 0.88% | - |
| XYZ | 49.18 | 37.57 | 52.8 | - |
| YUV | 169.24 | 139.15 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 137 | 189 | 0 | 0.39 | 0.16 | 0.12 | 324.55 | 0.59 | 0.71 |
| Hex | E1 | 89 | BD | 0 | 27 | 10 | C | 145 | 3B | 47 |
| Octal | 341 | 211 | 275 | 0 | 47 | 20 | 14 | 505 | 73 | 107 |
| Binary | 11100001 | 10001001 | 10111101 | 0 | 100111 | 10000 | 1100 | 101000101 | 111011 | 1000111 |
Color Harmonies of #E189BD
Complementary color
Monochromatic Colors of #E189BD
Black with #E189BD
Text Example
Text Example
White with #E189BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E189BD; }
p { color: rgb(225,137,189); }
H1.HeaderClassName
{
color: #E189BD;
}
.AnyTagClassName
{
color: #E189BD;
}
</style>
background-color css
<style>
a { background-color: #E189BD; }
a { background-color: rgb(225,137,189); }
div.DivClassName
{
background-color: #E189BD;
}
.BgClassName
{
background-color: #E189BD;
}
</style>
border-color css
<style>
span { border-color: #E189BD; }
span { border-color: rgb(225,137,189); }
td.TdClassName
{
border-color: #E189BD;
}
.TagClassName
{
border-color: #E189BD;
}
</style>