Shades of Shocking #E591BD
Tints of Shocking #E591BD
RGB
CMYK
RGB Variations
Color information
#E591BD (or 0xE591BD) is known color: Shocking. HEX triplet: E5, 91 and BD. RGB value is (229,145,189). Sum of RGB (Red+Green+Blue) = 229+145+189=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 145 (57.03% from 255 or 25.75% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 229 - color contains mainly: red. Hex color #E591BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E591BD is #1A6E42. Grayscale: #AFAFAF. Windows color (decimal): -1732163 or 12423653. OLE color: 12423653.
HSL color Cylindrical-coordinate representation of color #E591BD: hue angle of 328.57º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E591BD is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 145 | 189 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.10 |
| HSL | 328.57º | 0.62% | 0.73% | - |
| HSV(B) | 328.57º | 0.37% | 0.9% | - |
| XYZ | 51.62 | 40.58 | 53.26 | - |
| YUV | 175.13 | 135.83 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 145 | 189 | 0 | 0.37 | 0.17 | 0.10 | 328.57 | 0.62 | 0.73 |
| Hex | E5 | 91 | BD | 0 | 25 | 11 | A | 149 | 3E | 49 |
| Octal | 345 | 221 | 275 | 0 | 45 | 21 | 12 | 511 | 76 | 111 |
| Binary | 11100101 | 10010001 | 10111101 | 0 | 100101 | 10001 | 1010 | 101001001 | 111110 | 1001001 |
Color Harmonies of #E591BD
Complementary color
Monochromatic Colors of #E591BD
Black with #E591BD
Text Example
Text Example
White with #E591BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E591BD; }
p { color: rgb(229,145,189); }
H1.HeaderClassName
{
color: #E591BD;
}
.AnyTagClassName
{
color: #E591BD;
}
</style>
background-color css
<style>
a { background-color: #E591BD; }
a { background-color: rgb(229,145,189); }
div.DivClassName
{
background-color: #E591BD;
}
.BgClassName
{
background-color: #E591BD;
}
</style>
border-color css
<style>
span { border-color: #E591BD; }
span { border-color: rgb(229,145,189); }
td.TdClassName
{
border-color: #E591BD;
}
.TagClassName
{
border-color: #E591BD;
}
</style>