Shades of Plum #EAA5E0
Tints of Plum #EAA5E0
RGB
CMYK
RGB Variations
Color information
#EAA5E0 (or 0xEAA5E0) is known color: Plum. HEX triplet: EA, A5 and E0. RGB value is (234,165,224). Sum of RGB (Red+Green+Blue) = 234+165+224=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 165 (64.84% from 255 or 26.48% from 623); Blue value is 224 (87.89% from 255 or 35.96% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA5E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA5E0 is #155A1F. Grayscale: #C0C0C0. Windows color (decimal): -1399328 or 14722538. OLE color: 14722538.
HSL color Cylindrical-coordinate representation of color #EAA5E0: hue angle of 308.7º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAA5E0 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 165 | 224 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.08 |
| HSL | 308.7º | 0.62% | 0.78% | - |
| HSV(B) | 308.7º | 0.29% | 0.92% | - |
| XYZ | 60.84 | 49.78 | 76.92 | - |
| YUV | 192.36 | 145.86 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 165 | 224 | 0 | 0.29 | 0.04 | 0.08 | 308.7 | 0.62 | 0.78 |
| Hex | EA | A5 | E0 | 0 | 1D | 4 | 8 | 135 | 3E | 4E |
| Octal | 352 | 245 | 340 | 0 | 35 | 4 | 10 | 465 | 76 | 116 |
| Binary | 11101010 | 10100101 | 11100000 | 0 | 11101 | 100 | 1000 | 100110101 | 111110 | 1001110 |
Color Harmonies of #EAA5E0
Complementary color
Monochromatic Colors of #EAA5E0
Black with #EAA5E0
Text Example
Text Example
White with #EAA5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA5E0; }
p { color: rgb(234,165,224); }
H1.HeaderClassName
{
color: #EAA5E0;
}
.AnyTagClassName
{
color: #EAA5E0;
}
</style>
background-color css
<style>
a { background-color: #EAA5E0; }
a { background-color: rgb(234,165,224); }
div.DivClassName
{
background-color: #EAA5E0;
}
.BgClassName
{
background-color: #EAA5E0;
}
</style>
border-color css
<style>
span { border-color: #EAA5E0; }
span { border-color: rgb(234,165,224); }
td.TdClassName
{
border-color: #EAA5E0;
}
.TagClassName
{
border-color: #EAA5E0;
}
</style>