Shades of Plum #E09CE1
Tints of Plum #E09CE1
RGB
CMYK
RGB Variations
Color information
#E09CE1 (or 0xE09CE1) is known color: Plum. HEX triplet: E0, 9C and E1. RGB value is (224,156,225). Sum of RGB (Red+Green+Blue) = 224+156+225=605 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.02% from 605); Green value is 156 (61.33% from 255 or 25.79% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 225 - color contains mainly: blue. Hex color #E09CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09CE1 is #1F631E. Grayscale: #B7B7B7. Windows color (decimal): -2056991 or 14785760. OLE color: 14785760.
HSL color Cylindrical-coordinate representation of color #E09CE1: hue angle of 299.13º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E09CE1 is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 156 | 225 | - |
| CMYK | 0.00 | 0.31 | 0 | 0.12 |
| HSL | 299.13º | 0.53% | 0.75% | - |
| HSV(B) | 299.13º | 0.31% | 0.88% | - |
| XYZ | 56.22 | 45.06 | 76.97 | - |
| YUV | 184.2 | 151.03 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 156 | 225 | 0.00 | 0.31 | 0 | 0.12 | 299.13 | 0.53 | 0.75 |
| Hex | E0 | 9C | E1 | 0 | 1F | 0 | C | 12B | 35 | 4B |
| Octal | 340 | 234 | 341 | 0 | 37 | 0 | 14 | 453 | 65 | 113 |
| Binary | 11100000 | 10011100 | 11100001 | 0 | 11111 | 0 | 1100 | 100101011 | 110101 | 1001011 |
Color Harmonies of #E09CE1
Complementary color
Monochromatic Colors of #E09CE1
Black with #E09CE1
Text Example
Text Example
White with #E09CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09CE1; }
p { color: rgb(224,156,225); }
H1.HeaderClassName
{
color: #E09CE1;
}
.AnyTagClassName
{
color: #E09CE1;
}
</style>
background-color css
<style>
a { background-color: #E09CE1; }
a { background-color: rgb(224,156,225); }
div.DivClassName
{
background-color: #E09CE1;
}
.BgClassName
{
background-color: #E09CE1;
}
</style>
border-color css
<style>
span { border-color: #E09CE1; }
span { border-color: rgb(224,156,225); }
td.TdClassName
{
border-color: #E09CE1;
}
.TagClassName
{
border-color: #E09CE1;
}
</style>