Shades of Plum #E590E0
Tints of Plum #E590E0
RGB
CMYK
RGB Variations
Color information
#E590E0 (or 0xE590E0) is known color: Plum. HEX triplet: E5, 90 and E0. RGB value is (229,144,224). Sum of RGB (Red+Green+Blue) = 229+144+224=597 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.36% from 597); Green value is 144 (56.64% from 255 or 24.12% from 597); Blue value is 224 (87.89% from 255 or 37.52% from 597); Max value from RGB is 229 - color contains mainly: red. Hex color #E590E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E590E0 is #1A6F1F. Grayscale: #B2B2B2. Windows color (decimal): -1732384 or 14717157. OLE color: 14717157.
HSL color Cylindrical-coordinate representation of color #E590E0: hue angle of 303.53º 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 #E590E0 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 144 | 224 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.10 |
| HSL | 303.53º | 0.62% | 0.73% | - |
| HSV(B) | 303.53º | 0.37% | 0.9% | - |
| XYZ | 55.74 | 41.99 | 75.69 | - |
| YUV | 178.54 | 153.66 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 144 | 224 | 0 | 0.37 | 0.02 | 0.10 | 303.53 | 0.62 | 0.73 |
| Hex | E5 | 90 | E0 | 0 | 25 | 2 | A | 130 | 3E | 49 |
| Octal | 345 | 220 | 340 | 0 | 45 | 2 | 12 | 460 | 76 | 111 |
| Binary | 11100101 | 10010000 | 11100000 | 0 | 100101 | 10 | 1010 | 100110000 | 111110 | 1001001 |
Color Harmonies of #E590E0
Complementary color
Monochromatic Colors of #E590E0
Black with #E590E0
Text Example
Text Example
White with #E590E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E590E0; }
p { color: rgb(229,144,224); }
H1.HeaderClassName
{
color: #E590E0;
}
.AnyTagClassName
{
color: #E590E0;
}
</style>
background-color css
<style>
a { background-color: #E590E0; }
a { background-color: rgb(229,144,224); }
div.DivClassName
{
background-color: #E590E0;
}
.BgClassName
{
background-color: #E590E0;
}
</style>
border-color css
<style>
span { border-color: #E590E0; }
span { border-color: rgb(229,144,224); }
td.TdClassName
{
border-color: #E590E0;
}
.TagClassName
{
border-color: #E590E0;
}
</style>