Shades of Plum #EAA5E6
Tints of Plum #EAA5E6
RGB
CMYK
RGB Variations
Color information
#EAA5E6 (or 0xEAA5E6) is known color: Plum. HEX triplet: EA, A5 and E6. RGB value is (234,165,230). Sum of RGB (Red+Green+Blue) = 234+165+230=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 165 (64.84% from 255 or 26.23% from 629); Blue value is 230 (90.23% from 255 or 36.57% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA5E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA5E6 is #155A19. Grayscale: #C0C0C0. Windows color (decimal): -1399322 or 15115754. OLE color: 15115754.
HSL color Cylindrical-coordinate representation of color #EAA5E6: hue angle of 303.48º 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 #EAA5E6 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 165 | 230 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.08 |
| HSL | 303.48º | 0.62% | 0.78% | - |
| HSV(B) | 303.48º | 0.29% | 0.92% | - |
| XYZ | 61.67 | 50.12 | 81.29 | - |
| YUV | 193.04 | 148.86 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 165 | 230 | 0 | 0.29 | 0.02 | 0.08 | 303.48 | 0.62 | 0.78 |
| Hex | EA | A5 | E6 | 0 | 1D | 2 | 8 | 12F | 3E | 4E |
| Octal | 352 | 245 | 346 | 0 | 35 | 2 | 10 | 457 | 76 | 116 |
| Binary | 11101010 | 10100101 | 11100110 | 0 | 11101 | 10 | 1000 | 100101111 | 111110 | 1001110 |
Color Harmonies of #EAA5E6
Complementary color
Monochromatic Colors of #EAA5E6
Black with #EAA5E6
Text Example
Text Example
White with #EAA5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA5E6; }
p { color: rgb(234,165,230); }
H1.HeaderClassName
{
color: #EAA5E6;
}
.AnyTagClassName
{
color: #EAA5E6;
}
</style>
background-color css
<style>
a { background-color: #EAA5E6; }
a { background-color: rgb(234,165,230); }
div.DivClassName
{
background-color: #EAA5E6;
}
.BgClassName
{
background-color: #EAA5E6;
}
</style>
border-color css
<style>
span { border-color: #EAA5E6; }
span { border-color: rgb(234,165,230); }
td.TdClassName
{
border-color: #EAA5E6;
}
.TagClassName
{
border-color: #EAA5E6;
}
</style>