Shades of Plum #E095E5
Tints of Plum #E095E5
RGB
CMYK
RGB Variations
Color information
#E095E5 (or 0xE095E5) is known color: Plum. HEX triplet: E0, 95 and E5. RGB value is (224,149,229). Sum of RGB (Red+Green+Blue) = 224+149+229=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 149 (58.59% from 255 or 24.75% from 602); Blue value is 229 (89.84% from 255 or 38.04% from 602); Max value from RGB is 229 - color contains mainly: blue. Hex color #E095E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095E5 is #1F6A1A. Grayscale: #B4B4B4. Windows color (decimal): -2058779 or 15046112. OLE color: 15046112.
HSL color Cylindrical-coordinate representation of color #E095E5: hue angle of 296.25º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E095E5 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 149 | 229 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.10 |
| HSL | 296.25º | 0.61% | 0.74% | - |
| HSV(B) | 296.25º | 0.35% | 0.9% | - |
| XYZ | 55.63 | 43 | 79.5 | - |
| YUV | 180.55 | 155.35 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 229 | 0.02 | 0.35 | 0 | 0.10 | 296.25 | 0.61 | 0.74 |
| Hex | E0 | 95 | E5 | 2 | 23 | 0 | A | 128 | 3D | 4A |
| Octal | 340 | 225 | 345 | 2 | 43 | 0 | 12 | 450 | 75 | 112 |
| Binary | 11100000 | 10010101 | 11100101 | 10 | 100011 | 0 | 1010 | 100101000 | 111101 | 1001010 |
Color Harmonies of #E095E5
Complementary color
Monochromatic Colors of #E095E5
Black with #E095E5
Text Example
Text Example
White with #E095E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E095E5; }
p { color: rgb(224,149,229); }
H1.HeaderClassName
{
color: #E095E5;
}
.AnyTagClassName
{
color: #E095E5;
}
</style>
background-color css
<style>
a { background-color: #E095E5; }
a { background-color: rgb(224,149,229); }
div.DivClassName
{
background-color: #E095E5;
}
.BgClassName
{
background-color: #E095E5;
}
</style>
border-color css
<style>
span { border-color: #E095E5; }
span { border-color: rgb(224,149,229); }
td.TdClassName
{
border-color: #E095E5;
}
.TagClassName
{
border-color: #E095E5;
}
</style>