Shades of Plum #EAA5EF
Tints of Plum #EAA5EF
RGB
CMYK
RGB Variations
Color information
#EAA5EF (or 0xEAA5EF) is known color: Plum. HEX triplet: EA, A5 and EF. RGB value is (234,165,239). Sum of RGB (Red+Green+Blue) = 234+165+239=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 165 (64.84% from 255 or 25.86% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAA5EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA5EF is #155A10. Grayscale: #C1C1C1. Windows color (decimal): -1399313 or 15705578. OLE color: 15705578.
HSL color Cylindrical-coordinate representation of color #EAA5EF: hue angle of 295.95º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAA5EF is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 165 | 239 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.06 |
| HSL | 295.95º | 0.7% | 0.79% | - |
| HSV(B) | 295.95º | 0.31% | 0.94% | - |
| XYZ | 62.97 | 50.63 | 88.12 | - |
| YUV | 194.07 | 153.36 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 165 | 239 | 0.02 | 0.31 | 0 | 0.06 | 295.95 | 0.7 | 0.79 |
| Hex | EA | A5 | EF | 2 | 1F | 0 | 6 | 128 | 46 | 4F |
| Octal | 352 | 245 | 357 | 2 | 37 | 0 | 6 | 450 | 106 | 117 |
| Binary | 11101010 | 10100101 | 11101111 | 10 | 11111 | 0 | 110 | 100101000 | 1000110 | 1001111 |
Color Harmonies of #EAA5EF
Complementary color
Monochromatic Colors of #EAA5EF
Black with #EAA5EF
Text Example
Text Example
White with #EAA5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA5EF; }
p { color: rgb(234,165,239); }
H1.HeaderClassName
{
color: #EAA5EF;
}
.AnyTagClassName
{
color: #EAA5EF;
}
</style>
background-color css
<style>
a { background-color: #EAA5EF; }
a { background-color: rgb(234,165,239); }
div.DivClassName
{
background-color: #EAA5EF;
}
.BgClassName
{
background-color: #EAA5EF;
}
</style>
border-color css
<style>
span { border-color: #EAA5EF; }
span { border-color: rgb(234,165,239); }
td.TdClassName
{
border-color: #EAA5EF;
}
.TagClassName
{
border-color: #EAA5EF;
}
</style>