Shades of Plum #E094E8
Tints of Plum #E094E8
RGB
CMYK
RGB Variations
Color information
#E094E8 (or 0xE094E8) is known color: Plum. HEX triplet: E0, 94 and E8. RGB value is (224,148,232). Sum of RGB (Red+Green+Blue) = 224+148+232=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 148 (58.20% from 255 or 24.50% from 604); Blue value is 232 (91.02% from 255 or 38.41% from 604); Max value from RGB is 232 - color contains mainly: blue. Hex color #E094E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E094E8 is #1F6B17. Grayscale: #B4B4B4. Windows color (decimal): -2059032 or 15242464. OLE color: 15242464.
HSL color Cylindrical-coordinate representation of color #E094E8: hue angle of 294.29º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E094E8 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 148 | 232 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.09 |
| HSL | 294.29º | 0.65% | 0.75% | - |
| HSV(B) | 294.29º | 0.36% | 0.91% | - |
| XYZ | 55.9 | 42.85 | 81.67 | - |
| YUV | 180.3 | 157.18 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 148 | 232 | 0.03 | 0.36 | 0 | 0.09 | 294.29 | 0.65 | 0.75 |
| Hex | E0 | 94 | E8 | 3 | 24 | 0 | 9 | 126 | 41 | 4B |
| Octal | 340 | 224 | 350 | 3 | 44 | 0 | 11 | 446 | 101 | 113 |
| Binary | 11100000 | 10010100 | 11101000 | 11 | 100100 | 0 | 1001 | 100100110 | 1000001 | 1001011 |
Color Harmonies of #E094E8
Complementary color
Monochromatic Colors of #E094E8
Black with #E094E8
Text Example
Text Example
White with #E094E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E094E8; }
p { color: rgb(224,148,232); }
H1.HeaderClassName
{
color: #E094E8;
}
.AnyTagClassName
{
color: #E094E8;
}
</style>
background-color css
<style>
a { background-color: #E094E8; }
a { background-color: rgb(224,148,232); }
div.DivClassName
{
background-color: #E094E8;
}
.BgClassName
{
background-color: #E094E8;
}
</style>
border-color css
<style>
span { border-color: #E094E8; }
span { border-color: rgb(224,148,232); }
td.TdClassName
{
border-color: #E094E8;
}
.TagClassName
{
border-color: #E094E8;
}
</style>