Shades of Plum #EEA6F5
Tints of Plum #EEA6F5
RGB
CMYK
RGB Variations
Color information
#EEA6F5 (or 0xEEA6F5) is known color: Plum. HEX triplet: EE, A6 and F5. RGB value is (238,166,245). Sum of RGB (Red+Green+Blue) = 238+166+245=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 166 (65.23% from 255 or 25.58% from 649); Blue value is 245 (96.09% from 255 or 37.75% from 649); Max value from RGB is 245 - color contains mainly: blue. Hex color #EEA6F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA6F5 is #11590A. Grayscale: #C4C4C4. Windows color (decimal): -1136907 or 16099054. OLE color: 16099054.
HSL color Cylindrical-coordinate representation of color #EEA6F5: hue angle of 294.68º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEA6F5 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 166 | 245 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.04 |
| HSL | 294.68º | 0.8% | 0.81% | - |
| HSV(B) | 294.68º | 0.32% | 0.96% | - |
| XYZ | 65.38 | 52.04 | 92.99 | - |
| YUV | 196.53 | 155.35 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 245 | 0.03 | 0.32 | 0 | 0.04 | 294.68 | 0.8 | 0.81 |
| Hex | EE | A6 | F5 | 3 | 20 | 0 | 4 | 127 | 50 | 51 |
| Octal | 356 | 246 | 365 | 3 | 40 | 0 | 4 | 447 | 120 | 121 |
| Binary | 11101110 | 10100110 | 11110101 | 11 | 100000 | 0 | 100 | 100100111 | 1010000 | 1010001 |
Color Harmonies of #EEA6F5
Complementary color
Monochromatic Colors of #EEA6F5
Black with #EEA6F5
Text Example
Text Example
White with #EEA6F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA6F5; }
p { color: rgb(238,166,245); }
H1.HeaderClassName
{
color: #EEA6F5;
}
.AnyTagClassName
{
color: #EEA6F5;
}
</style>
background-color css
<style>
a { background-color: #EEA6F5; }
a { background-color: rgb(238,166,245); }
div.DivClassName
{
background-color: #EEA6F5;
}
.BgClassName
{
background-color: #EEA6F5;
}
</style>
border-color css
<style>
span { border-color: #EEA6F5; }
span { border-color: rgb(238,166,245); }
td.TdClassName
{
border-color: #EEA6F5;
}
.TagClassName
{
border-color: #EEA6F5;
}
</style>