Shades of Plum #EAACEE
Tints of Plum #EAACEE
RGB
CMYK
RGB Variations
Color information
#EAACEE (or 0xEAACEE) is known color: Plum. HEX triplet: EA, AC and EE. RGB value is (234,172,238). Sum of RGB (Red+Green+Blue) = 234+172+238=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 172 (67.58% from 255 or 26.71% from 644); Blue value is 238 (93.36% from 255 or 36.96% from 644); Max value from RGB is 238 - color contains mainly: blue. Hex color #EAACEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAACEE is #155311. Grayscale: #C5C5C5. Windows color (decimal): -1397522 or 15641834. OLE color: 15641834.
HSL color Cylindrical-coordinate representation of color #EAACEE: hue angle of 296.36º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAACEE is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 172 | 238 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.07 |
| HSL | 296.36º | 0.66% | 0.8% | - |
| HSV(B) | 296.36º | 0.28% | 0.93% | - |
| XYZ | 64.12 | 53.17 | 87.77 | - |
| YUV | 198.06 | 150.54 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 172 | 238 | 0.02 | 0.28 | 0 | 0.07 | 296.36 | 0.66 | 0.8 |
| Hex | EA | AC | EE | 2 | 1C | 0 | 7 | 128 | 42 | 50 |
| Octal | 352 | 254 | 356 | 2 | 34 | 0 | 7 | 450 | 102 | 120 |
| Binary | 11101010 | 10101100 | 11101110 | 10 | 11100 | 0 | 111 | 100101000 | 1000010 | 1010000 |
Color Harmonies of #EAACEE
Complementary color
Monochromatic Colors of #EAACEE
Black with #EAACEE
Text Example
Text Example
White with #EAACEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAACEE; }
p { color: rgb(234,172,238); }
H1.HeaderClassName
{
color: #EAACEE;
}
.AnyTagClassName
{
color: #EAACEE;
}
</style>
background-color css
<style>
a { background-color: #EAACEE; }
a { background-color: rgb(234,172,238); }
div.DivClassName
{
background-color: #EAACEE;
}
.BgClassName
{
background-color: #EAACEE;
}
</style>
border-color css
<style>
span { border-color: #EAACEE; }
span { border-color: rgb(234,172,238); }
td.TdClassName
{
border-color: #EAACEE;
}
.TagClassName
{
border-color: #EAACEE;
}
</style>