Shades of Plum #E09AF3
Tints of Plum #E09AF3
RGB
CMYK
RGB Variations
Color information
#E09AF3 (or 0xE09AF3) is known color: Plum. HEX triplet: E0, 9A and F3. RGB value is (224,154,243). Sum of RGB (Red+Green+Blue) = 224+154+243=621 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.07% from 621); Green value is 154 (60.55% from 255 or 24.80% from 621); Blue value is 243 (95.31% from 255 or 39.13% from 621); Max value from RGB is 243 - color contains mainly: blue. Hex color #E09AF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09AF3 is #1F650C. Grayscale: #B8B8B8. Windows color (decimal): -2057485 or 15964896. OLE color: 15964896.
HSL color Cylindrical-coordinate representation of color #E09AF3: hue angle of 287.19º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E09AF3 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 154 | 243 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.05 |
| HSL | 287.19º | 0.79% | 0.78% | - |
| HSV(B) | 287.19º | 0.37% | 0.95% | - |
| XYZ | 58.47 | 45.43 | 90.48 | - |
| YUV | 185.08 | 160.69 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 154 | 243 | 0.08 | 0.37 | 0 | 0.05 | 287.19 | 0.79 | 0.78 |
| Hex | E0 | 9A | F3 | 8 | 25 | 0 | 5 | 11F | 4F | 4E |
| Octal | 340 | 232 | 363 | 10 | 45 | 0 | 5 | 437 | 117 | 116 |
| Binary | 11100000 | 10011010 | 11110011 | 1000 | 100101 | 0 | 101 | 100011111 | 1001111 | 1001110 |
Color Harmonies of #E09AF3
Complementary color
Monochromatic Colors of #E09AF3
Black with #E09AF3
Text Example
Text Example
White with #E09AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09AF3; }
p { color: rgb(224,154,243); }
H1.HeaderClassName
{
color: #E09AF3;
}
.AnyTagClassName
{
color: #E09AF3;
}
</style>
background-color css
<style>
a { background-color: #E09AF3; }
a { background-color: rgb(224,154,243); }
div.DivClassName
{
background-color: #E09AF3;
}
.BgClassName
{
background-color: #E09AF3;
}
</style>
border-color css
<style>
span { border-color: #E09AF3; }
span { border-color: rgb(224,154,243); }
td.TdClassName
{
border-color: #E09AF3;
}
.TagClassName
{
border-color: #E09AF3;
}
</style>