Shades of Plum #E08FE7
Tints of Plum #E08FE7
RGB
CMYK
RGB Variations
Color information
#E08FE7 (or 0xE08FE7) is known color: Plum. HEX triplet: E0, 8F and E7. RGB value is (224,143,231). Sum of RGB (Red+Green+Blue) = 224+143+231=598 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.46% from 598); Green value is 143 (56.25% from 255 or 23.91% from 598); Blue value is 231 (90.62% from 255 or 38.63% from 598); Max value from RGB is 231 - color contains mainly: blue. Hex color #E08FE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08FE7 is #1F7018. Grayscale: #B0B0B0. Windows color (decimal): -2060313 or 15175648. OLE color: 15175648.
HSL color Cylindrical-coordinate representation of color #E08FE7: hue angle of 295.23º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E08FE7 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 143 | 231 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.09 |
| HSL | 295.23º | 0.65% | 0.73% | - |
| HSV(B) | 295.23º | 0.38% | 0.91% | - |
| XYZ | 54.99 | 41.26 | 80.67 | - |
| YUV | 177.25 | 158.34 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 231 | 0.03 | 0.38 | 0 | 0.09 | 295.23 | 0.65 | 0.73 |
| Hex | E0 | 8F | E7 | 3 | 26 | 0 | 9 | 127 | 41 | 49 |
| Octal | 340 | 217 | 347 | 3 | 46 | 0 | 11 | 447 | 101 | 111 |
| Binary | 11100000 | 10001111 | 11100111 | 11 | 100110 | 0 | 1001 | 100100111 | 1000001 | 1001001 |
Color Harmonies of #E08FE7
Complementary color
Monochromatic Colors of #E08FE7
Black with #E08FE7
Text Example
Text Example
White with #E08FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08FE7; }
p { color: rgb(224,143,231); }
H1.HeaderClassName
{
color: #E08FE7;
}
.AnyTagClassName
{
color: #E08FE7;
}
</style>
background-color css
<style>
a { background-color: #E08FE7; }
a { background-color: rgb(224,143,231); }
div.DivClassName
{
background-color: #E08FE7;
}
.BgClassName
{
background-color: #E08FE7;
}
</style>
border-color css
<style>
span { border-color: #E08FE7; }
span { border-color: rgb(224,143,231); }
td.TdClassName
{
border-color: #E08FE7;
}
.TagClassName
{
border-color: #E08FE7;
}
</style>