Shades of Plum #EAAEE8
Tints of Plum #EAAEE8
RGB
CMYK
RGB Variations
Color information
#EAAEE8 (or 0xEAAEE8) is known color: Plum. HEX triplet: EA, AE and E8. RGB value is (234,174,232). Sum of RGB (Red+Green+Blue) = 234+174+232=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 174 (68.36% from 255 or 27.19% from 640); Blue value is 232 (91.02% from 255 or 36.25% from 640); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAEE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAEE8 is #155117. Grayscale: #C6C6C6. Windows color (decimal): -1397016 or 15249130. OLE color: 15249130.
HSL color Cylindrical-coordinate representation of color #EAAEE8: hue angle of 302º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAAEE8 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 174 | 232 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.08 |
| HSL | 302º | 0.59% | 0.8% | - |
| HSV(B) | 302º | 0.26% | 0.92% | - |
| XYZ | 63.63 | 53.59 | 83.33 | - |
| YUV | 198.55 | 146.88 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 174 | 232 | 0 | 0.26 | 0.01 | 0.08 | 302 | 0.59 | 0.8 |
| Hex | EA | AE | E8 | 0 | 1A | 1 | 8 | 12E | 3B | 50 |
| Octal | 352 | 256 | 350 | 0 | 32 | 1 | 10 | 456 | 73 | 120 |
| Binary | 11101010 | 10101110 | 11101000 | 0 | 11010 | 1 | 1000 | 100101110 | 111011 | 1010000 |
Color Harmonies of #EAAEE8
Complementary color
Monochromatic Colors of #EAAEE8
Black with #EAAEE8
Text Example
Text Example
White with #EAAEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAEE8; }
p { color: rgb(234,174,232); }
H1.HeaderClassName
{
color: #EAAEE8;
}
.AnyTagClassName
{
color: #EAAEE8;
}
</style>
background-color css
<style>
a { background-color: #EAAEE8; }
a { background-color: rgb(234,174,232); }
div.DivClassName
{
background-color: #EAAEE8;
}
.BgClassName
{
background-color: #EAAEE8;
}
</style>
border-color css
<style>
span { border-color: #EAAEE8; }
span { border-color: rgb(234,174,232); }
td.TdClassName
{
border-color: #EAAEE8;
}
.TagClassName
{
border-color: #EAAEE8;
}
</style>