Shades of Plum #EEA8EE
Tints of Plum #EEA8EE
RGB
CMYK
RGB Variations
Color information
#EEA8EE (or 0xEEA8EE) is known color: Plum. HEX triplet: EE, A8 and EE. RGB value is (238,168,238). Sum of RGB (Red+Green+Blue) = 238+168+238=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 168 (66.02% from 255 or 26.09% from 644); Blue value is 238 (93.36% from 255 or 36.96% from 644); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EEA8EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA8EE is #115711. Grayscale: #C4C4C4. Windows color (decimal): -1136402 or 15640814. OLE color: 15640814.
HSL color Cylindrical-coordinate representation of color #EEA8EE: hue angle of 300º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEA8EE is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 168 | 238 | - |
CMYK | 0 | 0.29 | 0 | 0.07 |
HSL | 300º | 0.67% | 0.8% | - |
HSV(B) | 300º | 0.29% | 0.93% | - |
XYZ | 64.7 | 52.36 | 87.58 | - |
YUV | 196.91 | 151.19 | 157.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 168 | 238 | 0 | 0.29 | 0 | 0.07 | 300 | 0.67 | 0.8 |
Hex | EE | A8 | EE | 0 | 1D | 0 | 7 | 12C | 43 | 50 |
Octal | 356 | 250 | 356 | 0 | 35 | 0 | 7 | 454 | 103 | 120 |
Binary | 11101110 | 10101000 | 11101110 | 0 | 11101 | 0 | 111 | 100101100 | 1000011 | 1010000 |
Color Harmonies of #EEA8EE
Complementary color
Monochromatic Colors of #EEA8EE
Black with #EEA8EE
Text Example
Text Example
White with #EEA8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA8EE; }
p { color: rgb(238,168,238); }
H1.HeaderClassName
{
color: #EEA8EE;
}
.AnyTagClassName
{
color: #EEA8EE;
}
</style>
background-color css
<style>
a { background-color: #EEA8EE; }
a { background-color: rgb(238,168,238); }
div.DivClassName
{
background-color: #EEA8EE;
}
.BgClassName
{
background-color: #EEA8EE;
}
</style>
border-color css
<style>
span { border-color: #EEA8EE; }
span { border-color: rgb(238,168,238); }
td.TdClassName
{
border-color: #EEA8EE;
}
.TagClassName
{
border-color: #EEA8EE;
}
</style>