Shades of Plum #E592DC
Tints of Plum #E592DC
RGB
CMYK
RGB Variations
Color information
#E592DC (or 0xE592DC) is known color: Plum. HEX triplet: E5, 92 and DC. RGB value is (229,146,220). Sum of RGB (Red+Green+Blue) = 229+146+220=595 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.49% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 229 - color contains mainly: red. Hex color #E592DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E592DC is #1A6D23. Grayscale: #B3B3B3. Windows color (decimal): -1731876 or 14455525. OLE color: 14455525.
HSL color Cylindrical-coordinate representation of color #E592DC: hue angle of 306.51º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E592DC is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 146 | 220 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.10 |
| HSL | 306.51º | 0.61% | 0.74% | - |
| HSV(B) | 306.51º | 0.36% | 0.9% | - |
| XYZ | 55.51 | 42.38 | 72.97 | - |
| YUV | 179.25 | 151 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 146 | 220 | 0 | 0.36 | 0.04 | 0.10 | 306.51 | 0.61 | 0.74 |
| Hex | E5 | 92 | DC | 0 | 24 | 4 | A | 133 | 3D | 4A |
| Octal | 345 | 222 | 334 | 0 | 44 | 4 | 12 | 463 | 75 | 112 |
| Binary | 11100101 | 10010010 | 11011100 | 0 | 100100 | 100 | 1010 | 100110011 | 111101 | 1001010 |
Color Harmonies of #E592DC
Complementary color
Monochromatic Colors of #E592DC
Black with #E592DC
Text Example
Text Example
White with #E592DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E592DC; }
p { color: rgb(229,146,220); }
H1.HeaderClassName
{
color: #E592DC;
}
.AnyTagClassName
{
color: #E592DC;
}
</style>
background-color css
<style>
a { background-color: #E592DC; }
a { background-color: rgb(229,146,220); }
div.DivClassName
{
background-color: #E592DC;
}
.BgClassName
{
background-color: #E592DC;
}
</style>
border-color css
<style>
span { border-color: #E592DC; }
span { border-color: rgb(229,146,220); }
td.TdClassName
{
border-color: #E592DC;
}
.TagClassName
{
border-color: #E592DC;
}
</style>