Shades of Plum #EA9CE0
Tints of Plum #EA9CE0
RGB
CMYK
RGB Variations
Color information
#EA9CE0 (or 0xEA9CE0) is known color: Plum. HEX triplet: EA, 9C and E0. RGB value is (234,156,224). Sum of RGB (Red+Green+Blue) = 234+156+224=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 156 (61.33% from 255 or 25.41% from 614); Blue value is 224 (87.89% from 255 or 36.48% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9CE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9CE0 is #15631F. Grayscale: #BABABA. Windows color (decimal): -1401632 or 14720234. OLE color: 14720234.
HSL color Cylindrical-coordinate representation of color #EA9CE0: hue angle of 307.69º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EA9CE0 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 156 | 224 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.08 |
| HSL | 307.69º | 0.65% | 0.76% | - |
| HSV(B) | 307.69º | 0.33% | 0.92% | - |
| XYZ | 59.27 | 46.65 | 76.4 | - |
| YUV | 187.07 | 148.84 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 156 | 224 | 0 | 0.33 | 0.04 | 0.08 | 307.69 | 0.65 | 0.76 |
| Hex | EA | 9C | E0 | 0 | 21 | 4 | 8 | 134 | 41 | 4C |
| Octal | 352 | 234 | 340 | 0 | 41 | 4 | 10 | 464 | 101 | 114 |
| Binary | 11101010 | 10011100 | 11100000 | 0 | 100001 | 100 | 1000 | 100110100 | 1000001 | 1001100 |
Color Harmonies of #EA9CE0
Complementary color
Monochromatic Colors of #EA9CE0
Black with #EA9CE0
Text Example
Text Example
White with #EA9CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9CE0; }
p { color: rgb(234,156,224); }
H1.HeaderClassName
{
color: #EA9CE0;
}
.AnyTagClassName
{
color: #EA9CE0;
}
</style>
background-color css
<style>
a { background-color: #EA9CE0; }
a { background-color: rgb(234,156,224); }
div.DivClassName
{
background-color: #EA9CE0;
}
.BgClassName
{
background-color: #EA9CE0;
}
</style>
border-color css
<style>
span { border-color: #EA9CE0; }
span { border-color: rgb(234,156,224); }
td.TdClassName
{
border-color: #EA9CE0;
}
.TagClassName
{
border-color: #EA9CE0;
}
</style>