Shades of Plum #EA9FF1
Tints of Plum #EA9FF1
RGB
CMYK
RGB Variations
Color information
#EA9FF1 (or 0xEA9FF1) is known color: Plum. HEX triplet: EA, 9F and F1. RGB value is (234,159,241). Sum of RGB (Red+Green+Blue) = 234+159+241=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 159 (62.5% from 255 or 25.08% from 634); Blue value is 241 (94.53% from 255 or 38.01% from 634); Max value from RGB is 241 - color contains mainly: blue. Hex color #EA9FF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9FF1 is #15600E. Grayscale: #BEBEBE. Windows color (decimal): -1400847 or 15835114. OLE color: 15835114.
HSL color Cylindrical-coordinate representation of color #EA9FF1: hue angle of 294.88º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EA9FF1 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 159 | 241 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.05 |
| HSL | 294.88º | 0.75% | 0.78% | - |
| HSV(B) | 294.88º | 0.34% | 0.95% | - |
| XYZ | 62.21 | 48.64 | 89.33 | - |
| YUV | 190.77 | 156.35 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 159 | 241 | 0.03 | 0.34 | 0 | 0.05 | 294.88 | 0.75 | 0.78 |
| Hex | EA | 9F | F1 | 3 | 22 | 0 | 5 | 127 | 4B | 4E |
| Octal | 352 | 237 | 361 | 3 | 42 | 0 | 5 | 447 | 113 | 116 |
| Binary | 11101010 | 10011111 | 11110001 | 11 | 100010 | 0 | 101 | 100100111 | 1001011 | 1001110 |
Color Harmonies of #EA9FF1
Complementary color
Monochromatic Colors of #EA9FF1
Black with #EA9FF1
Text Example
Text Example
White with #EA9FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9FF1; }
p { color: rgb(234,159,241); }
H1.HeaderClassName
{
color: #EA9FF1;
}
.AnyTagClassName
{
color: #EA9FF1;
}
</style>
background-color css
<style>
a { background-color: #EA9FF1; }
a { background-color: rgb(234,159,241); }
div.DivClassName
{
background-color: #EA9FF1;
}
.BgClassName
{
background-color: #EA9FF1;
}
</style>
border-color css
<style>
span { border-color: #EA9FF1; }
span { border-color: rgb(234,159,241); }
td.TdClassName
{
border-color: #EA9FF1;
}
.TagClassName
{
border-color: #EA9FF1;
}
</style>