Shades of Plum #E594E4
Tints of Plum #E594E4
RGB
CMYK
RGB Variations
Color information
#E594E4 (or 0xE594E4) is known color: Plum. HEX triplet: E5, 94 and E4. RGB value is (229,148,228). Sum of RGB (Red+Green+Blue) = 229+148+228=605 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.85% from 605); Green value is 148 (58.20% from 255 or 24.46% from 605); Blue value is 228 (89.45% from 255 or 37.69% from 605); Max value from RGB is 229 - color contains mainly: red. Hex color #E594E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E594E4 is #1A6B1B. Grayscale: #B5B5B5. Windows color (decimal): -1731356 or 14980325. OLE color: 14980325.
HSL color Cylindrical-coordinate representation of color #E594E4: hue angle of 300.74º 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 #E594E4 is Cyan = 0, Magento = 0.35, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 148 | 228 | - |
| CMYK | 0 | 0.35 | 0.00 | 0.10 |
| HSL | 300.74º | 0.61% | 0.74% | - |
| HSV(B) | 300.74º | 0.35% | 0.9% | - |
| XYZ | 56.91 | 43.44 | 78.78 | - |
| YUV | 181.34 | 154.34 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 228 | 0 | 0.35 | 0.00 | 0.10 | 300.74 | 0.61 | 0.74 |
| Hex | E5 | 94 | E4 | 0 | 23 | 0 | A | 12D | 3D | 4A |
| Octal | 345 | 224 | 344 | 0 | 43 | 0 | 12 | 455 | 75 | 112 |
| Binary | 11100101 | 10010100 | 11100100 | 0 | 100011 | 0 | 1010 | 100101101 | 111101 | 1001010 |
Color Harmonies of #E594E4
Complementary color
Monochromatic Colors of #E594E4
Black with #E594E4
Text Example
Text Example
White with #E594E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E594E4; }
p { color: rgb(229,148,228); }
H1.HeaderClassName
{
color: #E594E4;
}
.AnyTagClassName
{
color: #E594E4;
}
</style>
background-color css
<style>
a { background-color: #E594E4; }
a { background-color: rgb(229,148,228); }
div.DivClassName
{
background-color: #E594E4;
}
.BgClassName
{
background-color: #E594E4;
}
</style>
border-color css
<style>
span { border-color: #E594E4; }
span { border-color: rgb(229,148,228); }
td.TdClassName
{
border-color: #E594E4;
}
.TagClassName
{
border-color: #E594E4;
}
</style>