Shades of Plum #E595DF
Tints of Plum #E595DF
RGB
CMYK
RGB Variations
Color information
#E595DF (or 0xE595DF) is known color: Plum. HEX triplet: E5, 95 and DF. RGB value is (229,149,223). Sum of RGB (Red+Green+Blue) = 229+149+223=601 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.10% from 601); Green value is 149 (58.59% from 255 or 24.79% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 229 - color contains mainly: red. Hex color #E595DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E595DF is #1A6A20. Grayscale: #B5B5B5. Windows color (decimal): -1731105 or 14652901. OLE color: 14652901.
HSL color Cylindrical-coordinate representation of color #E595DF: hue angle of 304.5º 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 #E595DF is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 149 | 223 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.10 |
| HSL | 304.5º | 0.61% | 0.74% | - |
| HSV(B) | 304.5º | 0.35% | 0.9% | - |
| XYZ | 56.38 | 43.48 | 75.23 | - |
| YUV | 181.36 | 151.5 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 149 | 223 | 0 | 0.35 | 0.03 | 0.10 | 304.5 | 0.61 | 0.74 |
| Hex | E5 | 95 | DF | 0 | 23 | 3 | A | 130 | 3D | 4A |
| Octal | 345 | 225 | 337 | 0 | 43 | 3 | 12 | 460 | 75 | 112 |
| Binary | 11100101 | 10010101 | 11011111 | 0 | 100011 | 11 | 1010 | 100110000 | 111101 | 1001010 |
Color Harmonies of #E595DF
Complementary color
Monochromatic Colors of #E595DF
Black with #E595DF
Text Example
Text Example
White with #E595DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E595DF; }
p { color: rgb(229,149,223); }
H1.HeaderClassName
{
color: #E595DF;
}
.AnyTagClassName
{
color: #E595DF;
}
</style>
background-color css
<style>
a { background-color: #E595DF; }
a { background-color: rgb(229,149,223); }
div.DivClassName
{
background-color: #E595DF;
}
.BgClassName
{
background-color: #E595DF;
}
</style>
border-color css
<style>
span { border-color: #E595DF; }
span { border-color: rgb(229,149,223); }
td.TdClassName
{
border-color: #E595DF;
}
.TagClassName
{
border-color: #E595DF;
}
</style>