Shades of Plum #E29FE3
Tints of Plum #E29FE3
RGB
CMYK
RGB Variations
Color information
#E29FE3 (or 0xE29FE3) is known color: Plum. HEX triplet: E2, 9F and E3. RGB value is (226,159,227). Sum of RGB (Red+Green+Blue) = 226+159+227=612 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.93% from 612); Green value is 159 (62.5% from 255 or 25.98% from 612); Blue value is 227 (89.06% from 255 or 37.09% from 612); Max value from RGB is 227 - color contains mainly: blue. Hex color #E29FE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29FE3 is #1D601C. Grayscale: #BABABA. Windows color (decimal): -1925149 or 14917602. OLE color: 14917602.
HSL color Cylindrical-coordinate representation of color #E29FE3: hue angle of 299.12º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E29FE3 is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 159 | 227 | - |
| CMYK | 0.00 | 0.30 | 0 | 0.11 |
| HSL | 299.12º | 0.55% | 0.76% | - |
| HSV(B) | 299.12º | 0.3% | 0.89% | - |
| XYZ | 57.63 | 46.51 | 78.61 | - |
| YUV | 186.79 | 150.7 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 159 | 227 | 0.00 | 0.30 | 0 | 0.11 | 299.12 | 0.55 | 0.76 |
| Hex | E2 | 9F | E3 | 0 | 1E | 0 | B | 12B | 37 | 4C |
| Octal | 342 | 237 | 343 | 0 | 36 | 0 | 13 | 453 | 67 | 114 |
| Binary | 11100010 | 10011111 | 11100011 | 0 | 11110 | 0 | 1011 | 100101011 | 110111 | 1001100 |
Color Harmonies of #E29FE3
Complementary color
Monochromatic Colors of #E29FE3
Black with #E29FE3
Text Example
Text Example
White with #E29FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29FE3; }
p { color: rgb(226,159,227); }
H1.HeaderClassName
{
color: #E29FE3;
}
.AnyTagClassName
{
color: #E29FE3;
}
</style>
background-color css
<style>
a { background-color: #E29FE3; }
a { background-color: rgb(226,159,227); }
div.DivClassName
{
background-color: #E29FE3;
}
.BgClassName
{
background-color: #E29FE3;
}
</style>
border-color css
<style>
span { border-color: #E29FE3; }
span { border-color: rgb(226,159,227); }
td.TdClassName
{
border-color: #E29FE3;
}
.TagClassName
{
border-color: #E29FE3;
}
</style>