Shades of Plum #E598D1
Tints of Plum #E598D1
RGB
CMYK
RGB Variations
Color information
#E598D1 (or 0xE598D1) is known color: Plum. HEX triplet: E5, 98 and D1. RGB value is (229,152,209). Sum of RGB (Red+Green+Blue) = 229+152+209=590 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.81% from 590); Green value is 152 (59.77% from 255 or 25.76% from 590); Blue value is 209 (82.03% from 255 or 35.42% from 590); Max value from RGB is 229 - color contains mainly: red. Hex color #E598D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E598D1 is #1A672E. Grayscale: #B5B5B5. Windows color (decimal): -1730351 or 13736165. OLE color: 13736165.
HSL color Cylindrical-coordinate representation of color #E598D1: hue angle of 315.58º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E598D1 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 152 | 209 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.10 |
| HSL | 315.58º | 0.6% | 0.75% | - |
| HSV(B) | 315.58º | 0.34% | 0.9% | - |
| XYZ | 55.05 | 43.72 | 65.86 | - |
| YUV | 181.52 | 143.51 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 152 | 209 | 0 | 0.34 | 0.09 | 0.10 | 315.58 | 0.6 | 0.75 |
| Hex | E5 | 98 | D1 | 0 | 22 | 9 | A | 13C | 3C | 4B |
| Octal | 345 | 230 | 321 | 0 | 42 | 11 | 12 | 474 | 74 | 113 |
| Binary | 11100101 | 10011000 | 11010001 | 0 | 100010 | 1001 | 1010 | 100111100 | 111100 | 1001011 |
Color Harmonies of #E598D1
Complementary color
Monochromatic Colors of #E598D1
Black with #E598D1
Text Example
Text Example
White with #E598D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E598D1; }
p { color: rgb(229,152,209); }
H1.HeaderClassName
{
color: #E598D1;
}
.AnyTagClassName
{
color: #E598D1;
}
</style>
background-color css
<style>
a { background-color: #E598D1; }
a { background-color: rgb(229,152,209); }
div.DivClassName
{
background-color: #E598D1;
}
.BgClassName
{
background-color: #E598D1;
}
</style>
border-color css
<style>
span { border-color: #E598D1; }
span { border-color: rgb(229,152,209); }
td.TdClassName
{
border-color: #E598D1;
}
.TagClassName
{
border-color: #E598D1;
}
</style>