Shades of Plum #EAACEA
Tints of Plum #EAACEA
RGB
CMYK
RGB Variations
Color information
#EAACEA (or 0xEAACEA) is known color: Plum. HEX triplet: EA, AC and EA. RGB value is (234,172,234). Sum of RGB (Red+Green+Blue) = 234+172+234=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 172 (67.58% from 255 or 26.88% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAACEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAACEA is #155315. Grayscale: #C5C5C5. Windows color (decimal): -1397526 or 15379690. OLE color: 15379690.
HSL color Cylindrical-coordinate representation of color #EAACEA: hue angle of 300º degrees, saturation: 0.6, 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 #EAACEA is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 172 | 234 | - |
CMYK | 0 | 0.26 | 0 | 0.08 |
HSL | 300º | 0.6% | 0.8% | - |
HSV(B) | 300º | 0.26% | 0.92% | - |
XYZ | 63.54 | 52.94 | 84.71 | - |
YUV | 197.61 | 148.54 | 153.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 172 | 234 | 0 | 0.26 | 0 | 0.08 | 300 | 0.6 | 0.8 |
Hex | EA | AC | EA | 0 | 1A | 0 | 8 | 12C | 3C | 50 |
Octal | 352 | 254 | 352 | 0 | 32 | 0 | 10 | 454 | 74 | 120 |
Binary | 11101010 | 10101100 | 11101010 | 0 | 11010 | 0 | 1000 | 100101100 | 111100 | 1010000 |
Color Harmonies of #EAACEA
Complementary color
Monochromatic Colors of #EAACEA
Black with #EAACEA
Text Example
Text Example
White with #EAACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAACEA; }
p { color: rgb(234,172,234); }
H1.HeaderClassName
{
color: #EAACEA;
}
.AnyTagClassName
{
color: #EAACEA;
}
</style>
background-color css
<style>
a { background-color: #EAACEA; }
a { background-color: rgb(234,172,234); }
div.DivClassName
{
background-color: #EAACEA;
}
.BgClassName
{
background-color: #EAACEA;
}
</style>
border-color css
<style>
span { border-color: #EAACEA; }
span { border-color: rgb(234,172,234); }
td.TdClassName
{
border-color: #EAACEA;
}
.TagClassName
{
border-color: #EAACEA;
}
</style>