Shades of Plum #EA9DF2
Tints of Plum #EA9DF2
RGB
CMYK
RGB Variations
Color information
#EA9DF2 (or 0xEA9DF2) is known color: Plum. HEX triplet: EA, 9D and F2. RGB value is (234,157,242). Sum of RGB (Red+Green+Blue) = 234+157+242=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 157 (61.72% from 255 or 24.80% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #EA9DF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9DF2 is #15620D. Grayscale: #BDBDBD. Windows color (decimal): -1401358 or 15900138. OLE color: 15900138.
HSL color Cylindrical-coordinate representation of color #EA9DF2: hue angle of 294.35º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EA9DF2 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 157 | 242 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.05 |
| HSL | 294.35º | 0.77% | 0.78% | - |
| HSV(B) | 294.35º | 0.35% | 0.95% | - |
| XYZ | 62.02 | 48.02 | 90 | - |
| YUV | 189.71 | 157.51 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 157 | 242 | 0.03 | 0.35 | 0 | 0.05 | 294.35 | 0.77 | 0.78 |
| Hex | EA | 9D | F2 | 3 | 23 | 0 | 5 | 126 | 4D | 4E |
| Octal | 352 | 235 | 362 | 3 | 43 | 0 | 5 | 446 | 115 | 116 |
| Binary | 11101010 | 10011101 | 11110010 | 11 | 100011 | 0 | 101 | 100100110 | 1001101 | 1001110 |
Color Harmonies of #EA9DF2
Complementary color
Monochromatic Colors of #EA9DF2
Black with #EA9DF2
Text Example
Text Example
White with #EA9DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9DF2; }
p { color: rgb(234,157,242); }
H1.HeaderClassName
{
color: #EA9DF2;
}
.AnyTagClassName
{
color: #EA9DF2;
}
</style>
background-color css
<style>
a { background-color: #EA9DF2; }
a { background-color: rgb(234,157,242); }
div.DivClassName
{
background-color: #EA9DF2;
}
.BgClassName
{
background-color: #EA9DF2;
}
</style>
border-color css
<style>
span { border-color: #EA9DF2; }
span { border-color: rgb(234,157,242); }
td.TdClassName
{
border-color: #EA9DF2;
}
.TagClassName
{
border-color: #EA9DF2;
}
</style>