Shades of Plum #E29CEF
Tints of Plum #E29CEF
RGB
CMYK
RGB Variations
Color information
#E29CEF (or 0xE29CEF) is known color: Plum. HEX triplet: E2, 9C and EF. RGB value is (226,156,239). Sum of RGB (Red+Green+Blue) = 226+156+239=621 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.39% from 621); Green value is 156 (61.33% from 255 or 25.12% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #E29CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29CEF is #1D6310. Grayscale: #BABABA. Windows color (decimal): -1925905 or 15703266. OLE color: 15703266.
HSL color Cylindrical-coordinate representation of color #E29CEF: hue angle of 290.6º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E29CEF is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 156 | 239 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.06 |
| HSL | 290.6º | 0.72% | 0.77% | - |
| HSV(B) | 290.6º | 0.35% | 0.94% | - |
| XYZ | 58.83 | 46.18 | 87.47 | - |
| YUV | 186.39 | 157.69 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 156 | 239 | 0.05 | 0.35 | 0 | 0.06 | 290.6 | 0.72 | 0.77 |
| Hex | E2 | 9C | EF | 5 | 23 | 0 | 6 | 123 | 48 | 4D |
| Octal | 342 | 234 | 357 | 5 | 43 | 0 | 6 | 443 | 110 | 115 |
| Binary | 11100010 | 10011100 | 11101111 | 101 | 100011 | 0 | 110 | 100100011 | 1001000 | 1001101 |
Color Harmonies of #E29CEF
Complementary color
Monochromatic Colors of #E29CEF
Black with #E29CEF
Text Example
Text Example
White with #E29CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29CEF; }
p { color: rgb(226,156,239); }
H1.HeaderClassName
{
color: #E29CEF;
}
.AnyTagClassName
{
color: #E29CEF;
}
</style>
background-color css
<style>
a { background-color: #E29CEF; }
a { background-color: rgb(226,156,239); }
div.DivClassName
{
background-color: #E29CEF;
}
.BgClassName
{
background-color: #E29CEF;
}
</style>
border-color css
<style>
span { border-color: #E29CEF; }
span { border-color: rgb(226,156,239); }
td.TdClassName
{
border-color: #E29CEF;
}
.TagClassName
{
border-color: #E29CEF;
}
</style>