Shades of Shocking #E590C5
Tints of Shocking #E590C5
RGB
CMYK
RGB Variations
Color information
#E590C5 (or 0xE590C5) is known color: Shocking. HEX triplet: E5, 90 and C5. RGB value is (229,144,197). Sum of RGB (Red+Green+Blue) = 229+144+197=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E590C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E590C5 is #1A6F3A. Grayscale: #AFAFAF. Windows color (decimal): -1732411 or 12947685. OLE color: 12947685.
HSL color Cylindrical-coordinate representation of color #E590C5: hue angle of 322.59º 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 #E590C5 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 144 | 197 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.10 |
| HSL | 322.59º | 0.62% | 0.73% | - |
| HSV(B) | 322.59º | 0.37% | 0.9% | - |
| XYZ | 52.36 | 40.64 | 57.91 | - |
| YUV | 175.46 | 140.16 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 144 | 197 | 0 | 0.37 | 0.14 | 0.10 | 322.59 | 0.62 | 0.73 |
| Hex | E5 | 90 | C5 | 0 | 25 | E | A | 143 | 3E | 49 |
| Octal | 345 | 220 | 305 | 0 | 45 | 16 | 12 | 503 | 76 | 111 |
| Binary | 11100101 | 10010000 | 11000101 | 0 | 100101 | 1110 | 1010 | 101000011 | 111110 | 1001001 |
Color Harmonies of #E590C5
Complementary color
Monochromatic Colors of #E590C5
Black with #E590C5
Text Example
Text Example
White with #E590C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E590C5; }
p { color: rgb(229,144,197); }
H1.HeaderClassName
{
color: #E590C5;
}
.AnyTagClassName
{
color: #E590C5;
}
</style>
background-color css
<style>
a { background-color: #E590C5; }
a { background-color: rgb(229,144,197); }
div.DivClassName
{
background-color: #E590C5;
}
.BgClassName
{
background-color: #E590C5;
}
</style>
border-color css
<style>
span { border-color: #E590C5; }
span { border-color: rgb(229,144,197); }
td.TdClassName
{
border-color: #E590C5;
}
.TagClassName
{
border-color: #E590C5;
}
</style>