Shades of Plum #E095E0
Tints of Plum #E095E0
RGB
CMYK
RGB Variations
Color information
#E095E0 (or 0xE095E0) is known color: Plum. HEX triplet: E0, 95 and E0. RGB value is (224,149,224). Sum of RGB (Red+Green+Blue) = 224+149+224=597 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.52% from 597); Green value is 149 (58.59% from 255 or 24.96% from 597); Blue value is 224 (87.89% from 255 or 37.52% from 597); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E095E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095E0 is #1F6A1F. Grayscale: #B3B3B3. Windows color (decimal): -2058784 or 14718432. OLE color: 14718432.
HSL color Cylindrical-coordinate representation of color #E095E0: hue angle of 300º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E095E0 is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 224 | - |
| CMYK | 0 | 0.33 | 0 | 0.12 |
| HSL | 300º | 0.55% | 0.73% | - |
| HSV(B) | 300º | 0.33% | 0.88% | - |
| XYZ | 54.94 | 42.72 | 75.87 | - |
| YUV | 179.98 | 152.85 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 224 | 0 | 0.33 | 0 | 0.12 | 300 | 0.55 | 0.73 |
| Hex | E0 | 95 | E0 | 0 | 21 | 0 | C | 12C | 37 | 49 |
| Octal | 340 | 225 | 340 | 0 | 41 | 0 | 14 | 454 | 67 | 111 |
| Binary | 11100000 | 10010101 | 11100000 | 0 | 100001 | 0 | 1100 | 100101100 | 110111 | 1001001 |
Color Harmonies of #E095E0
Complementary color
Monochromatic Colors of #E095E0
Black with #E095E0
Text Example
Text Example
White with #E095E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E095E0; }
p { color: rgb(224,149,224); }
H1.HeaderClassName
{
color: #E095E0;
}
.AnyTagClassName
{
color: #E095E0;
}
</style>
background-color css
<style>
a { background-color: #E095E0; }
a { background-color: rgb(224,149,224); }
div.DivClassName
{
background-color: #E095E0;
}
.BgClassName
{
background-color: #E095E0;
}
</style>
border-color css
<style>
span { border-color: #E095E0; }
span { border-color: rgb(224,149,224); }
td.TdClassName
{
border-color: #E095E0;
}
.TagClassName
{
border-color: #E095E0;
}
</style>