Shades of Shocking #E590CE
Tints of Shocking #E590CE
RGB
CMYK
RGB Variations
Color information
#E590CE (or 0xE590CE) is known color: Shocking. HEX triplet: E5, 90 and CE. RGB value is (229,144,206). Sum of RGB (Red+Green+Blue) = 229+144+206=579 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.55% from 579); Green value is 144 (56.64% from 255 or 24.87% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 229 - color contains mainly: red. Hex color #E590CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E590CE is #1A6F31. Grayscale: #B0B0B0. Windows color (decimal): -1732402 or 13537509. OLE color: 13537509.
HSL color Cylindrical-coordinate representation of color #E590CE: hue angle of 316.24º 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 #E590CE is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 144 | 206 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.10 |
| HSL | 316.24º | 0.62% | 0.73% | - |
| HSV(B) | 316.24º | 0.37% | 0.9% | - |
| XYZ | 53.43 | 41.06 | 63.5 | - |
| YUV | 176.48 | 144.66 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 144 | 206 | 0 | 0.37 | 0.10 | 0.10 | 316.24 | 0.62 | 0.73 |
| Hex | E5 | 90 | CE | 0 | 25 | A | A | 13C | 3E | 49 |
| Octal | 345 | 220 | 316 | 0 | 45 | 12 | 12 | 474 | 76 | 111 |
| Binary | 11100101 | 10010000 | 11001110 | 0 | 100101 | 1010 | 1010 | 100111100 | 111110 | 1001001 |
Color Harmonies of #E590CE
Complementary color
Monochromatic Colors of #E590CE
Black with #E590CE
Text Example
Text Example
White with #E590CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E590CE; }
p { color: rgb(229,144,206); }
H1.HeaderClassName
{
color: #E590CE;
}
.AnyTagClassName
{
color: #E590CE;
}
</style>
background-color css
<style>
a { background-color: #E590CE; }
a { background-color: rgb(229,144,206); }
div.DivClassName
{
background-color: #E590CE;
}
.BgClassName
{
background-color: #E590CE;
}
</style>
border-color css
<style>
span { border-color: #E590CE; }
span { border-color: rgb(229,144,206); }
td.TdClassName
{
border-color: #E590CE;
}
.TagClassName
{
border-color: #E590CE;
}
</style>