Shades of Plum #EA9FDF
Tints of Plum #EA9FDF
RGB
CMYK
RGB Variations
Color information
#EA9FDF (or 0xEA9FDF) is known color: Plum. HEX triplet: EA, 9F and DF. RGB value is (234,159,223). Sum of RGB (Red+Green+Blue) = 234+159+223=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 159 (62.5% from 255 or 25.81% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9FDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9FDF is #156020. Grayscale: #BCBCBC. Windows color (decimal): -1400865 or 14655466. OLE color: 14655466.
HSL color Cylindrical-coordinate representation of color #EA9FDF: hue angle of 308.8º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EA9FDF is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 159 | 223 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.08 |
| HSL | 308.8º | 0.64% | 0.77% | - |
| HSV(B) | 308.8º | 0.32% | 0.92% | - |
| XYZ | 59.65 | 47.62 | 75.86 | - |
| YUV | 188.72 | 147.35 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 159 | 223 | 0 | 0.32 | 0.05 | 0.08 | 308.8 | 0.64 | 0.77 |
| Hex | EA | 9F | DF | 0 | 20 | 5 | 8 | 135 | 40 | 4D |
| Octal | 352 | 237 | 337 | 0 | 40 | 5 | 10 | 465 | 100 | 115 |
| Binary | 11101010 | 10011111 | 11011111 | 0 | 100000 | 101 | 1000 | 100110101 | 1000000 | 1001101 |
Color Harmonies of #EA9FDF
Complementary color
Monochromatic Colors of #EA9FDF
Black with #EA9FDF
Text Example
Text Example
White with #EA9FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9FDF; }
p { color: rgb(234,159,223); }
H1.HeaderClassName
{
color: #EA9FDF;
}
.AnyTagClassName
{
color: #EA9FDF;
}
</style>
background-color css
<style>
a { background-color: #EA9FDF; }
a { background-color: rgb(234,159,223); }
div.DivClassName
{
background-color: #EA9FDF;
}
.BgClassName
{
background-color: #EA9FDF;
}
</style>
border-color css
<style>
span { border-color: #EA9FDF; }
span { border-color: rgb(234,159,223); }
td.TdClassName
{
border-color: #EA9FDF;
}
.TagClassName
{
border-color: #EA9FDF;
}
</style>