Shades of Plum #E592D6
Tints of Plum #E592D6
RGB
CMYK
RGB Variations
Color information
#E592D6 (or 0xE592D6) is known color: Plum. HEX triplet: E5, 92 and D6. RGB value is (229,146,214). Sum of RGB (Red+Green+Blue) = 229+146+214=589 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.88% from 589); Green value is 146 (57.42% from 255 or 24.79% from 589); Blue value is 214 (83.98% from 255 or 36.33% from 589); Max value from RGB is 229 - color contains mainly: red. Hex color #E592D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E592D6 is #1A6D29. Grayscale: #B2B2B2. Windows color (decimal): -1731882 or 14062309. OLE color: 14062309.
HSL color Cylindrical-coordinate representation of color #E592D6: hue angle of 310.84º 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 #E592D6 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 146 | 214 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.10 |
| HSL | 310.84º | 0.61% | 0.74% | - |
| HSV(B) | 310.84º | 0.36% | 0.9% | - |
| XYZ | 54.73 | 42.07 | 68.85 | - |
| YUV | 178.57 | 148 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 146 | 214 | 0 | 0.36 | 0.07 | 0.10 | 310.84 | 0.61 | 0.74 |
| Hex | E5 | 92 | D6 | 0 | 24 | 7 | A | 137 | 3D | 4A |
| Octal | 345 | 222 | 326 | 0 | 44 | 7 | 12 | 467 | 75 | 112 |
| Binary | 11100101 | 10010010 | 11010110 | 0 | 100100 | 111 | 1010 | 100110111 | 111101 | 1001010 |
Color Harmonies of #E592D6
Complementary color
Monochromatic Colors of #E592D6
Black with #E592D6
Text Example
Text Example
White with #E592D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E592D6; }
p { color: rgb(229,146,214); }
H1.HeaderClassName
{
color: #E592D6;
}
.AnyTagClassName
{
color: #E592D6;
}
</style>
background-color css
<style>
a { background-color: #E592D6; }
a { background-color: rgb(229,146,214); }
div.DivClassName
{
background-color: #E592D6;
}
.BgClassName
{
background-color: #E592D6;
}
</style>
border-color css
<style>
span { border-color: #E592D6; }
span { border-color: rgb(229,146,214); }
td.TdClassName
{
border-color: #E592D6;
}
.TagClassName
{
border-color: #E592D6;
}
</style>