Shades of Plum #E594DF
Tints of Plum #E594DF
RGB
CMYK
RGB Variations
Color information
#E594DF (or 0xE594DF) is known color: Plum. HEX triplet: E5, 94 and DF. RGB value is (229,148,223). Sum of RGB (Red+Green+Blue) = 229+148+223=600 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.17% from 600); Green value is 148 (58.20% from 255 or 24.67% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 229 - color contains mainly: red. Hex color #E594DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E594DF is #1A6B20. Grayscale: #B4B4B4. Windows color (decimal): -1731361 or 14652645. OLE color: 14652645.
HSL color Cylindrical-coordinate representation of color #E594DF: hue angle of 304.44º 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 #E594DF is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 148 | 223 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.10 |
| HSL | 304.44º | 0.61% | 0.74% | - |
| HSV(B) | 304.44º | 0.35% | 0.9% | - |
| XYZ | 56.22 | 43.17 | 75.18 | - |
| YUV | 180.77 | 151.84 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 223 | 0 | 0.35 | 0.03 | 0.10 | 304.44 | 0.61 | 0.74 |
| Hex | E5 | 94 | DF | 0 | 23 | 3 | A | 130 | 3D | 4A |
| Octal | 345 | 224 | 337 | 0 | 43 | 3 | 12 | 460 | 75 | 112 |
| Binary | 11100101 | 10010100 | 11011111 | 0 | 100011 | 11 | 1010 | 100110000 | 111101 | 1001010 |
Color Harmonies of #E594DF
Complementary color
Monochromatic Colors of #E594DF
Black with #E594DF
Text Example
Text Example
White with #E594DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E594DF; }
p { color: rgb(229,148,223); }
H1.HeaderClassName
{
color: #E594DF;
}
.AnyTagClassName
{
color: #E594DF;
}
</style>
background-color css
<style>
a { background-color: #E594DF; }
a { background-color: rgb(229,148,223); }
div.DivClassName
{
background-color: #E594DF;
}
.BgClassName
{
background-color: #E594DF;
}
</style>
border-color css
<style>
span { border-color: #E594DF; }
span { border-color: rgb(229,148,223); }
td.TdClassName
{
border-color: #E594DF;
}
.TagClassName
{
border-color: #E594DF;
}
</style>