Shades of Plum #EAA1E6
Tints of Plum #EAA1E6
RGB
CMYK
RGB Variations
Color information
#EAA1E6 (or 0xEAA1E6) is known color: Plum. HEX triplet: EA, A1 and E6. RGB value is (234,161,230). Sum of RGB (Red+Green+Blue) = 234+161+230=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 161 (63.28% from 255 or 25.76% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA1E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA1E6 is #155E19. Grayscale: #BEBEBE. Windows color (decimal): -1400346 or 15114730. OLE color: 15114730.
HSL color Cylindrical-coordinate representation of color #EAA1E6: hue angle of 303.29º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAA1E6 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 161 | 230 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.08 |
| HSL | 303.29º | 0.63% | 0.77% | - |
| HSV(B) | 303.29º | 0.31% | 0.92% | - |
| XYZ | 60.96 | 48.7 | 81.05 | - |
| YUV | 190.69 | 150.18 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 161 | 230 | 0 | 0.31 | 0.02 | 0.08 | 303.29 | 0.63 | 0.77 |
| Hex | EA | A1 | E6 | 0 | 1F | 2 | 8 | 12F | 3F | 4D |
| Octal | 352 | 241 | 346 | 0 | 37 | 2 | 10 | 457 | 77 | 115 |
| Binary | 11101010 | 10100001 | 11100110 | 0 | 11111 | 10 | 1000 | 100101111 | 111111 | 1001101 |
Color Harmonies of #EAA1E6
Complementary color
Monochromatic Colors of #EAA1E6
Black with #EAA1E6
Text Example
Text Example
White with #EAA1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA1E6; }
p { color: rgb(234,161,230); }
H1.HeaderClassName
{
color: #EAA1E6;
}
.AnyTagClassName
{
color: #EAA1E6;
}
</style>
background-color css
<style>
a { background-color: #EAA1E6; }
a { background-color: rgb(234,161,230); }
div.DivClassName
{
background-color: #EAA1E6;
}
.BgClassName
{
background-color: #EAA1E6;
}
</style>
border-color css
<style>
span { border-color: #EAA1E6; }
span { border-color: rgb(234,161,230); }
td.TdClassName
{
border-color: #EAA1E6;
}
.TagClassName
{
border-color: #EAA1E6;
}
</style>