Shades of Plum #E09BF1
Tints of Plum #E09BF1
RGB
CMYK
RGB Variations
Color information
#E09BF1 (or 0xE09BF1) is known color: Plum. HEX triplet: E0, 9B and F1. RGB value is (224,155,241). Sum of RGB (Red+Green+Blue) = 224+155+241=620 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.13% from 620); Green value is 155 (60.94% from 255 or 25% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #E09BF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09BF1 is #1F640E. Grayscale: #B9B9B9. Windows color (decimal): -2057231 or 15834080. OLE color: 15834080.
HSL color Cylindrical-coordinate representation of color #E09BF1: hue angle of 288.14º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E09BF1 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 155 | 241 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.05 |
| HSL | 288.14º | 0.75% | 0.78% | - |
| HSV(B) | 288.14º | 0.36% | 0.95% | - |
| XYZ | 58.34 | 45.64 | 88.95 | - |
| YUV | 185.44 | 159.36 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 155 | 241 | 0.07 | 0.36 | 0 | 0.05 | 288.14 | 0.75 | 0.78 |
| Hex | E0 | 9B | F1 | 7 | 24 | 0 | 5 | 120 | 4B | 4E |
| Octal | 340 | 233 | 361 | 7 | 44 | 0 | 5 | 440 | 113 | 116 |
| Binary | 11100000 | 10011011 | 11110001 | 111 | 100100 | 0 | 101 | 100100000 | 1001011 | 1001110 |
Color Harmonies of #E09BF1
Complementary color
Monochromatic Colors of #E09BF1
Black with #E09BF1
Text Example
Text Example
White with #E09BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09BF1; }
p { color: rgb(224,155,241); }
H1.HeaderClassName
{
color: #E09BF1;
}
.AnyTagClassName
{
color: #E09BF1;
}
</style>
background-color css
<style>
a { background-color: #E09BF1; }
a { background-color: rgb(224,155,241); }
div.DivClassName
{
background-color: #E09BF1;
}
.BgClassName
{
background-color: #E09BF1;
}
</style>
border-color css
<style>
span { border-color: #E09BF1; }
span { border-color: rgb(224,155,241); }
td.TdClassName
{
border-color: #E09BF1;
}
.TagClassName
{
border-color: #E09BF1;
}
</style>