Shades of Plum #E594D3
Tints of Plum #E594D3
RGB
CMYK
RGB Variations
Color information
#E594D3 (or 0xE594D3) is known color: Plum. HEX triplet: E5, 94 and D3. RGB value is (229,148,211). Sum of RGB (Red+Green+Blue) = 229+148+211=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 148 (58.20% from 255 or 25.17% from 588); Blue value is 211 (82.81% from 255 or 35.88% from 588); Max value from RGB is 229 - color contains mainly: red. Hex color #E594D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E594D3 is #1A6B2C. Grayscale: #B3B3B3. Windows color (decimal): -1731373 or 13866213. OLE color: 13866213.
HSL color Cylindrical-coordinate representation of color #E594D3: hue angle of 313.33º 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 #E594D3 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 148 | 211 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.10 |
| HSL | 313.33º | 0.61% | 0.74% | - |
| HSV(B) | 313.33º | 0.35% | 0.9% | - |
| XYZ | 54.66 | 42.54 | 66.96 | - |
| YUV | 179.4 | 145.84 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 211 | 0 | 0.35 | 0.08 | 0.10 | 313.33 | 0.61 | 0.74 |
| Hex | E5 | 94 | D3 | 0 | 23 | 8 | A | 139 | 3D | 4A |
| Octal | 345 | 224 | 323 | 0 | 43 | 10 | 12 | 471 | 75 | 112 |
| Binary | 11100101 | 10010100 | 11010011 | 0 | 100011 | 1000 | 1010 | 100111001 | 111101 | 1001010 |
Color Harmonies of #E594D3
Complementary color
Monochromatic Colors of #E594D3
Black with #E594D3
Text Example
Text Example
White with #E594D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E594D3; }
p { color: rgb(229,148,211); }
H1.HeaderClassName
{
color: #E594D3;
}
.AnyTagClassName
{
color: #E594D3;
}
</style>
background-color css
<style>
a { background-color: #E594D3; }
a { background-color: rgb(229,148,211); }
div.DivClassName
{
background-color: #E594D3;
}
.BgClassName
{
background-color: #E594D3;
}
</style>
border-color css
<style>
span { border-color: #E594D3; }
span { border-color: rgb(229,148,211); }
td.TdClassName
{
border-color: #E594D3;
}
.TagClassName
{
border-color: #E594D3;
}
</style>