Shades of Plum #E594E9
Tints of Plum #E594E9
RGB
CMYK
RGB Variations
Color information
#E594E9 (or 0xE594E9) is known color: Plum. HEX triplet: E5, 94 and E9. RGB value is (229,148,233). Sum of RGB (Red+Green+Blue) = 229+148+233=610 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.54% from 610); Green value is 148 (58.20% from 255 or 24.26% from 610); Blue value is 233 (91.41% from 255 or 38.20% from 610); Max value from RGB is 233 - color contains mainly: blue. Hex color #E594E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E594E9 is #1A6B16. Grayscale: #B5B5B5. Windows color (decimal): -1731351 or 15308005. OLE color: 15308005.
HSL color Cylindrical-coordinate representation of color #E594E9: hue angle of 297.18º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E594E9 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 148 | 233 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.09 |
| HSL | 297.18º | 0.66% | 0.75% | - |
| HSV(B) | 297.18º | 0.36% | 0.91% | - |
| XYZ | 57.61 | 43.72 | 82.49 | - |
| YUV | 181.91 | 156.84 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 233 | 0.02 | 0.36 | 0 | 0.09 | 297.18 | 0.66 | 0.75 |
| Hex | E5 | 94 | E9 | 2 | 24 | 0 | 9 | 129 | 42 | 4B |
| Octal | 345 | 224 | 351 | 2 | 44 | 0 | 11 | 451 | 102 | 113 |
| Binary | 11100101 | 10010100 | 11101001 | 10 | 100100 | 0 | 1001 | 100101001 | 1000010 | 1001011 |
Color Harmonies of #E594E9
Complementary color
Monochromatic Colors of #E594E9
Black with #E594E9
Text Example
Text Example
White with #E594E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E594E9; }
p { color: rgb(229,148,233); }
H1.HeaderClassName
{
color: #E594E9;
}
.AnyTagClassName
{
color: #E594E9;
}
</style>
background-color css
<style>
a { background-color: #E594E9; }
a { background-color: rgb(229,148,233); }
div.DivClassName
{
background-color: #E594E9;
}
.BgClassName
{
background-color: #E594E9;
}
</style>
border-color css
<style>
span { border-color: #E594E9; }
span { border-color: rgb(229,148,233); }
td.TdClassName
{
border-color: #E594E9;
}
.TagClassName
{
border-color: #E594E9;
}
</style>