Shades of Plum #E097F3
Tints of Plum #E097F3
RGB
CMYK
RGB Variations
Color information
#E097F3 (or 0xE097F3) is known color: Plum. HEX triplet: E0, 97 and F3. RGB value is (224,151,243). Sum of RGB (Red+Green+Blue) = 224+151+243=618 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.25% from 618); Green value is 151 (59.38% from 255 or 24.43% from 618); Blue value is 243 (95.31% from 255 or 39.32% from 618); Max value from RGB is 243 - color contains mainly: blue. Hex color #E097F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E097F3 is #1F680C. Grayscale: #B7B7B7. Windows color (decimal): -2058253 or 15964128. OLE color: 15964128.
HSL color Cylindrical-coordinate representation of color #E097F3: hue angle of 287.61º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E097F3 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 151 | 243 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.05 |
| HSL | 287.61º | 0.79% | 0.77% | - |
| HSV(B) | 287.61º | 0.38% | 0.95% | - |
| XYZ | 57.98 | 44.45 | 90.32 | - |
| YUV | 183.32 | 161.68 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 151 | 243 | 0.08 | 0.38 | 0 | 0.05 | 287.61 | 0.79 | 0.77 |
| Hex | E0 | 97 | F3 | 8 | 26 | 0 | 5 | 120 | 4F | 4D |
| Octal | 340 | 227 | 363 | 10 | 46 | 0 | 5 | 440 | 117 | 115 |
| Binary | 11100000 | 10010111 | 11110011 | 1000 | 100110 | 0 | 101 | 100100000 | 1001111 | 1001101 |
Color Harmonies of #E097F3
Complementary color
Monochromatic Colors of #E097F3
Black with #E097F3
Text Example
Text Example
White with #E097F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E097F3; }
p { color: rgb(224,151,243); }
H1.HeaderClassName
{
color: #E097F3;
}
.AnyTagClassName
{
color: #E097F3;
}
</style>
background-color css
<style>
a { background-color: #E097F3; }
a { background-color: rgb(224,151,243); }
div.DivClassName
{
background-color: #E097F3;
}
.BgClassName
{
background-color: #E097F3;
}
</style>
border-color css
<style>
span { border-color: #E097F3; }
span { border-color: rgb(224,151,243); }
td.TdClassName
{
border-color: #E097F3;
}
.TagClassName
{
border-color: #E097F3;
}
</style>