Shades of Plum #E592E2
Tints of Plum #E592E2
RGB
CMYK
RGB Variations
Color information
#E592E2 (or 0xE592E2) is known color: Plum. HEX triplet: E5, 92 and E2. RGB value is (229,146,226). Sum of RGB (Red+Green+Blue) = 229+146+226=601 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.10% from 601); Green value is 146 (57.42% from 255 or 24.29% from 601); Blue value is 226 (88.67% from 255 or 37.60% from 601); Max value from RGB is 229 - color contains mainly: red. Hex color #E592E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E592E2 is #1A6D1D. Grayscale: #B3B3B3. Windows color (decimal): -1731870 or 14848741. OLE color: 14848741.
HSL color Cylindrical-coordinate representation of color #E592E2: hue angle of 302.17º 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 #E592E2 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 146 | 226 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.10 |
| HSL | 302.17º | 0.61% | 0.74% | - |
| HSV(B) | 302.17º | 0.36% | 0.9% | - |
| XYZ | 56.32 | 42.71 | 77.23 | - |
| YUV | 179.94 | 154 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 146 | 226 | 0 | 0.36 | 0.01 | 0.10 | 302.17 | 0.61 | 0.74 |
| Hex | E5 | 92 | E2 | 0 | 24 | 1 | A | 12E | 3D | 4A |
| Octal | 345 | 222 | 342 | 0 | 44 | 1 | 12 | 456 | 75 | 112 |
| Binary | 11100101 | 10010010 | 11100010 | 0 | 100100 | 1 | 1010 | 100101110 | 111101 | 1001010 |
Color Harmonies of #E592E2
Complementary color
Monochromatic Colors of #E592E2
Black with #E592E2
Text Example
Text Example
White with #E592E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E592E2; }
p { color: rgb(229,146,226); }
H1.HeaderClassName
{
color: #E592E2;
}
.AnyTagClassName
{
color: #E592E2;
}
</style>
background-color css
<style>
a { background-color: #E592E2; }
a { background-color: rgb(229,146,226); }
div.DivClassName
{
background-color: #E592E2;
}
.BgClassName
{
background-color: #E592E2;
}
</style>
border-color css
<style>
span { border-color: #E592E2; }
span { border-color: rgb(229,146,226); }
td.TdClassName
{
border-color: #E592E2;
}
.TagClassName
{
border-color: #E592E2;
}
</style>