Shades of Plum #E08FD4
Tints of Plum #E08FD4
RGB
CMYK
RGB Variations
Color information
#E08FD4 (or 0xE08FD4) is known color: Plum. HEX triplet: E0, 8F and D4. RGB value is (224,143,212). Sum of RGB (Red+Green+Blue) = 224+143+212=579 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.69% from 579); Green value is 143 (56.25% from 255 or 24.70% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 224 - color contains mainly: red. Hex color #E08FD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08FD4 is #1F702B. Grayscale: #AEAEAE. Windows color (decimal): -2060332 or 13930464. OLE color: 13930464.
HSL color Cylindrical-coordinate representation of color #E08FD4: hue angle of 308.89º 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 #E08FD4 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 143 | 212 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.12 |
| HSL | 308.89º | 0.57% | 0.72% | - |
| HSV(B) | 308.89º | 0.36% | 0.88% | - |
| XYZ | 52.45 | 40.25 | 67.29 | - |
| YUV | 175.09 | 148.84 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 212 | 0 | 0.36 | 0.05 | 0.12 | 308.89 | 0.57 | 0.72 |
| Hex | E0 | 8F | D4 | 0 | 24 | 5 | C | 135 | 39 | 48 |
| Octal | 340 | 217 | 324 | 0 | 44 | 5 | 14 | 465 | 71 | 110 |
| Binary | 11100000 | 10001111 | 11010100 | 0 | 100100 | 101 | 1100 | 100110101 | 111001 | 1001000 |
Color Harmonies of #E08FD4
Complementary color
Monochromatic Colors of #E08FD4
Black with #E08FD4
Text Example
Text Example
White with #E08FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08FD4; }
p { color: rgb(224,143,212); }
H1.HeaderClassName
{
color: #E08FD4;
}
.AnyTagClassName
{
color: #E08FD4;
}
</style>
background-color css
<style>
a { background-color: #E08FD4; }
a { background-color: rgb(224,143,212); }
div.DivClassName
{
background-color: #E08FD4;
}
.BgClassName
{
background-color: #E08FD4;
}
</style>
border-color css
<style>
span { border-color: #E08FD4; }
span { border-color: rgb(224,143,212); }
td.TdClassName
{
border-color: #E08FD4;
}
.TagClassName
{
border-color: #E08FD4;
}
</style>