Shades of Plum #EAA6E6
Tints of Plum #EAA6E6
RGB
CMYK
RGB Variations
Color information
#EAA6E6 (or 0xEAA6E6) is known color: Plum. HEX triplet: EA, A6 and E6. RGB value is (234,166,230). Sum of RGB (Red+Green+Blue) = 234+166+230=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 166 (65.23% from 255 or 26.35% from 630); Blue value is 230 (90.23% from 255 or 36.51% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA6E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA6E6 is #155919. Grayscale: #C1C1C1. Windows color (decimal): -1399066 or 15116010. OLE color: 15116010.
HSL color Cylindrical-coordinate representation of color #EAA6E6: hue angle of 303.53º 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 #EAA6E6 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 166 | 230 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.08 |
| HSL | 303.53º | 0.62% | 0.78% | - |
| HSV(B) | 303.53º | 0.29% | 0.92% | - |
| XYZ | 61.85 | 50.48 | 81.35 | - |
| YUV | 193.63 | 148.53 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 166 | 230 | 0 | 0.29 | 0.02 | 0.08 | 303.53 | 0.62 | 0.78 |
| Hex | EA | A6 | E6 | 0 | 1D | 2 | 8 | 130 | 3E | 4E |
| Octal | 352 | 246 | 346 | 0 | 35 | 2 | 10 | 460 | 76 | 116 |
| Binary | 11101010 | 10100110 | 11100110 | 0 | 11101 | 10 | 1000 | 100110000 | 111110 | 1001110 |
Color Harmonies of #EAA6E6
Complementary color
Monochromatic Colors of #EAA6E6
Black with #EAA6E6
Text Example
Text Example
White with #EAA6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA6E6; }
p { color: rgb(234,166,230); }
H1.HeaderClassName
{
color: #EAA6E6;
}
.AnyTagClassName
{
color: #EAA6E6;
}
</style>
background-color css
<style>
a { background-color: #EAA6E6; }
a { background-color: rgb(234,166,230); }
div.DivClassName
{
background-color: #EAA6E6;
}
.BgClassName
{
background-color: #EAA6E6;
}
</style>
border-color css
<style>
span { border-color: #EAA6E6; }
span { border-color: rgb(234,166,230); }
td.TdClassName
{
border-color: #EAA6E6;
}
.TagClassName
{
border-color: #EAA6E6;
}
</style>