Shades of Plum #EAA5E2
Tints of Plum #EAA5E2
RGB
CMYK
RGB Variations
Color information
#EAA5E2 (or 0xEAA5E2) is known color: Plum. HEX triplet: EA, A5 and E2. RGB value is (234,165,226). Sum of RGB (Red+Green+Blue) = 234+165+226=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 165 (64.84% from 255 or 26.4% from 625); Blue value is 226 (88.67% from 255 or 36.16% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA5E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA5E2 is #155A1D. Grayscale: #C0C0C0. Windows color (decimal): -1399326 or 14853610. OLE color: 14853610.
HSL color Cylindrical-coordinate representation of color #EAA5E2: hue angle of 306.96º 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 #EAA5E2 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 165 | 226 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.08 |
| HSL | 306.96º | 0.62% | 0.78% | - |
| HSV(B) | 306.96º | 0.29% | 0.92% | - |
| XYZ | 61.11 | 49.89 | 78.36 | - |
| YUV | 192.59 | 146.86 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 165 | 226 | 0 | 0.29 | 0.03 | 0.08 | 306.96 | 0.62 | 0.78 |
| Hex | EA | A5 | E2 | 0 | 1D | 3 | 8 | 133 | 3E | 4E |
| Octal | 352 | 245 | 342 | 0 | 35 | 3 | 10 | 463 | 76 | 116 |
| Binary | 11101010 | 10100101 | 11100010 | 0 | 11101 | 11 | 1000 | 100110011 | 111110 | 1001110 |
Color Harmonies of #EAA5E2
Complementary color
Monochromatic Colors of #EAA5E2
Black with #EAA5E2
Text Example
Text Example
White with #EAA5E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA5E2; }
p { color: rgb(234,165,226); }
H1.HeaderClassName
{
color: #EAA5E2;
}
.AnyTagClassName
{
color: #EAA5E2;
}
</style>
background-color css
<style>
a { background-color: #EAA5E2; }
a { background-color: rgb(234,165,226); }
div.DivClassName
{
background-color: #EAA5E2;
}
.BgClassName
{
background-color: #EAA5E2;
}
</style>
border-color css
<style>
span { border-color: #EAA5E2; }
span { border-color: rgb(234,165,226); }
td.TdClassName
{
border-color: #EAA5E2;
}
.TagClassName
{
border-color: #EAA5E2;
}
</style>