Shades of Plum #EAA3E5
Tints of Plum #EAA3E5
RGB
CMYK
RGB Variations
Color information
#EAA3E5 (or 0xEAA3E5) is known color: Plum. HEX triplet: EA, A3 and E5. RGB value is (234,163,229). Sum of RGB (Red+Green+Blue) = 234+163+229=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 163 (64.06% from 255 or 26.04% from 626); Blue value is 229 (89.84% from 255 or 36.58% from 626); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA3E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA3E5 is #155C1A. Grayscale: #BFBFBF. Windows color (decimal): -1399835 or 15049706. OLE color: 15049706.
HSL color Cylindrical-coordinate representation of color #EAA3E5: hue angle of 304.23º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAA3E5 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 163 | 229 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.08 |
| HSL | 304.23º | 0.63% | 0.78% | - |
| HSV(B) | 304.23º | 0.3% | 0.92% | - |
| XYZ | 61.17 | 49.34 | 80.43 | - |
| YUV | 191.75 | 149.02 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 163 | 229 | 0 | 0.30 | 0.02 | 0.08 | 304.23 | 0.63 | 0.78 |
| Hex | EA | A3 | E5 | 0 | 1E | 2 | 8 | 130 | 3F | 4E |
| Octal | 352 | 243 | 345 | 0 | 36 | 2 | 10 | 460 | 77 | 116 |
| Binary | 11101010 | 10100011 | 11100101 | 0 | 11110 | 10 | 1000 | 100110000 | 111111 | 1001110 |
Color Harmonies of #EAA3E5
Complementary color
Monochromatic Colors of #EAA3E5
Black with #EAA3E5
Text Example
Text Example
White with #EAA3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA3E5; }
p { color: rgb(234,163,229); }
H1.HeaderClassName
{
color: #EAA3E5;
}
.AnyTagClassName
{
color: #EAA3E5;
}
</style>
background-color css
<style>
a { background-color: #EAA3E5; }
a { background-color: rgb(234,163,229); }
div.DivClassName
{
background-color: #EAA3E5;
}
.BgClassName
{
background-color: #EAA3E5;
}
</style>
border-color css
<style>
span { border-color: #EAA3E5; }
span { border-color: rgb(234,163,229); }
td.TdClassName
{
border-color: #EAA3E5;
}
.TagClassName
{
border-color: #EAA3E5;
}
</style>