Shades of Plum #EAA6E2
Tints of Plum #EAA6E2
RGB
CMYK
RGB Variations
Color information
#EAA6E2 (or 0xEAA6E2) is known color: Plum. HEX triplet: EA, A6 and E2. RGB value is (234,166,226). Sum of RGB (Red+Green+Blue) = 234+166+226=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 166 (65.23% from 255 or 26.52% from 626); Blue value is 226 (88.67% from 255 or 36.10% from 626); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA6E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA6E2 is #15591D. Grayscale: #C1C1C1. Windows color (decimal): -1399070 or 14853866. OLE color: 14853866.
HSL color Cylindrical-coordinate representation of color #EAA6E2: hue angle of 307.06º 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 #EAA6E2 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 166 | 226 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.08 |
| HSL | 307.06º | 0.62% | 0.78% | - |
| HSV(B) | 307.06º | 0.29% | 0.92% | - |
| XYZ | 61.3 | 50.26 | 78.42 | - |
| YUV | 193.17 | 146.53 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 166 | 226 | 0 | 0.29 | 0.03 | 0.08 | 307.06 | 0.62 | 0.78 |
| Hex | EA | A6 | E2 | 0 | 1D | 3 | 8 | 133 | 3E | 4E |
| Octal | 352 | 246 | 342 | 0 | 35 | 3 | 10 | 463 | 76 | 116 |
| Binary | 11101010 | 10100110 | 11100010 | 0 | 11101 | 11 | 1000 | 100110011 | 111110 | 1001110 |
Color Harmonies of #EAA6E2
Complementary color
Monochromatic Colors of #EAA6E2
Black with #EAA6E2
Text Example
Text Example
White with #EAA6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA6E2; }
p { color: rgb(234,166,226); }
H1.HeaderClassName
{
color: #EAA6E2;
}
.AnyTagClassName
{
color: #EAA6E2;
}
</style>
background-color css
<style>
a { background-color: #EAA6E2; }
a { background-color: rgb(234,166,226); }
div.DivClassName
{
background-color: #EAA6E2;
}
.BgClassName
{
background-color: #EAA6E2;
}
</style>
border-color css
<style>
span { border-color: #EAA6E2; }
span { border-color: rgb(234,166,226); }
td.TdClassName
{
border-color: #EAA6E2;
}
.TagClassName
{
border-color: #EAA6E2;
}
</style>