Shades of Plum #E594E7
Tints of Plum #E594E7
RGB
CMYK
RGB Variations
Color information
#E594E7 (or 0xE594E7) is known color: Plum. HEX triplet: E5, 94 and E7. RGB value is (229,148,231). Sum of RGB (Red+Green+Blue) = 229+148+231=608 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.66% from 608); Green value is 148 (58.20% from 255 or 24.34% from 608); Blue value is 231 (90.62% from 255 or 37.99% from 608); Max value from RGB is 231 - color contains mainly: blue. Hex color #E594E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E594E7 is #1A6B18. Grayscale: #B5B5B5. Windows color (decimal): -1731353 or 15176933. OLE color: 15176933.
HSL color Cylindrical-coordinate representation of color #E594E7: hue angle of 298.55º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E594E7 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 148 | 231 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.09 |
| HSL | 298.55º | 0.63% | 0.74% | - |
| HSV(B) | 298.55º | 0.36% | 0.91% | - |
| XYZ | 57.33 | 43.61 | 81 | - |
| YUV | 181.68 | 155.84 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 231 | 0.01 | 0.36 | 0 | 0.09 | 298.55 | 0.63 | 0.74 |
| Hex | E5 | 94 | E7 | 1 | 24 | 0 | 9 | 12B | 3F | 4A |
| Octal | 345 | 224 | 347 | 1 | 44 | 0 | 11 | 453 | 77 | 112 |
| Binary | 11100101 | 10010100 | 11100111 | 1 | 100100 | 0 | 1001 | 100101011 | 111111 | 1001010 |
Color Harmonies of #E594E7
Complementary color
Monochromatic Colors of #E594E7
Black with #E594E7
Text Example
Text Example
White with #E594E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E594E7; }
p { color: rgb(229,148,231); }
H1.HeaderClassName
{
color: #E594E7;
}
.AnyTagClassName
{
color: #E594E7;
}
</style>
background-color css
<style>
a { background-color: #E594E7; }
a { background-color: rgb(229,148,231); }
div.DivClassName
{
background-color: #E594E7;
}
.BgClassName
{
background-color: #E594E7;
}
</style>
border-color css
<style>
span { border-color: #E594E7; }
span { border-color: rgb(229,148,231); }
td.TdClassName
{
border-color: #E594E7;
}
.TagClassName
{
border-color: #E594E7;
}
</style>