Shades of Shocking #E189B5
Tints of Shocking #E189B5
RGB
CMYK
RGB Variations
Color information
#E189B5 (or 0xE189B5) is known color: Shocking. HEX triplet: E1, 89 and B5. RGB value is (225,137,181). Sum of RGB (Red+Green+Blue) = 225+137+181=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 137 (53.91% from 255 or 25.23% from 543); Blue value is 181 (71.09% from 255 or 33.33% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E189B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E189B5 is #1E764A. Grayscale: #A8A8A8. Windows color (decimal): -1996363 or 11897313. OLE color: 11897313.
HSL color Cylindrical-coordinate representation of color #E189B5: hue angle of 330º 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 #E189B5 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 137 | 181 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.12 |
| HSL | 330º | 0.59% | 0.71% | - |
| HSV(B) | 330º | 0.39% | 0.88% | - |
| XYZ | 48.34 | 37.24 | 48.36 | - |
| YUV | 168.33 | 135.15 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 137 | 181 | 0 | 0.39 | 0.20 | 0.12 | 330 | 0.59 | 0.71 |
| Hex | E1 | 89 | B5 | 0 | 27 | 14 | C | 14A | 3B | 47 |
| Octal | 341 | 211 | 265 | 0 | 47 | 24 | 14 | 512 | 73 | 107 |
| Binary | 11100001 | 10001001 | 10110101 | 0 | 100111 | 10100 | 1100 | 101001010 | 111011 | 1000111 |
Color Harmonies of #E189B5
Complementary color
Monochromatic Colors of #E189B5
Black with #E189B5
Text Example
Text Example
White with #E189B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E189B5; }
p { color: rgb(225,137,181); }
H1.HeaderClassName
{
color: #E189B5;
}
.AnyTagClassName
{
color: #E189B5;
}
</style>
background-color css
<style>
a { background-color: #E189B5; }
a { background-color: rgb(225,137,181); }
div.DivClassName
{
background-color: #E189B5;
}
.BgClassName
{
background-color: #E189B5;
}
</style>
border-color css
<style>
span { border-color: #E189B5; }
span { border-color: rgb(225,137,181); }
td.TdClassName
{
border-color: #E189B5;
}
.TagClassName
{
border-color: #E189B5;
}
</style>