Shades of Plum #E094EA
Tints of Plum #E094EA
RGB
CMYK
RGB Variations
Color information
#E094EA (or 0xE094EA) is known color: Plum. HEX triplet: E0, 94 and EA. RGB value is (224,148,234). Sum of RGB (Red+Green+Blue) = 224+148+234=606 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.96% from 606); Green value is 148 (58.20% from 255 or 24.42% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #E094EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E094EA is #1F6B15. Grayscale: #B4B4B4. Windows color (decimal): -2059030 or 15373536. OLE color: 15373536.
HSL color Cylindrical-coordinate representation of color #E094EA: hue angle of 293.02º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E094EA is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 148 | 234 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.08 |
| HSL | 293.02º | 0.67% | 0.75% | - |
| HSV(B) | 293.02º | 0.37% | 0.92% | - |
| XYZ | 56.18 | 42.97 | 83.17 | - |
| YUV | 180.53 | 158.18 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 148 | 234 | 0.04 | 0.37 | 0 | 0.08 | 293.02 | 0.67 | 0.75 |
| Hex | E0 | 94 | EA | 4 | 25 | 0 | 8 | 125 | 43 | 4B |
| Octal | 340 | 224 | 352 | 4 | 45 | 0 | 10 | 445 | 103 | 113 |
| Binary | 11100000 | 10010100 | 11101010 | 100 | 100101 | 0 | 1000 | 100100101 | 1000011 | 1001011 |
Color Harmonies of #E094EA
Complementary color
Monochromatic Colors of #E094EA
Black with #E094EA
Text Example
Text Example
White with #E094EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E094EA; }
p { color: rgb(224,148,234); }
H1.HeaderClassName
{
color: #E094EA;
}
.AnyTagClassName
{
color: #E094EA;
}
</style>
background-color css
<style>
a { background-color: #E094EA; }
a { background-color: rgb(224,148,234); }
div.DivClassName
{
background-color: #E094EA;
}
.BgClassName
{
background-color: #E094EA;
}
</style>
border-color css
<style>
span { border-color: #E094EA; }
span { border-color: rgb(224,148,234); }
td.TdClassName
{
border-color: #E094EA;
}
.TagClassName
{
border-color: #E094EA;
}
</style>