Shades of Plum #E0AFEA
Tints of Plum #E0AFEA
RGB
CMYK
RGB Variations
Color information
#E0AFEA (or 0xE0AFEA) is known color: Plum. HEX triplet: E0, AF and EA. RGB value is (224,175,234). Sum of RGB (Red+Green+Blue) = 224+175+234=633 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.39% from 633); Green value is 175 (68.75% from 255 or 27.65% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #E0AFEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AFEA is #1F5015. Grayscale: #C4C4C4. Windows color (decimal): -2052118 or 15380448. OLE color: 15380448.
HSL color Cylindrical-coordinate representation of color #E0AFEA: hue angle of 289.83º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E0AFEA is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 175 | 234 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.08 |
| HSL | 289.83º | 0.58% | 0.8% | - |
| HSV(B) | 289.83º | 0.25% | 0.92% | - |
| XYZ | 60.92 | 52.45 | 84.75 | - |
| YUV | 196.38 | 149.23 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 175 | 234 | 0.04 | 0.25 | 0 | 0.08 | 289.83 | 0.58 | 0.8 |
| Hex | E0 | AF | EA | 4 | 19 | 0 | 8 | 122 | 3A | 50 |
| Octal | 340 | 257 | 352 | 4 | 31 | 0 | 10 | 442 | 72 | 120 |
| Binary | 11100000 | 10101111 | 11101010 | 100 | 11001 | 0 | 1000 | 100100010 | 111010 | 1010000 |
Color Harmonies of #E0AFEA
Complementary color
Monochromatic Colors of #E0AFEA
Black with #E0AFEA
Text Example
Text Example
White with #E0AFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AFEA; }
p { color: rgb(224,175,234); }
H1.HeaderClassName
{
color: #E0AFEA;
}
.AnyTagClassName
{
color: #E0AFEA;
}
</style>
background-color css
<style>
a { background-color: #E0AFEA; }
a { background-color: rgb(224,175,234); }
div.DivClassName
{
background-color: #E0AFEA;
}
.BgClassName
{
background-color: #E0AFEA;
}
</style>
border-color css
<style>
span { border-color: #E0AFEA; }
span { border-color: rgb(224,175,234); }
td.TdClassName
{
border-color: #E0AFEA;
}
.TagClassName
{
border-color: #E0AFEA;
}
</style>