Shades of Plum #E59AD4
Tints of Plum #E59AD4
RGB
CMYK
RGB Variations
Color information
#E59AD4 (or 0xE59AD4) is known color: Plum. HEX triplet: E5, 9A and D4. RGB value is (229,154,212). Sum of RGB (Red+Green+Blue) = 229+154+212=595 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.49% from 595); Green value is 154 (60.55% from 255 or 25.88% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 229 - color contains mainly: red. Hex color #E59AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59AD4 is #1A652B. Grayscale: #B6B6B6. Windows color (decimal): -1729836 or 13933285. OLE color: 13933285.
HSL color Cylindrical-coordinate representation of color #E59AD4: hue angle of 313.6º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E59AD4 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 154 | 212 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.10 |
| HSL | 313.6º | 0.59% | 0.75% | - |
| HSV(B) | 313.6º | 0.33% | 0.9% | - |
| XYZ | 55.75 | 44.52 | 67.94 | - |
| YUV | 183.04 | 144.35 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 154 | 212 | 0 | 0.33 | 0.07 | 0.10 | 313.6 | 0.59 | 0.75 |
| Hex | E5 | 9A | D4 | 0 | 21 | 7 | A | 13A | 3B | 4B |
| Octal | 345 | 232 | 324 | 0 | 41 | 7 | 12 | 472 | 73 | 113 |
| Binary | 11100101 | 10011010 | 11010100 | 0 | 100001 | 111 | 1010 | 100111010 | 111011 | 1001011 |
Color Harmonies of #E59AD4
Complementary color
Monochromatic Colors of #E59AD4
Black with #E59AD4
Text Example
Text Example
White with #E59AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59AD4; }
p { color: rgb(229,154,212); }
H1.HeaderClassName
{
color: #E59AD4;
}
.AnyTagClassName
{
color: #E59AD4;
}
</style>
background-color css
<style>
a { background-color: #E59AD4; }
a { background-color: rgb(229,154,212); }
div.DivClassName
{
background-color: #E59AD4;
}
.BgClassName
{
background-color: #E59AD4;
}
</style>
border-color css
<style>
span { border-color: #E59AD4; }
span { border-color: rgb(229,154,212); }
td.TdClassName
{
border-color: #E59AD4;
}
.TagClassName
{
border-color: #E59AD4;
}
</style>