Shades of Plum #E09AE6
Tints of Plum #E09AE6
RGB
CMYK
RGB Variations
Color information
#E09AE6 (or 0xE09AE6) is known color: Plum. HEX triplet: E0, 9A and E6. RGB value is (224,154,230). Sum of RGB (Red+Green+Blue) = 224+154+230=608 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.84% from 608); Green value is 154 (60.55% from 255 or 25.33% from 608); Blue value is 230 (90.23% from 255 or 37.83% from 608); Max value from RGB is 230 - color contains mainly: blue. Hex color #E09AE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09AE6 is #1F6519. Grayscale: #B7B7B7. Windows color (decimal): -2057498 or 15112928. OLE color: 15112928.
HSL color Cylindrical-coordinate representation of color #E09AE6: hue angle of 295.26º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E09AE6 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 154 | 230 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.10 |
| HSL | 295.26º | 0.6% | 0.75% | - |
| HSV(B) | 295.26º | 0.33% | 0.9% | - |
| XYZ | 56.58 | 44.67 | 80.5 | - |
| YUV | 183.59 | 154.19 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 154 | 230 | 0.03 | 0.33 | 0 | 0.10 | 295.26 | 0.6 | 0.75 |
| Hex | E0 | 9A | E6 | 3 | 21 | 0 | A | 127 | 3C | 4B |
| Octal | 340 | 232 | 346 | 3 | 41 | 0 | 12 | 447 | 74 | 113 |
| Binary | 11100000 | 10011010 | 11100110 | 11 | 100001 | 0 | 1010 | 100100111 | 111100 | 1001011 |
Color Harmonies of #E09AE6
Complementary color
Monochromatic Colors of #E09AE6
Black with #E09AE6
Text Example
Text Example
White with #E09AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09AE6; }
p { color: rgb(224,154,230); }
H1.HeaderClassName
{
color: #E09AE6;
}
.AnyTagClassName
{
color: #E09AE6;
}
</style>
background-color css
<style>
a { background-color: #E09AE6; }
a { background-color: rgb(224,154,230); }
div.DivClassName
{
background-color: #E09AE6;
}
.BgClassName
{
background-color: #E09AE6;
}
</style>
border-color css
<style>
span { border-color: #E09AE6; }
span { border-color: rgb(224,154,230); }
td.TdClassName
{
border-color: #E09AE6;
}
.TagClassName
{
border-color: #E09AE6;
}
</style>