Shades of Plum #E494E6
Tints of Plum #E494E6
RGB
CMYK
RGB Variations
Color information
#E494E6 (or 0xE494E6) is known color: Plum. HEX triplet: E4, 94 and E6. RGB value is (228,148,230). Sum of RGB (Red+Green+Blue) = 228+148+230=606 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.62% from 606); Green value is 148 (58.20% from 255 or 24.42% from 606); Blue value is 230 (90.23% from 255 or 37.95% from 606); Max value from RGB is 230 - color contains mainly: blue. Hex color #E494E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E494E6 is #1B6B19. Grayscale: #B5B5B5. Windows color (decimal): -1796890 or 15111396. OLE color: 15111396.
HSL color Cylindrical-coordinate representation of color #E494E6: hue angle of 298.54º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E494E6 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 148 | 230 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.10 |
| HSL | 298.54º | 0.62% | 0.74% | - |
| HSV(B) | 298.54º | 0.36% | 0.9% | - |
| XYZ | 56.87 | 43.39 | 80.24 | - |
| YUV | 181.27 | 155.5 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 148 | 230 | 0.01 | 0.36 | 0 | 0.10 | 298.54 | 0.62 | 0.74 |
| Hex | E4 | 94 | E6 | 1 | 24 | 0 | A | 12B | 3E | 4A |
| Octal | 344 | 224 | 346 | 1 | 44 | 0 | 12 | 453 | 76 | 112 |
| Binary | 11100100 | 10010100 | 11100110 | 1 | 100100 | 0 | 1010 | 100101011 | 111110 | 1001010 |
Color Harmonies of #E494E6
Complementary color
Monochromatic Colors of #E494E6
Black with #E494E6
Text Example
Text Example
White with #E494E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E494E6; }
p { color: rgb(228,148,230); }
H1.HeaderClassName
{
color: #E494E6;
}
.AnyTagClassName
{
color: #E494E6;
}
</style>
background-color css
<style>
a { background-color: #E494E6; }
a { background-color: rgb(228,148,230); }
div.DivClassName
{
background-color: #E494E6;
}
.BgClassName
{
background-color: #E494E6;
}
</style>
border-color css
<style>
span { border-color: #E494E6; }
span { border-color: rgb(228,148,230); }
td.TdClassName
{
border-color: #E494E6;
}
.TagClassName
{
border-color: #E494E6;
}
</style>