Shades of Plum #E594D5
Tints of Plum #E594D5
RGB
CMYK
RGB Variations
Color information
#E594D5 (or 0xE594D5) is known color: Plum. HEX triplet: E5, 94 and D5. RGB value is (229,148,213). Sum of RGB (Red+Green+Blue) = 229+148+213=590 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.81% from 590); Green value is 148 (58.20% from 255 or 25.08% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 229 - color contains mainly: red. Hex color #E594D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E594D5 is #1A6B2A. Grayscale: #B3B3B3. Windows color (decimal): -1731371 or 13997285. OLE color: 13997285.
HSL color Cylindrical-coordinate representation of color #E594D5: hue angle of 311.85º 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 #E594D5 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 148 | 213 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.10 |
| HSL | 311.85º | 0.61% | 0.74% | - |
| HSV(B) | 311.85º | 0.35% | 0.9% | - |
| XYZ | 54.91 | 42.64 | 68.29 | - |
| YUV | 179.63 | 146.84 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 213 | 0 | 0.35 | 0.07 | 0.10 | 311.85 | 0.61 | 0.74 |
| Hex | E5 | 94 | D5 | 0 | 23 | 7 | A | 138 | 3D | 4A |
| Octal | 345 | 224 | 325 | 0 | 43 | 7 | 12 | 470 | 75 | 112 |
| Binary | 11100101 | 10010100 | 11010101 | 0 | 100011 | 111 | 1010 | 100111000 | 111101 | 1001010 |
Color Harmonies of #E594D5
Complementary color
Monochromatic Colors of #E594D5
Black with #E594D5
Text Example
Text Example
White with #E594D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E594D5; }
p { color: rgb(229,148,213); }
H1.HeaderClassName
{
color: #E594D5;
}
.AnyTagClassName
{
color: #E594D5;
}
</style>
background-color css
<style>
a { background-color: #E594D5; }
a { background-color: rgb(229,148,213); }
div.DivClassName
{
background-color: #E594D5;
}
.BgClassName
{
background-color: #E594D5;
}
</style>
border-color css
<style>
span { border-color: #E594D5; }
span { border-color: rgb(229,148,213); }
td.TdClassName
{
border-color: #E594D5;
}
.TagClassName
{
border-color: #E594D5;
}
</style>