Shades of Plum #E08BDF
Tints of Plum #E08BDF
RGB
CMYK
RGB Variations
Color information
#E08BDF (or 0xE08BDF) is known color: Plum. HEX triplet: E0, 8B and DF. RGB value is (224,139,223). Sum of RGB (Red+Green+Blue) = 224+139+223=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 139 (54.69% from 255 or 23.72% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 224 - color contains mainly: red. Hex color #E08BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08BDF is #1F7420. Grayscale: #ADADAD. Windows color (decimal): -2061345 or 14650336. OLE color: 14650336.
HSL color Cylindrical-coordinate representation of color #E08BDF: hue angle of 300.71º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E08BDF is Cyan = 0, Magento = 0.38, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 139 | 223 | - |
| CMYK | 0 | 0.38 | 0.00 | 0.12 |
| HSL | 300.71º | 0.58% | 0.71% | - |
| HSV(B) | 300.71º | 0.38% | 0.88% | - |
| XYZ | 53.29 | 39.64 | 74.65 | - |
| YUV | 173.99 | 155.66 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 139 | 223 | 0 | 0.38 | 0.00 | 0.12 | 300.71 | 0.58 | 0.71 |
| Hex | E0 | 8B | DF | 0 | 26 | 0 | C | 12D | 3A | 47 |
| Octal | 340 | 213 | 337 | 0 | 46 | 0 | 14 | 455 | 72 | 107 |
| Binary | 11100000 | 10001011 | 11011111 | 0 | 100110 | 0 | 1100 | 100101101 | 111010 | 1000111 |
Color Harmonies of #E08BDF
Complementary color
Monochromatic Colors of #E08BDF
Black with #E08BDF
Text Example
Text Example
White with #E08BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08BDF; }
p { color: rgb(224,139,223); }
H1.HeaderClassName
{
color: #E08BDF;
}
.AnyTagClassName
{
color: #E08BDF;
}
</style>
background-color css
<style>
a { background-color: #E08BDF; }
a { background-color: rgb(224,139,223); }
div.DivClassName
{
background-color: #E08BDF;
}
.BgClassName
{
background-color: #E08BDF;
}
</style>
border-color css
<style>
span { border-color: #E08BDF; }
span { border-color: rgb(224,139,223); }
td.TdClassName
{
border-color: #E08BDF;
}
.TagClassName
{
border-color: #E08BDF;
}
</style>