Shades of Plum #E598DB
Tints of Plum #E598DB
RGB
CMYK
RGB Variations
Color information
#E598DB (or 0xE598DB) is known color: Plum. HEX triplet: E5, 98 and DB. RGB value is (229,152,219). Sum of RGB (Red+Green+Blue) = 229+152+219=600 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.17% from 600); Green value is 152 (59.77% from 255 or 25.33% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 229 - color contains mainly: red. Hex color #E598DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E598DB is #1A6724. Grayscale: #B6B6B6. Windows color (decimal): -1730341 or 14391525. OLE color: 14391525.
HSL color Cylindrical-coordinate representation of color #E598DB: hue angle of 307.79º 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 #E598DB is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 152 | 219 | - |
CMYK | 0 | 0.34 | 0.04 | 0.10 |
HSL | 307.79º | 0.6% | 0.75% | - |
HSV(B) | 307.79º | 0.34% | 0.9% | - |
XYZ | 56.33 | 44.23 | 72.59 | - |
YUV | 182.66 | 148.51 | 161.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 152 | 219 | 0 | 0.34 | 0.04 | 0.10 | 307.79 | 0.6 | 0.75 |
Hex | E5 | 98 | DB | 0 | 22 | 4 | A | 134 | 3C | 4B |
Octal | 345 | 230 | 333 | 0 | 42 | 4 | 12 | 464 | 74 | 113 |
Binary | 11100101 | 10011000 | 11011011 | 0 | 100010 | 100 | 1010 | 100110100 | 111100 | 1001011 |
Color Harmonies of #E598DB
Complementary color
Monochromatic Colors of #E598DB
Black with #E598DB
Text Example
Text Example
White with #E598DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E598DB; }
p { color: rgb(229,152,219); }
H1.HeaderClassName
{
color: #E598DB;
}
.AnyTagClassName
{
color: #E598DB;
}
</style>
background-color css
<style>
a { background-color: #E598DB; }
a { background-color: rgb(229,152,219); }
div.DivClassName
{
background-color: #E598DB;
}
.BgClassName
{
background-color: #E598DB;
}
</style>
border-color css
<style>
span { border-color: #E598DB; }
span { border-color: rgb(229,152,219); }
td.TdClassName
{
border-color: #E598DB;
}
.TagClassName
{
border-color: #E598DB;
}
</style>