Shades of Plum #EAA5E5
Tints of Plum #EAA5E5
RGB
CMYK
RGB Variations
Color information
#EAA5E5 (or 0xEAA5E5) is known color: Plum. HEX triplet: EA, A5 and E5. RGB value is (234,165,229). Sum of RGB (Red+Green+Blue) = 234+165+229=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 165 (64.84% from 255 or 26.27% from 628); Blue value is 229 (89.84% from 255 or 36.46% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA5E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA5E5 is #155A1A. Grayscale: #C0C0C0. Windows color (decimal): -1399323 or 15050218. OLE color: 15050218.
HSL color Cylindrical-coordinate representation of color #EAA5E5: hue angle of 304.35º 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 #EAA5E5 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 165 | 229 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.08 |
| HSL | 304.35º | 0.62% | 0.78% | - |
| HSV(B) | 304.35º | 0.29% | 0.92% | - |
| XYZ | 61.53 | 50.06 | 80.55 | - |
| YUV | 192.93 | 148.36 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 165 | 229 | 0 | 0.29 | 0.02 | 0.08 | 304.35 | 0.62 | 0.78 |
| Hex | EA | A5 | E5 | 0 | 1D | 2 | 8 | 130 | 3E | 4E |
| Octal | 352 | 245 | 345 | 0 | 35 | 2 | 10 | 460 | 76 | 116 |
| Binary | 11101010 | 10100101 | 11100101 | 0 | 11101 | 10 | 1000 | 100110000 | 111110 | 1001110 |
Color Harmonies of #EAA5E5
Complementary color
Monochromatic Colors of #EAA5E5
Black with #EAA5E5
Text Example
Text Example
White with #EAA5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA5E5; }
p { color: rgb(234,165,229); }
H1.HeaderClassName
{
color: #EAA5E5;
}
.AnyTagClassName
{
color: #EAA5E5;
}
</style>
background-color css
<style>
a { background-color: #EAA5E5; }
a { background-color: rgb(234,165,229); }
div.DivClassName
{
background-color: #EAA5E5;
}
.BgClassName
{
background-color: #EAA5E5;
}
</style>
border-color css
<style>
span { border-color: #EAA5E5; }
span { border-color: rgb(234,165,229); }
td.TdClassName
{
border-color: #EAA5E5;
}
.TagClassName
{
border-color: #EAA5E5;
}
</style>