Shades of Plum #E592DF
Tints of Plum #E592DF
RGB
CMYK
RGB Variations
Color information
#E592DF (or 0xE592DF) is known color: Plum. HEX triplet: E5, 92 and DF. RGB value is (229,146,223). Sum of RGB (Red+Green+Blue) = 229+146+223=598 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.29% from 598); Green value is 146 (57.42% from 255 or 24.41% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 229 - color contains mainly: red. Hex color #E592DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E592DF is #1A6D20. Grayscale: #B3B3B3. Windows color (decimal): -1731873 or 14652133. OLE color: 14652133.
HSL color Cylindrical-coordinate representation of color #E592DF: hue angle of 304.34º 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 #E592DF is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 146 | 223 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.10 |
| HSL | 304.34º | 0.61% | 0.74% | - |
| HSV(B) | 304.34º | 0.36% | 0.9% | - |
| XYZ | 55.91 | 42.54 | 75.08 | - |
| YUV | 179.6 | 152.5 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 146 | 223 | 0 | 0.36 | 0.03 | 0.10 | 304.34 | 0.61 | 0.74 |
| Hex | E5 | 92 | DF | 0 | 24 | 3 | A | 130 | 3D | 4A |
| Octal | 345 | 222 | 337 | 0 | 44 | 3 | 12 | 460 | 75 | 112 |
| Binary | 11100101 | 10010010 | 11011111 | 0 | 100100 | 11 | 1010 | 100110000 | 111101 | 1001010 |
Color Harmonies of #E592DF
Complementary color
Monochromatic Colors of #E592DF
Black with #E592DF
Text Example
Text Example
White with #E592DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E592DF; }
p { color: rgb(229,146,223); }
H1.HeaderClassName
{
color: #E592DF;
}
.AnyTagClassName
{
color: #E592DF;
}
</style>
background-color css
<style>
a { background-color: #E592DF; }
a { background-color: rgb(229,146,223); }
div.DivClassName
{
background-color: #E592DF;
}
.BgClassName
{
background-color: #E592DF;
}
</style>
border-color css
<style>
span { border-color: #E592DF; }
span { border-color: rgb(229,146,223); }
td.TdClassName
{
border-color: #E592DF;
}
.TagClassName
{
border-color: #E592DF;
}
</style>