Shades of Plum #E598DA
Tints of Plum #E598DA
RGB
CMYK
RGB Variations
Color information
#E598DA (or 0xE598DA) is known color: Plum. HEX triplet: E5, 98 and DA. RGB value is (229,152,218). Sum of RGB (Red+Green+Blue) = 229+152+218=599 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.23% from 599); Green value is 152 (59.77% from 255 or 25.38% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 229 - color contains mainly: red. Hex color #E598DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E598DA is #1A6725. Grayscale: #B6B6B6. Windows color (decimal): -1730342 or 14325989. OLE color: 14325989.
HSL color Cylindrical-coordinate representation of color #E598DA: hue angle of 308.57º 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 #E598DA is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 152 | 218 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.10 |
| HSL | 308.57º | 0.6% | 0.75% | - |
| HSV(B) | 308.57º | 0.34% | 0.9% | - |
| XYZ | 56.2 | 44.18 | 71.89 | - |
| YUV | 182.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 152 | 218 | 0 | 0.34 | 0.05 | 0.10 | 308.57 | 0.6 | 0.75 |
| Hex | E5 | 98 | DA | 0 | 22 | 5 | A | 135 | 3C | 4B |
| Octal | 345 | 230 | 332 | 0 | 42 | 5 | 12 | 465 | 74 | 113 |
| Binary | 11100101 | 10011000 | 11011010 | 0 | 100010 | 101 | 1010 | 100110101 | 111100 | 1001011 |
Color Harmonies of #E598DA
Complementary color
Monochromatic Colors of #E598DA
Black with #E598DA
Text Example
Text Example
White with #E598DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E598DA; }
p { color: rgb(229,152,218); }
H1.HeaderClassName
{
color: #E598DA;
}
.AnyTagClassName
{
color: #E598DA;
}
</style>
background-color css
<style>
a { background-color: #E598DA; }
a { background-color: rgb(229,152,218); }
div.DivClassName
{
background-color: #E598DA;
}
.BgClassName
{
background-color: #E598DA;
}
</style>
border-color css
<style>
span { border-color: #E598DA; }
span { border-color: rgb(229,152,218); }
td.TdClassName
{
border-color: #E598DA;
}
.TagClassName
{
border-color: #E598DA;
}
</style>