Shades of Shocking #E591C4
Tints of Shocking #E591C4
RGB
CMYK
RGB Variations
Color information
#E591C4 (or 0xE591C4) is known color: Shocking. HEX triplet: E5, 91 and C4. RGB value is (229,145,196). Sum of RGB (Red+Green+Blue) = 229+145+196=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 145 (57.03% from 255 or 25.44% from 570); Blue value is 196 (76.95% from 255 or 34.39% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E591C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E591C4 is #1A6E3B. Grayscale: #AFAFAF. Windows color (decimal): -1732156 or 12882405. OLE color: 12882405.
HSL color Cylindrical-coordinate representation of color #E591C4: hue angle of 323.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 #E591C4 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 145 | 196 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.10 |
| HSL | 323.57º | 0.62% | 0.73% | - |
| HSV(B) | 323.57º | 0.37% | 0.9% | - |
| XYZ | 52.4 | 40.89 | 57.36 | - |
| YUV | 175.93 | 139.33 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 145 | 196 | 0 | 0.37 | 0.14 | 0.10 | 323.57 | 0.62 | 0.73 |
| Hex | E5 | 91 | C4 | 0 | 25 | E | A | 144 | 3E | 49 |
| Octal | 345 | 221 | 304 | 0 | 45 | 16 | 12 | 504 | 76 | 111 |
| Binary | 11100101 | 10010001 | 11000100 | 0 | 100101 | 1110 | 1010 | 101000100 | 111110 | 1001001 |
Color Harmonies of #E591C4
Complementary color
Monochromatic Colors of #E591C4
Black with #E591C4
Text Example
Text Example
White with #E591C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E591C4; }
p { color: rgb(229,145,196); }
H1.HeaderClassName
{
color: #E591C4;
}
.AnyTagClassName
{
color: #E591C4;
}
</style>
background-color css
<style>
a { background-color: #E591C4; }
a { background-color: rgb(229,145,196); }
div.DivClassName
{
background-color: #E591C4;
}
.BgClassName
{
background-color: #E591C4;
}
</style>
border-color css
<style>
span { border-color: #E591C4; }
span { border-color: rgb(229,145,196); }
td.TdClassName
{
border-color: #E591C4;
}
.TagClassName
{
border-color: #E591C4;
}
</style>