Shades of Plum #E491D2
Tints of Plum #E491D2
RGB
CMYK
RGB Variations
Color information
#E491D2 (or 0xE491D2) is known color: Plum. HEX triplet: E4, 91 and D2. RGB value is (228,145,210). Sum of RGB (Red+Green+Blue) = 228+145+210=583 (77% of max value = 765). Red value is 228 (89.45% from 255 or 39.11% from 583); Green value is 145 (57.03% from 255 or 24.87% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 228 - color contains mainly: red. Hex color #E491D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E491D2 is #1B6E2D. Grayscale: #B1B1B1. Windows color (decimal): -1797678 or 13799908. OLE color: 13799908.
HSL color Cylindrical-coordinate representation of color #E491D2: hue angle of 313.01º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E491D2 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 145 | 210 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.11 |
| HSL | 313.01º | 0.61% | 0.73% | - |
| HSV(B) | 313.01º | 0.36% | 0.89% | - |
| XYZ | 53.75 | 41.4 | 66.13 | - |
| YUV | 177.23 | 146.5 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 145 | 210 | 0 | 0.36 | 0.08 | 0.11 | 313.01 | 0.61 | 0.73 |
| Hex | E4 | 91 | D2 | 0 | 24 | 8 | B | 139 | 3D | 49 |
| Octal | 344 | 221 | 322 | 0 | 44 | 10 | 13 | 471 | 75 | 111 |
| Binary | 11100100 | 10010001 | 11010010 | 0 | 100100 | 1000 | 1011 | 100111001 | 111101 | 1001001 |
Color Harmonies of #E491D2
Complementary color
Monochromatic Colors of #E491D2
Black with #E491D2
Text Example
Text Example
White with #E491D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E491D2; }
p { color: rgb(228,145,210); }
H1.HeaderClassName
{
color: #E491D2;
}
.AnyTagClassName
{
color: #E491D2;
}
</style>
background-color css
<style>
a { background-color: #E491D2; }
a { background-color: rgb(228,145,210); }
div.DivClassName
{
background-color: #E491D2;
}
.BgClassName
{
background-color: #E491D2;
}
</style>
border-color css
<style>
span { border-color: #E491D2; }
span { border-color: rgb(228,145,210); }
td.TdClassName
{
border-color: #E491D2;
}
.TagClassName
{
border-color: #E491D2;
}
</style>