Shades of Plum #E094E4
Tints of Plum #E094E4
RGB
CMYK
RGB Variations
Color information
#E094E4 (or 0xE094E4) is known color: Plum. HEX triplet: E0, 94 and E4. RGB value is (224,148,228). Sum of RGB (Red+Green+Blue) = 224+148+228=600 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.33% from 600); Green value is 148 (58.20% from 255 or 24.67% from 600); Blue value is 228 (89.45% from 255 or 38% from 600); Max value from RGB is 228 - color contains mainly: blue. Hex color #E094E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E094E4 is #1F6B1B. Grayscale: #B3B3B3. Windows color (decimal): -2059036 or 14980320. OLE color: 14980320.
HSL color Cylindrical-coordinate representation of color #E094E4: hue angle of 297º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E094E4 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 148 | 228 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.11 |
| HSL | 297º | 0.6% | 0.74% | - |
| HSV(B) | 297º | 0.35% | 0.89% | - |
| XYZ | 55.33 | 42.63 | 78.71 | - |
| YUV | 179.84 | 155.18 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 148 | 228 | 0.02 | 0.35 | 0 | 0.11 | 297 | 0.6 | 0.74 |
| Hex | E0 | 94 | E4 | 2 | 23 | 0 | B | 129 | 3C | 4A |
| Octal | 340 | 224 | 344 | 2 | 43 | 0 | 13 | 451 | 74 | 112 |
| Binary | 11100000 | 10010100 | 11100100 | 10 | 100011 | 0 | 1011 | 100101001 | 111100 | 1001010 |
Color Harmonies of #E094E4
Complementary color
Monochromatic Colors of #E094E4
Black with #E094E4
Text Example
Text Example
White with #E094E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E094E4; }
p { color: rgb(224,148,228); }
H1.HeaderClassName
{
color: #E094E4;
}
.AnyTagClassName
{
color: #E094E4;
}
</style>
background-color css
<style>
a { background-color: #E094E4; }
a { background-color: rgb(224,148,228); }
div.DivClassName
{
background-color: #E094E4;
}
.BgClassName
{
background-color: #E094E4;
}
</style>
border-color css
<style>
span { border-color: #E094E4; }
span { border-color: rgb(224,148,228); }
td.TdClassName
{
border-color: #E094E4;
}
.TagClassName
{
border-color: #E094E4;
}
</style>