Shades of Plum #EEAEEC
Tints of Plum #EEAEEC
RGB
CMYK
RGB Variations
Color information
#EEAEEC (or 0xEEAEEC) is known color: Plum. HEX triplet: EE, AE and EC. RGB value is (238,174,236). Sum of RGB (Red+Green+Blue) = 238+174+236=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 174 (68.36% from 255 or 26.85% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAEEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEAEEC is #115113. Grayscale: #C8C8C8. Windows color (decimal): -1134868 or 15511278. OLE color: 15511278.
HSL color Cylindrical-coordinate representation of color #EEAEEC: hue angle of 301.88º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEAEEC is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 174 | 236 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.07 |
| HSL | 301.88º | 0.65% | 0.81% | - |
| HSV(B) | 301.88º | 0.27% | 0.93% | - |
| XYZ | 65.54 | 54.51 | 86.42 | - |
| YUV | 200.2 | 148.2 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 174 | 236 | 0 | 0.27 | 0.01 | 0.07 | 301.88 | 0.65 | 0.81 |
| Hex | EE | AE | EC | 0 | 1B | 1 | 7 | 12E | 41 | 51 |
| Octal | 356 | 256 | 354 | 0 | 33 | 1 | 7 | 456 | 101 | 121 |
| Binary | 11101110 | 10101110 | 11101100 | 0 | 11011 | 1 | 111 | 100101110 | 1000001 | 1010001 |
Color Harmonies of #EEAEEC
Complementary color
Monochromatic Colors of #EEAEEC
Black with #EEAEEC
Text Example
Text Example
White with #EEAEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAEEC; }
p { color: rgb(238,174,236); }
H1.HeaderClassName
{
color: #EEAEEC;
}
.AnyTagClassName
{
color: #EEAEEC;
}
</style>
background-color css
<style>
a { background-color: #EEAEEC; }
a { background-color: rgb(238,174,236); }
div.DivClassName
{
background-color: #EEAEEC;
}
.BgClassName
{
background-color: #EEAEEC;
}
</style>
border-color css
<style>
span { border-color: #EEAEEC; }
span { border-color: rgb(238,174,236); }
td.TdClassName
{
border-color: #EEAEEC;
}
.TagClassName
{
border-color: #EEAEEC;
}
</style>