Shades of Plum #E594E0
Tints of Plum #E594E0
RGB
CMYK
RGB Variations
Color information
#E594E0 (or 0xE594E0) is known color: Plum. HEX triplet: E5, 94 and E0. RGB value is (229,148,224). Sum of RGB (Red+Green+Blue) = 229+148+224=601 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.10% from 601); Green value is 148 (58.20% from 255 or 24.63% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 229 - color contains mainly: red. Hex color #E594E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E594E0 is #1A6B1F. Grayscale: #B4B4B4. Windows color (decimal): -1731360 or 14718181. OLE color: 14718181.
HSL color Cylindrical-coordinate representation of color #E594E0: hue angle of 303.7º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E594E0 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 148 | 224 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.10 |
| HSL | 303.7º | 0.61% | 0.74% | - |
| HSV(B) | 303.7º | 0.35% | 0.9% | - |
| XYZ | 56.36 | 43.22 | 75.89 | - |
| YUV | 180.88 | 152.34 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 224 | 0 | 0.35 | 0.02 | 0.10 | 303.7 | 0.61 | 0.74 |
| Hex | E5 | 94 | E0 | 0 | 23 | 2 | A | 130 | 3D | 4A |
| Octal | 345 | 224 | 340 | 0 | 43 | 2 | 12 | 460 | 75 | 112 |
| Binary | 11100101 | 10010100 | 11100000 | 0 | 100011 | 10 | 1010 | 100110000 | 111101 | 1001010 |
Color Harmonies of #E594E0
Complementary color
Monochromatic Colors of #E594E0
Black with #E594E0
Text Example
Text Example
White with #E594E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E594E0; }
p { color: rgb(229,148,224); }
H1.HeaderClassName
{
color: #E594E0;
}
.AnyTagClassName
{
color: #E594E0;
}
</style>
background-color css
<style>
a { background-color: #E594E0; }
a { background-color: rgb(229,148,224); }
div.DivClassName
{
background-color: #E594E0;
}
.BgClassName
{
background-color: #E594E0;
}
</style>
border-color css
<style>
span { border-color: #E594E0; }
span { border-color: rgb(229,148,224); }
td.TdClassName
{
border-color: #E594E0;
}
.TagClassName
{
border-color: #E594E0;
}
</style>