Shades of Plum #E595E8
Tints of Plum #E595E8
RGB
CMYK
RGB Variations
Color information
#E595E8 (or 0xE595E8) is known color: Plum. HEX triplet: E5, 95 and E8. RGB value is (229,149,232). Sum of RGB (Red+Green+Blue) = 229+149+232=610 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.54% from 610); Green value is 149 (58.59% from 255 or 24.43% from 610); Blue value is 232 (91.02% from 255 or 38.03% from 610); Max value from RGB is 232 - color contains mainly: blue. Hex color #E595E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E595E8 is #1A6A17. Grayscale: #B6B6B6. Windows color (decimal): -1731096 or 15242725. OLE color: 15242725.
HSL color Cylindrical-coordinate representation of color #E595E8: hue angle of 297.83º degrees, saturation: 0.64, 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 #E595E8 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 149 | 232 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.09 |
| HSL | 297.83º | 0.64% | 0.75% | - |
| HSV(B) | 297.83º | 0.36% | 0.91% | - |
| XYZ | 57.63 | 43.98 | 81.8 | - |
| YUV | 182.38 | 156 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 149 | 232 | 0.01 | 0.36 | 0 | 0.09 | 297.83 | 0.64 | 0.75 |
| Hex | E5 | 95 | E8 | 1 | 24 | 0 | 9 | 12A | 40 | 4B |
| Octal | 345 | 225 | 350 | 1 | 44 | 0 | 11 | 452 | 100 | 113 |
| Binary | 11100101 | 10010101 | 11101000 | 1 | 100100 | 0 | 1001 | 100101010 | 1000000 | 1001011 |
Color Harmonies of #E595E8
Complementary color
Monochromatic Colors of #E595E8
Black with #E595E8
Text Example
Text Example
White with #E595E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E595E8; }
p { color: rgb(229,149,232); }
H1.HeaderClassName
{
color: #E595E8;
}
.AnyTagClassName
{
color: #E595E8;
}
</style>
background-color css
<style>
a { background-color: #E595E8; }
a { background-color: rgb(229,149,232); }
div.DivClassName
{
background-color: #E595E8;
}
.BgClassName
{
background-color: #E595E8;
}
</style>
border-color css
<style>
span { border-color: #E595E8; }
span { border-color: rgb(229,149,232); }
td.TdClassName
{
border-color: #E595E8;
}
.TagClassName
{
border-color: #E595E8;
}
</style>