Shades of Plum #E08FDF
Tints of Plum #E08FDF
RGB
CMYK
RGB Variations
Color information
#E08FDF (or 0xE08FDF) is known color: Plum. HEX triplet: E0, 8F and DF. RGB value is (224,143,223). Sum of RGB (Red+Green+Blue) = 224+143+223=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 143 (56.25% from 255 or 24.24% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 224 - color contains mainly: red. Hex color #E08FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08FDF is #1F7020. Grayscale: #B0B0B0. Windows color (decimal): -2060321 or 14651360. OLE color: 14651360.
HSL color Cylindrical-coordinate representation of color #E08FDF: hue angle of 300.74º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E08FDF is Cyan = 0, Magento = 0.36, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 143 | 223 | - |
| CMYK | 0 | 0.36 | 0.00 | 0.12 |
| HSL | 300.74º | 0.57% | 0.72% | - |
| HSV(B) | 300.74º | 0.36% | 0.88% | - |
| XYZ | 53.88 | 40.82 | 74.85 | - |
| YUV | 176.34 | 154.34 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 223 | 0 | 0.36 | 0.00 | 0.12 | 300.74 | 0.57 | 0.72 |
| Hex | E0 | 8F | DF | 0 | 24 | 0 | C | 12D | 39 | 48 |
| Octal | 340 | 217 | 337 | 0 | 44 | 0 | 14 | 455 | 71 | 110 |
| Binary | 11100000 | 10001111 | 11011111 | 0 | 100100 | 0 | 1100 | 100101101 | 111001 | 1001000 |
Color Harmonies of #E08FDF
Complementary color
Monochromatic Colors of #E08FDF
Black with #E08FDF
Text Example
Text Example
White with #E08FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08FDF; }
p { color: rgb(224,143,223); }
H1.HeaderClassName
{
color: #E08FDF;
}
.AnyTagClassName
{
color: #E08FDF;
}
</style>
background-color css
<style>
a { background-color: #E08FDF; }
a { background-color: rgb(224,143,223); }
div.DivClassName
{
background-color: #E08FDF;
}
.BgClassName
{
background-color: #E08FDF;
}
</style>
border-color css
<style>
span { border-color: #E08FDF; }
span { border-color: rgb(224,143,223); }
td.TdClassName
{
border-color: #E08FDF;
}
.TagClassName
{
border-color: #E08FDF;
}
</style>