Shades of Plum #EA9BE7
Tints of Plum #EA9BE7
RGB
CMYK
RGB Variations
Color information
#EA9BE7 (or 0xEA9BE7) is known color: Plum. HEX triplet: EA, 9B and E7. RGB value is (234,155,231). Sum of RGB (Red+Green+Blue) = 234+155+231=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 155 (60.94% from 255 or 25% from 620); Blue value is 231 (90.62% from 255 or 37.26% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9BE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9BE7 is #156418. Grayscale: #BBBBBB. Windows color (decimal): -1401881 or 15178730. OLE color: 15178730.
HSL color Cylindrical-coordinate representation of color #EA9BE7: hue angle of 302.28º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EA9BE7 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 155 | 231 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.08 |
| HSL | 302.28º | 0.65% | 0.76% | - |
| HSV(B) | 302.28º | 0.34% | 0.92% | - |
| XYZ | 60.08 | 46.7 | 81.45 | - |
| YUV | 187.29 | 152.67 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 155 | 231 | 0 | 0.34 | 0.01 | 0.08 | 302.28 | 0.65 | 0.76 |
| Hex | EA | 9B | E7 | 0 | 22 | 1 | 8 | 12E | 41 | 4C |
| Octal | 352 | 233 | 347 | 0 | 42 | 1 | 10 | 456 | 101 | 114 |
| Binary | 11101010 | 10011011 | 11100111 | 0 | 100010 | 1 | 1000 | 100101110 | 1000001 | 1001100 |
Color Harmonies of #EA9BE7
Complementary color
Monochromatic Colors of #EA9BE7
Black with #EA9BE7
Text Example
Text Example
White with #EA9BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9BE7; }
p { color: rgb(234,155,231); }
H1.HeaderClassName
{
color: #EA9BE7;
}
.AnyTagClassName
{
color: #EA9BE7;
}
</style>
background-color css
<style>
a { background-color: #EA9BE7; }
a { background-color: rgb(234,155,231); }
div.DivClassName
{
background-color: #EA9BE7;
}
.BgClassName
{
background-color: #EA9BE7;
}
</style>
border-color css
<style>
span { border-color: #EA9BE7; }
span { border-color: rgb(234,155,231); }
td.TdClassName
{
border-color: #EA9BE7;
}
.TagClassName
{
border-color: #EA9BE7;
}
</style>