Shades of Plum #E4AFEA
Tints of Plum #E4AFEA
RGB
CMYK
RGB Variations
Color information
#E4AFEA (or 0xE4AFEA) is known color: Plum. HEX triplet: E4, AF and EA. RGB value is (228,175,234). Sum of RGB (Red+Green+Blue) = 228+175+234=637 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.79% from 637); Green value is 175 (68.75% from 255 or 27.47% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #E4AFEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4AFEA is #1B5015. Grayscale: #C5C5C5. Windows color (decimal): -1789974 or 15380452. OLE color: 15380452.
HSL color Cylindrical-coordinate representation of color #E4AFEA: hue angle of 293.9º 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 #E4AFEA is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 228 | 175 | 234 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.08 |
| HSL | 293.9º | 0.58% | 0.8% | - |
| HSV(B) | 293.9º | 0.25% | 0.92% | - |
| XYZ | 62.18 | 53.09 | 84.81 | - |
| YUV | 197.57 | 148.56 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 175 | 234 | 0.03 | 0.25 | 0 | 0.08 | 293.9 | 0.58 | 0.8 |
| Hex | E4 | AF | EA | 3 | 19 | 0 | 8 | 126 | 3A | 50 |
| Octal | 344 | 257 | 352 | 3 | 31 | 0 | 10 | 446 | 72 | 120 |
| Binary | 11100100 | 10101111 | 11101010 | 11 | 11001 | 0 | 1000 | 100100110 | 111010 | 1010000 |
Color Harmonies of #E4AFEA
Complementary color
Monochromatic Colors of #E4AFEA
Black with #E4AFEA
Text Example
Text Example
White with #E4AFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AFEA; }
p { color: rgb(228,175,234); }
H1.HeaderClassName
{
color: #E4AFEA;
}
.AnyTagClassName
{
color: #E4AFEA;
}
</style>
background-color css
<style>
a { background-color: #E4AFEA; }
a { background-color: rgb(228,175,234); }
div.DivClassName
{
background-color: #E4AFEA;
}
.BgClassName
{
background-color: #E4AFEA;
}
</style>
border-color css
<style>
span { border-color: #E4AFEA; }
span { border-color: rgb(228,175,234); }
td.TdClassName
{
border-color: #E4AFEA;
}
.TagClassName
{
border-color: #E4AFEA;
}
</style>