Shades of Shocking #E591CE
Tints of Shocking #E591CE
RGB
CMYK
RGB Variations
Color information
#E591CE (or 0xE591CE) is known color: Shocking. HEX triplet: E5, 91 and CE. RGB value is (229,145,206). Sum of RGB (Red+Green+Blue) = 229+145+206=580 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.48% from 580); Green value is 145 (57.03% from 255 or 25% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 229 - color contains mainly: red. Hex color #E591CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E591CE is #1A6E31. Grayscale: #B0B0B0. Windows color (decimal): -1732146 or 13537765. OLE color: 13537765.
HSL color Cylindrical-coordinate representation of color #E591CE: hue angle of 316.43º 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 #E591CE is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 145 | 206 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.10 |
| HSL | 316.43º | 0.62% | 0.73% | - |
| HSV(B) | 316.43º | 0.37% | 0.9% | - |
| XYZ | 53.58 | 41.37 | 63.55 | - |
| YUV | 177.07 | 144.33 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 145 | 206 | 0 | 0.37 | 0.10 | 0.10 | 316.43 | 0.62 | 0.73 |
| Hex | E5 | 91 | CE | 0 | 25 | A | A | 13C | 3E | 49 |
| Octal | 345 | 221 | 316 | 0 | 45 | 12 | 12 | 474 | 76 | 111 |
| Binary | 11100101 | 10010001 | 11001110 | 0 | 100101 | 1010 | 1010 | 100111100 | 111110 | 1001001 |
Color Harmonies of #E591CE
Complementary color
Monochromatic Colors of #E591CE
Black with #E591CE
Text Example
Text Example
White with #E591CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E591CE; }
p { color: rgb(229,145,206); }
H1.HeaderClassName
{
color: #E591CE;
}
.AnyTagClassName
{
color: #E591CE;
}
</style>
background-color css
<style>
a { background-color: #E591CE; }
a { background-color: rgb(229,145,206); }
div.DivClassName
{
background-color: #E591CE;
}
.BgClassName
{
background-color: #E591CE;
}
</style>
border-color css
<style>
span { border-color: #E591CE; }
span { border-color: rgb(229,145,206); }
td.TdClassName
{
border-color: #E591CE;
}
.TagClassName
{
border-color: #E591CE;
}
</style>