Shades of Plum #EAA8E3
Tints of Plum #EAA8E3
RGB
CMYK
RGB Variations
Color information
#EAA8E3 (or 0xEAA8E3) is known color: Plum. HEX triplet: EA, A8 and E3. RGB value is (234,168,227). Sum of RGB (Red+Green+Blue) = 234+168+227=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 168 (66.02% from 255 or 26.71% from 629); Blue value is 227 (89.06% from 255 or 36.09% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA8E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA8E3 is #15571C. Grayscale: #C2C2C2. Windows color (decimal): -1398557 or 14919914. OLE color: 14919914.
HSL color Cylindrical-coordinate representation of color #EAA8E3: hue angle of 306.36º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAA8E3 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 227 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.08 |
| HSL | 306.36º | 0.61% | 0.79% | - |
| HSV(B) | 306.36º | 0.28% | 0.92% | - |
| XYZ | 61.8 | 51.04 | 79.27 | - |
| YUV | 194.46 | 146.37 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 227 | 0 | 0.28 | 0.03 | 0.08 | 306.36 | 0.61 | 0.79 |
| Hex | EA | A8 | E3 | 0 | 1C | 3 | 8 | 132 | 3D | 4F |
| Octal | 352 | 250 | 343 | 0 | 34 | 3 | 10 | 462 | 75 | 117 |
| Binary | 11101010 | 10101000 | 11100011 | 0 | 11100 | 11 | 1000 | 100110010 | 111101 | 1001111 |
Color Harmonies of #EAA8E3
Complementary color
Monochromatic Colors of #EAA8E3
Black with #EAA8E3
Text Example
Text Example
White with #EAA8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA8E3; }
p { color: rgb(234,168,227); }
H1.HeaderClassName
{
color: #EAA8E3;
}
.AnyTagClassName
{
color: #EAA8E3;
}
</style>
background-color css
<style>
a { background-color: #EAA8E3; }
a { background-color: rgb(234,168,227); }
div.DivClassName
{
background-color: #EAA8E3;
}
.BgClassName
{
background-color: #EAA8E3;
}
</style>
border-color css
<style>
span { border-color: #EAA8E3; }
span { border-color: rgb(234,168,227); }
td.TdClassName
{
border-color: #EAA8E3;
}
.TagClassName
{
border-color: #EAA8E3;
}
</style>