Shades of Plum #EA9FED
Tints of Plum #EA9FED
RGB
CMYK
RGB Variations
Color information
#EA9FED (or 0xEA9FED) is known color: Plum. HEX triplet: EA, 9F and ED. RGB value is (234,159,237). Sum of RGB (Red+Green+Blue) = 234+159+237=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 159 (62.5% from 255 or 25.24% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA9FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9FED is #156012. Grayscale: #BEBEBE. Windows color (decimal): -1400851 or 15572970. OLE color: 15572970.
HSL color Cylindrical-coordinate representation of color #EA9FED: hue angle of 297.69º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EA9FED is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 234 | 159 | 237 | - |
CMYK | 0.01 | 0.33 | 0 | 0.07 |
HSL | 297.69º | 0.68% | 0.78% | - |
HSV(B) | 297.69º | 0.33% | 0.93% | - |
XYZ | 61.62 | 48.4 | 86.22 | - |
YUV | 190.32 | 154.35 | 159.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 159 | 237 | 0.01 | 0.33 | 0 | 0.07 | 297.69 | 0.68 | 0.78 |
Hex | EA | 9F | ED | 1 | 21 | 0 | 7 | 12A | 44 | 4E |
Octal | 352 | 237 | 355 | 1 | 41 | 0 | 7 | 452 | 104 | 116 |
Binary | 11101010 | 10011111 | 11101101 | 1 | 100001 | 0 | 111 | 100101010 | 1000100 | 1001110 |
Color Harmonies of #EA9FED
Complementary color
Monochromatic Colors of #EA9FED
Black with #EA9FED
Text Example
Text Example
White with #EA9FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9FED; }
p { color: rgb(234,159,237); }
H1.HeaderClassName
{
color: #EA9FED;
}
.AnyTagClassName
{
color: #EA9FED;
}
</style>
background-color css
<style>
a { background-color: #EA9FED; }
a { background-color: rgb(234,159,237); }
div.DivClassName
{
background-color: #EA9FED;
}
.BgClassName
{
background-color: #EA9FED;
}
</style>
border-color css
<style>
span { border-color: #EA9FED; }
span { border-color: rgb(234,159,237); }
td.TdClassName
{
border-color: #EA9FED;
}
.TagClassName
{
border-color: #EA9FED;
}
</style>