Shades of Plum #E592DD
Tints of Plum #E592DD
RGB
CMYK
RGB Variations
Color information
#E592DD (or 0xE592DD) is known color: Plum. HEX triplet: E5, 92 and DD. RGB value is (229,146,221). Sum of RGB (Red+Green+Blue) = 229+146+221=596 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.42% from 596); Green value is 146 (57.42% from 255 or 24.50% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 229 - color contains mainly: red. Hex color #E592DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E592DD is #1A6D22. Grayscale: #B3B3B3. Windows color (decimal): -1731875 or 14521061. OLE color: 14521061.
HSL color Cylindrical-coordinate representation of color #E592DD: hue angle of 305.78º 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 #E592DD is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 146 | 221 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.10 |
| HSL | 305.78º | 0.61% | 0.74% | - |
| HSV(B) | 305.78º | 0.36% | 0.9% | - |
| XYZ | 55.64 | 42.44 | 73.66 | - |
| YUV | 179.37 | 151.5 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 146 | 221 | 0 | 0.36 | 0.03 | 0.10 | 305.78 | 0.61 | 0.74 |
| Hex | E5 | 92 | DD | 0 | 24 | 3 | A | 132 | 3D | 4A |
| Octal | 345 | 222 | 335 | 0 | 44 | 3 | 12 | 462 | 75 | 112 |
| Binary | 11100101 | 10010010 | 11011101 | 0 | 100100 | 11 | 1010 | 100110010 | 111101 | 1001010 |
Color Harmonies of #E592DD
Complementary color
Monochromatic Colors of #E592DD
Black with #E592DD
Text Example
Text Example
White with #E592DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E592DD; }
p { color: rgb(229,146,221); }
H1.HeaderClassName
{
color: #E592DD;
}
.AnyTagClassName
{
color: #E592DD;
}
</style>
background-color css
<style>
a { background-color: #E592DD; }
a { background-color: rgb(229,146,221); }
div.DivClassName
{
background-color: #E592DD;
}
.BgClassName
{
background-color: #E592DD;
}
</style>
border-color css
<style>
span { border-color: #E592DD; }
span { border-color: rgb(229,146,221); }
td.TdClassName
{
border-color: #E592DD;
}
.TagClassName
{
border-color: #E592DD;
}
</style>