Shades of Plum #E598D3
Tints of Plum #E598D3
RGB
CMYK
RGB Variations
Color information
#E598D3 (or 0xE598D3) is known color: Plum. HEX triplet: E5, 98 and D3. RGB value is (229,152,211). Sum of RGB (Red+Green+Blue) = 229+152+211=592 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.68% from 592); Green value is 152 (59.77% from 255 or 25.68% from 592); Blue value is 211 (82.81% from 255 or 35.64% from 592); Max value from RGB is 229 - color contains mainly: red. Hex color #E598D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E598D3 is #1A672C. Grayscale: #B5B5B5. Windows color (decimal): -1730349 or 13867237. OLE color: 13867237.
HSL color Cylindrical-coordinate representation of color #E598D3: hue angle of 314.03º 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 #E598D3 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 152 | 211 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.10 |
| HSL | 314.03º | 0.6% | 0.75% | - |
| HSV(B) | 314.03º | 0.34% | 0.9% | - |
| XYZ | 55.3 | 43.82 | 67.17 | - |
| YUV | 181.75 | 144.51 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 152 | 211 | 0 | 0.34 | 0.08 | 0.10 | 314.03 | 0.6 | 0.75 |
| Hex | E5 | 98 | D3 | 0 | 22 | 8 | A | 13A | 3C | 4B |
| Octal | 345 | 230 | 323 | 0 | 42 | 10 | 12 | 472 | 74 | 113 |
| Binary | 11100101 | 10011000 | 11010011 | 0 | 100010 | 1000 | 1010 | 100111010 | 111100 | 1001011 |
Color Harmonies of #E598D3
Complementary color
Monochromatic Colors of #E598D3
Black with #E598D3
Text Example
Text Example
White with #E598D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E598D3; }
p { color: rgb(229,152,211); }
H1.HeaderClassName
{
color: #E598D3;
}
.AnyTagClassName
{
color: #E598D3;
}
</style>
background-color css
<style>
a { background-color: #E598D3; }
a { background-color: rgb(229,152,211); }
div.DivClassName
{
background-color: #E598D3;
}
.BgClassName
{
background-color: #E598D3;
}
</style>
border-color css
<style>
span { border-color: #E598D3; }
span { border-color: rgb(229,152,211); }
td.TdClassName
{
border-color: #E598D3;
}
.TagClassName
{
border-color: #E598D3;
}
</style>