Shades of Plum #E594D1
Tints of Plum #E594D1
RGB
CMYK
RGB Variations
Color information
#E594D1 (or 0xE594D1) is known color: Plum. HEX triplet: E5, 94 and D1. RGB value is (229,148,209). Sum of RGB (Red+Green+Blue) = 229+148+209=586 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.08% from 586); Green value is 148 (58.20% from 255 or 25.26% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 229 - color contains mainly: red. Hex color #E594D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E594D1 is #1A6B2E. Grayscale: #B3B3B3. Windows color (decimal): -1731375 or 13735141. OLE color: 13735141.
HSL color Cylindrical-coordinate representation of color #E594D1: hue angle of 314.81º 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 #E594D1 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 148 | 209 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.10 |
| HSL | 314.81º | 0.61% | 0.74% | - |
| HSV(B) | 314.81º | 0.35% | 0.9% | - |
| XYZ | 54.41 | 42.44 | 65.65 | - |
| YUV | 179.17 | 144.84 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 209 | 0 | 0.35 | 0.09 | 0.10 | 314.81 | 0.61 | 0.74 |
| Hex | E5 | 94 | D1 | 0 | 23 | 9 | A | 13B | 3D | 4A |
| Octal | 345 | 224 | 321 | 0 | 43 | 11 | 12 | 473 | 75 | 112 |
| Binary | 11100101 | 10010100 | 11010001 | 0 | 100011 | 1001 | 1010 | 100111011 | 111101 | 1001010 |
Color Harmonies of #E594D1
Complementary color
Monochromatic Colors of #E594D1
Black with #E594D1
Text Example
Text Example
White with #E594D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E594D1; }
p { color: rgb(229,148,209); }
H1.HeaderClassName
{
color: #E594D1;
}
.AnyTagClassName
{
color: #E594D1;
}
</style>
background-color css
<style>
a { background-color: #E594D1; }
a { background-color: rgb(229,148,209); }
div.DivClassName
{
background-color: #E594D1;
}
.BgClassName
{
background-color: #E594D1;
}
</style>
border-color css
<style>
span { border-color: #E594D1; }
span { border-color: rgb(229,148,209); }
td.TdClassName
{
border-color: #E594D1;
}
.TagClassName
{
border-color: #E594D1;
}
</style>