Shades of Plum #EEACEE
Tints of Plum #EEACEE
RGB
CMYK
RGB Variations
Color information
#EEACEE (or 0xEEACEE) is known color: Plum. HEX triplet: EE, AC and EE. RGB value is (238,172,238). Sum of RGB (Red+Green+Blue) = 238+172+238=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 172 (67.58% from 255 or 26.54% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EEACEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEACEE is #115311. Grayscale: #C7C7C7. Windows color (decimal): -1135378 or 15641838. OLE color: 15641838.
HSL color Cylindrical-coordinate representation of color #EEACEE: hue angle of 300º 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 #EEACEE is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 172 | 238 | - |
CMYK | 0 | 0.28 | 0 | 0.07 |
HSL | 300º | 0.66% | 0.8% | - |
HSV(B) | 300º | 0.28% | 0.93% | - |
XYZ | 65.45 | 53.86 | 87.83 | - |
YUV | 199.26 | 149.87 | 155.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 172 | 238 | 0 | 0.28 | 0 | 0.07 | 300 | 0.66 | 0.8 |
Hex | EE | AC | EE | 0 | 1C | 0 | 7 | 12C | 42 | 50 |
Octal | 356 | 254 | 356 | 0 | 34 | 0 | 7 | 454 | 102 | 120 |
Binary | 11101110 | 10101100 | 11101110 | 0 | 11100 | 0 | 111 | 100101100 | 1000010 | 1010000 |
Color Harmonies of #EEACEE
Complementary color
Monochromatic Colors of #EEACEE
Black with #EEACEE
Text Example
Text Example
White with #EEACEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEACEE; }
p { color: rgb(238,172,238); }
H1.HeaderClassName
{
color: #EEACEE;
}
.AnyTagClassName
{
color: #EEACEE;
}
</style>
background-color css
<style>
a { background-color: #EEACEE; }
a { background-color: rgb(238,172,238); }
div.DivClassName
{
background-color: #EEACEE;
}
.BgClassName
{
background-color: #EEACEE;
}
</style>
border-color css
<style>
span { border-color: #EEACEE; }
span { border-color: rgb(238,172,238); }
td.TdClassName
{
border-color: #EEACEE;
}
.TagClassName
{
border-color: #EEACEE;
}
</style>