Shades of Plum #EEA6EA
Tints of Plum #EEA6EA
RGB
CMYK
RGB Variations
Color information
#EEA6EA (or 0xEEA6EA) is known color: Plum. HEX triplet: EE, A6 and EA. RGB value is (238,166,234). Sum of RGB (Red+Green+Blue) = 238+166+234=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 166 (65.23% from 255 or 26.02% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA6EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA6EA is #115915. Grayscale: #C3C3C3. Windows color (decimal): -1136918 or 15378158. OLE color: 15378158.
HSL color Cylindrical-coordinate representation of color #EEA6EA: hue angle of 303.33º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEA6EA is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 234 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.07 |
| HSL | 303.33º | 0.68% | 0.79% | - |
| HSV(B) | 303.33º | 0.3% | 0.93% | - |
| XYZ | 63.75 | 51.39 | 84.4 | - |
| YUV | 195.28 | 149.85 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 234 | 0 | 0.30 | 0.02 | 0.07 | 303.33 | 0.68 | 0.79 |
| Hex | EE | A6 | EA | 0 | 1E | 2 | 7 | 12F | 44 | 4F |
| Octal | 356 | 246 | 352 | 0 | 36 | 2 | 7 | 457 | 104 | 117 |
| Binary | 11101110 | 10100110 | 11101010 | 0 | 11110 | 10 | 111 | 100101111 | 1000100 | 1001111 |
Color Harmonies of #EEA6EA
Complementary color
Monochromatic Colors of #EEA6EA
Black with #EEA6EA
Text Example
Text Example
White with #EEA6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA6EA; }
p { color: rgb(238,166,234); }
H1.HeaderClassName
{
color: #EEA6EA;
}
.AnyTagClassName
{
color: #EEA6EA;
}
</style>
background-color css
<style>
a { background-color: #EEA6EA; }
a { background-color: rgb(238,166,234); }
div.DivClassName
{
background-color: #EEA6EA;
}
.BgClassName
{
background-color: #EEA6EA;
}
</style>
border-color css
<style>
span { border-color: #EEA6EA; }
span { border-color: rgb(238,166,234); }
td.TdClassName
{
border-color: #EEA6EA;
}
.TagClassName
{
border-color: #EEA6EA;
}
</style>