Shades of Plum #EAACF0
Tints of Plum #EAACF0
RGB
CMYK
RGB Variations
Color information
#EAACF0 (or 0xEAACF0) is known color: Plum. HEX triplet: EA, AC and F0. RGB value is (234,172,240). Sum of RGB (Red+Green+Blue) = 234+172+240=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 172 (67.58% from 255 or 26.63% from 646); Blue value is 240 (94.14% from 255 or 37.15% from 646); Max value from RGB is 240 - color contains mainly: blue. Hex color #EAACF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAACF0 is #15530F. Grayscale: #C6C6C6. Windows color (decimal): -1397520 or 15772906. OLE color: 15772906.
HSL color Cylindrical-coordinate representation of color #EAACF0: hue angle of 294.71º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAACF0 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 172 | 240 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.06 |
| HSL | 294.71º | 0.69% | 0.81% | - |
| HSV(B) | 294.71º | 0.28% | 0.94% | - |
| XYZ | 64.41 | 53.29 | 89.33 | - |
| YUV | 198.29 | 151.54 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 172 | 240 | 0.02 | 0.28 | 0 | 0.06 | 294.71 | 0.69 | 0.81 |
| Hex | EA | AC | F0 | 2 | 1C | 0 | 6 | 127 | 45 | 51 |
| Octal | 352 | 254 | 360 | 2 | 34 | 0 | 6 | 447 | 105 | 121 |
| Binary | 11101010 | 10101100 | 11110000 | 10 | 11100 | 0 | 110 | 100100111 | 1000101 | 1010001 |
Color Harmonies of #EAACF0
Complementary color
Monochromatic Colors of #EAACF0
Black with #EAACF0
Text Example
Text Example
White with #EAACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAACF0; }
p { color: rgb(234,172,240); }
H1.HeaderClassName
{
color: #EAACF0;
}
.AnyTagClassName
{
color: #EAACF0;
}
</style>
background-color css
<style>
a { background-color: #EAACF0; }
a { background-color: rgb(234,172,240); }
div.DivClassName
{
background-color: #EAACF0;
}
.BgClassName
{
background-color: #EAACF0;
}
</style>
border-color css
<style>
span { border-color: #EAACF0; }
span { border-color: rgb(234,172,240); }
td.TdClassName
{
border-color: #EAACF0;
}
.TagClassName
{
border-color: #EAACF0;
}
</style>