Shades of Plum #EEAAF4
Tints of Plum #EEAAF4
RGB
CMYK
RGB Variations
Color information
#EEAAF4 (or 0xEEAAF4) is known color: Plum. HEX triplet: EE, AA and F4. RGB value is (238,170,244). Sum of RGB (Red+Green+Blue) = 238+170+244=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 170 (66.80% from 255 or 26.07% from 652); Blue value is 244 (95.70% from 255 or 37.42% from 652); Max value from RGB is 244 - color contains mainly: blue. Hex color #EEAAF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEAAF4 is #11550B. Grayscale: #C6C6C6. Windows color (decimal): -1135884 or 16034542. OLE color: 16034542.
HSL color Cylindrical-coordinate representation of color #EEAAF4: hue angle of 295.14º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEAAF4 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 238 | 170 | 244 | - |
CMYK | 0.02 | 0.30 | 0 | 0.04 |
HSL | 295.14º | 0.77% | 0.81% | - |
HSV(B) | 295.14º | 0.3% | 0.96% | - |
XYZ | 65.96 | 53.46 | 92.43 | - |
YUV | 198.77 | 153.53 | 155.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 170 | 244 | 0.02 | 0.30 | 0 | 0.04 | 295.14 | 0.77 | 0.81 |
Hex | EE | AA | F4 | 2 | 1E | 0 | 4 | 127 | 4D | 51 |
Octal | 356 | 252 | 364 | 2 | 36 | 0 | 4 | 447 | 115 | 121 |
Binary | 11101110 | 10101010 | 11110100 | 10 | 11110 | 0 | 100 | 100100111 | 1001101 | 1010001 |
Color Harmonies of #EEAAF4
Complementary color
Monochromatic Colors of #EEAAF4
Black with #EEAAF4
Text Example
Text Example
White with #EEAAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAAF4; }
p { color: rgb(238,170,244); }
H1.HeaderClassName
{
color: #EEAAF4;
}
.AnyTagClassName
{
color: #EEAAF4;
}
</style>
background-color css
<style>
a { background-color: #EEAAF4; }
a { background-color: rgb(238,170,244); }
div.DivClassName
{
background-color: #EEAAF4;
}
.BgClassName
{
background-color: #EEAAF4;
}
</style>
border-color css
<style>
span { border-color: #EEAAF4; }
span { border-color: rgb(238,170,244); }
td.TdClassName
{
border-color: #EEAAF4;
}
.TagClassName
{
border-color: #EEAAF4;
}
</style>