Shades of Shocking #E591B5
Tints of Shocking #E591B5
RGB
CMYK
RGB Variations
Color information
#E591B5 (or 0xE591B5) is known color: Shocking. HEX triplet: E5, 91 and B5. RGB value is (229,145,181). Sum of RGB (Red+Green+Blue) = 229+145+181=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 145 (57.03% from 255 or 26.13% from 555); Blue value is 181 (71.09% from 255 or 32.61% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E591B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E591B5 is #1A6E4A. Grayscale: #AEAEAE. Windows color (decimal): -1732171 or 11899365. OLE color: 11899365.
HSL color Cylindrical-coordinate representation of color #E591B5: hue angle of 334.29º 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 #E591B5 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 145 | 181 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.10 |
| HSL | 334.29º | 0.62% | 0.73% | - |
| HSV(B) | 334.29º | 0.37% | 0.9% | - |
| XYZ | 50.78 | 40.25 | 48.81 | - |
| YUV | 174.22 | 131.83 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 145 | 181 | 0 | 0.37 | 0.21 | 0.10 | 334.29 | 0.62 | 0.73 |
| Hex | E5 | 91 | B5 | 0 | 25 | 15 | A | 14E | 3E | 49 |
| Octal | 345 | 221 | 265 | 0 | 45 | 25 | 12 | 516 | 76 | 111 |
| Binary | 11100101 | 10010001 | 10110101 | 0 | 100101 | 10101 | 1010 | 101001110 | 111110 | 1001001 |
Color Harmonies of #E591B5
Complementary color
Monochromatic Colors of #E591B5
Black with #E591B5
Text Example
Text Example
White with #E591B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E591B5; }
p { color: rgb(229,145,181); }
H1.HeaderClassName
{
color: #E591B5;
}
.AnyTagClassName
{
color: #E591B5;
}
</style>
background-color css
<style>
a { background-color: #E591B5; }
a { background-color: rgb(229,145,181); }
div.DivClassName
{
background-color: #E591B5;
}
.BgClassName
{
background-color: #E591B5;
}
</style>
border-color css
<style>
span { border-color: #E591B5; }
span { border-color: rgb(229,145,181); }
td.TdClassName
{
border-color: #E591B5;
}
.TagClassName
{
border-color: #E591B5;
}
</style>