Shades of Plum #E08FE5
Tints of Plum #E08FE5
RGB
CMYK
RGB Variations
Color information
#E08FE5 (or 0xE08FE5) is known color: Plum. HEX triplet: E0, 8F and E5. RGB value is (224,143,229). Sum of RGB (Red+Green+Blue) = 224+143+229=596 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.58% from 596); Green value is 143 (56.25% from 255 or 23.99% from 596); Blue value is 229 (89.84% from 255 or 38.42% from 596); Max value from RGB is 229 - color contains mainly: blue. Hex color #E08FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08FE5 is #1F701A. Grayscale: #B0B0B0. Windows color (decimal): -2060315 or 15044576. OLE color: 15044576.
HSL color Cylindrical-coordinate representation of color #E08FE5: hue angle of 296.51º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E08FE5 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 143 | 229 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.10 |
| HSL | 296.51º | 0.62% | 0.73% | - |
| HSV(B) | 296.51º | 0.38% | 0.9% | - |
| XYZ | 54.71 | 41.15 | 79.19 | - |
| YUV | 177.02 | 157.34 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 229 | 0.02 | 0.38 | 0 | 0.10 | 296.51 | 0.62 | 0.73 |
| Hex | E0 | 8F | E5 | 2 | 26 | 0 | A | 129 | 3E | 49 |
| Octal | 340 | 217 | 345 | 2 | 46 | 0 | 12 | 451 | 76 | 111 |
| Binary | 11100000 | 10001111 | 11100101 | 10 | 100110 | 0 | 1010 | 100101001 | 111110 | 1001001 |
Color Harmonies of #E08FE5
Complementary color
Monochromatic Colors of #E08FE5
Black with #E08FE5
Text Example
Text Example
White with #E08FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08FE5; }
p { color: rgb(224,143,229); }
H1.HeaderClassName
{
color: #E08FE5;
}
.AnyTagClassName
{
color: #E08FE5;
}
</style>
background-color css
<style>
a { background-color: #E08FE5; }
a { background-color: rgb(224,143,229); }
div.DivClassName
{
background-color: #E08FE5;
}
.BgClassName
{
background-color: #E08FE5;
}
</style>
border-color css
<style>
span { border-color: #E08FE5; }
span { border-color: rgb(224,143,229); }
td.TdClassName
{
border-color: #E08FE5;
}
.TagClassName
{
border-color: #E08FE5;
}
</style>