Shades of Shocking #E589BD
Tints of Shocking #E589BD
RGB
CMYK
RGB Variations
Color information
#E589BD (or 0xE589BD) is known color: Shocking. HEX triplet: E5, 89 and BD. RGB value is (229,137,189). Sum of RGB (Red+Green+Blue) = 229+137+189=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 137 (53.91% from 255 or 24.68% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E589BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E589BD is #1A7642. Grayscale: #AAAAAA. Windows color (decimal): -1734211 or 12421605. OLE color: 12421605.
HSL color Cylindrical-coordinate representation of color #E589BD: hue angle of 326.09º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E589BD is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 137 | 189 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.10 |
| HSL | 326.09º | 0.64% | 0.72% | - |
| HSV(B) | 326.09º | 0.4% | 0.9% | - |
| XYZ | 50.44 | 38.22 | 52.86 | - |
| YUV | 170.44 | 138.48 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 137 | 189 | 0 | 0.40 | 0.17 | 0.10 | 326.09 | 0.64 | 0.72 |
| Hex | E5 | 89 | BD | 0 | 28 | 11 | A | 146 | 40 | 48 |
| Octal | 345 | 211 | 275 | 0 | 50 | 21 | 12 | 506 | 100 | 110 |
| Binary | 11100101 | 10001001 | 10111101 | 0 | 101000 | 10001 | 1010 | 101000110 | 1000000 | 1001000 |
Color Harmonies of #E589BD
Complementary color
Monochromatic Colors of #E589BD
Black with #E589BD
Text Example
Text Example
White with #E589BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E589BD; }
p { color: rgb(229,137,189); }
H1.HeaderClassName
{
color: #E589BD;
}
.AnyTagClassName
{
color: #E589BD;
}
</style>
background-color css
<style>
a { background-color: #E589BD; }
a { background-color: rgb(229,137,189); }
div.DivClassName
{
background-color: #E589BD;
}
.BgClassName
{
background-color: #E589BD;
}
</style>
border-color css
<style>
span { border-color: #E589BD; }
span { border-color: rgb(229,137,189); }
td.TdClassName
{
border-color: #E589BD;
}
.TagClassName
{
border-color: #E589BD;
}
</style>