Shades of Plum #E495E6
Tints of Plum #E495E6
RGB
CMYK
RGB Variations
Color information
#E495E6 (or 0xE495E6) is known color: Plum. HEX triplet: E4, 95 and E6. RGB value is (228,149,230). Sum of RGB (Red+Green+Blue) = 228+149+230=607 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.56% from 607); Green value is 149 (58.59% from 255 or 24.55% from 607); Blue value is 230 (90.23% from 255 or 37.89% from 607); Max value from RGB is 230 - color contains mainly: blue. Hex color #E495E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E495E6 is #1B6A19. Grayscale: #B5B5B5. Windows color (decimal): -1796634 or 15111652. OLE color: 15111652.
HSL color Cylindrical-coordinate representation of color #E495E6: hue angle of 298.52º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E495E6 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 149 | 230 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.10 |
| HSL | 298.52º | 0.62% | 0.74% | - |
| HSV(B) | 298.52º | 0.35% | 0.9% | - |
| XYZ | 57.03 | 43.7 | 80.29 | - |
| YUV | 181.86 | 155.17 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 149 | 230 | 0.01 | 0.35 | 0 | 0.10 | 298.52 | 0.62 | 0.74 |
| Hex | E4 | 95 | E6 | 1 | 23 | 0 | A | 12B | 3E | 4A |
| Octal | 344 | 225 | 346 | 1 | 43 | 0 | 12 | 453 | 76 | 112 |
| Binary | 11100100 | 10010101 | 11100110 | 1 | 100011 | 0 | 1010 | 100101011 | 111110 | 1001010 |
Color Harmonies of #E495E6
Complementary color
Monochromatic Colors of #E495E6
Black with #E495E6
Text Example
Text Example
White with #E495E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E495E6; }
p { color: rgb(228,149,230); }
H1.HeaderClassName
{
color: #E495E6;
}
.AnyTagClassName
{
color: #E495E6;
}
</style>
background-color css
<style>
a { background-color: #E495E6; }
a { background-color: rgb(228,149,230); }
div.DivClassName
{
background-color: #E495E6;
}
.BgClassName
{
background-color: #E495E6;
}
</style>
border-color css
<style>
span { border-color: #E495E6; }
span { border-color: rgb(228,149,230); }
td.TdClassName
{
border-color: #E495E6;
}
.TagClassName
{
border-color: #E495E6;
}
</style>