Shades of Plum #E09BE0
Tints of Plum #E09BE0
RGB
CMYK
RGB Variations
Color information
#E09BE0 (or 0xE09BE0) is known color: Plum. HEX triplet: E0, 9B and E0. RGB value is (224,155,224). Sum of RGB (Red+Green+Blue) = 224+155+224=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 155 (60.94% from 255 or 25.70% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E09BE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09BE0 is #1F641F. Grayscale: #B7B7B7. Windows color (decimal): -2057248 or 14719968. OLE color: 14719968.
HSL color Cylindrical-coordinate representation of color #E09BE0: hue angle of 300º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E09BE0 is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 155 | 224 | - |
| CMYK | 0 | 0.31 | 0 | 0.12 |
| HSL | 300º | 0.53% | 0.74% | - |
| HSV(B) | 300º | 0.31% | 0.88% | - |
| XYZ | 55.92 | 44.67 | 76.2 | - |
| YUV | 183.5 | 150.86 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 155 | 224 | 0 | 0.31 | 0 | 0.12 | 300 | 0.53 | 0.74 |
| Hex | E0 | 9B | E0 | 0 | 1F | 0 | C | 12C | 35 | 4A |
| Octal | 340 | 233 | 340 | 0 | 37 | 0 | 14 | 454 | 65 | 112 |
| Binary | 11100000 | 10011011 | 11100000 | 0 | 11111 | 0 | 1100 | 100101100 | 110101 | 1001010 |
Color Harmonies of #E09BE0
Complementary color
Monochromatic Colors of #E09BE0
Black with #E09BE0
Text Example
Text Example
White with #E09BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09BE0; }
p { color: rgb(224,155,224); }
H1.HeaderClassName
{
color: #E09BE0;
}
.AnyTagClassName
{
color: #E09BE0;
}
</style>
background-color css
<style>
a { background-color: #E09BE0; }
a { background-color: rgb(224,155,224); }
div.DivClassName
{
background-color: #E09BE0;
}
.BgClassName
{
background-color: #E09BE0;
}
</style>
border-color css
<style>
span { border-color: #E09BE0; }
span { border-color: rgb(224,155,224); }
td.TdClassName
{
border-color: #E09BE0;
}
.TagClassName
{
border-color: #E09BE0;
}
</style>