Shades of Plum #E08FE4
Tints of Plum #E08FE4
RGB
CMYK
RGB Variations
Color information
#E08FE4 (or 0xE08FE4) is known color: Plum. HEX triplet: E0, 8F and E4. RGB value is (224,143,228). Sum of RGB (Red+Green+Blue) = 224+143+228=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 143 (56.25% from 255 or 24.03% from 595); Blue value is 228 (89.45% from 255 or 38.32% from 595); Max value from RGB is 228 - color contains mainly: blue. Hex color #E08FE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08FE4 is #1F701B. Grayscale: #B0B0B0. Windows color (decimal): -2060316 or 14979040. OLE color: 14979040.
HSL color Cylindrical-coordinate representation of color #E08FE4: hue angle of 297.18º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E08FE4 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 143 | 228 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.11 |
| HSL | 297.18º | 0.61% | 0.73% | - |
| HSV(B) | 297.18º | 0.37% | 0.89% | - |
| XYZ | 54.57 | 41.09 | 78.45 | - |
| YUV | 176.91 | 156.84 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 228 | 0.02 | 0.37 | 0 | 0.11 | 297.18 | 0.61 | 0.73 |
| Hex | E0 | 8F | E4 | 2 | 25 | 0 | B | 129 | 3D | 49 |
| Octal | 340 | 217 | 344 | 2 | 45 | 0 | 13 | 451 | 75 | 111 |
| Binary | 11100000 | 10001111 | 11100100 | 10 | 100101 | 0 | 1011 | 100101001 | 111101 | 1001001 |
Color Harmonies of #E08FE4
Complementary color
Monochromatic Colors of #E08FE4
Black with #E08FE4
Text Example
Text Example
White with #E08FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08FE4; }
p { color: rgb(224,143,228); }
H1.HeaderClassName
{
color: #E08FE4;
}
.AnyTagClassName
{
color: #E08FE4;
}
</style>
background-color css
<style>
a { background-color: #E08FE4; }
a { background-color: rgb(224,143,228); }
div.DivClassName
{
background-color: #E08FE4;
}
.BgClassName
{
background-color: #E08FE4;
}
</style>
border-color css
<style>
span { border-color: #E08FE4; }
span { border-color: rgb(224,143,228); }
td.TdClassName
{
border-color: #E08FE4;
}
.TagClassName
{
border-color: #E08FE4;
}
</style>