Shades of Plum #E595E7
Tints of Plum #E595E7
RGB
CMYK
RGB Variations
Color information
#E595E7 (or 0xE595E7) is known color: Plum. HEX triplet: E5, 95 and E7. RGB value is (229,149,231). Sum of RGB (Red+Green+Blue) = 229+149+231=609 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.60% from 609); Green value is 149 (58.59% from 255 or 24.47% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 231 - color contains mainly: blue. Hex color #E595E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E595E7 is #1A6A18. Grayscale: #B6B6B6. Windows color (decimal): -1731097 or 15177189. OLE color: 15177189.
HSL color Cylindrical-coordinate representation of color #E595E7: hue angle of 298.54º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E595E7 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 149 | 231 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.09 |
| HSL | 298.54º | 0.63% | 0.75% | - |
| HSV(B) | 298.54º | 0.35% | 0.91% | - |
| XYZ | 57.48 | 43.92 | 81.05 | - |
| YUV | 182.27 | 155.5 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 149 | 231 | 0.01 | 0.35 | 0 | 0.09 | 298.54 | 0.63 | 0.75 |
| Hex | E5 | 95 | E7 | 1 | 23 | 0 | 9 | 12B | 3F | 4B |
| Octal | 345 | 225 | 347 | 1 | 43 | 0 | 11 | 453 | 77 | 113 |
| Binary | 11100101 | 10010101 | 11100111 | 1 | 100011 | 0 | 1001 | 100101011 | 111111 | 1001011 |
Color Harmonies of #E595E7
Complementary color
Monochromatic Colors of #E595E7
Black with #E595E7
Text Example
Text Example
White with #E595E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E595E7; }
p { color: rgb(229,149,231); }
H1.HeaderClassName
{
color: #E595E7;
}
.AnyTagClassName
{
color: #E595E7;
}
</style>
background-color css
<style>
a { background-color: #E595E7; }
a { background-color: rgb(229,149,231); }
div.DivClassName
{
background-color: #E595E7;
}
.BgClassName
{
background-color: #E595E7;
}
</style>
border-color css
<style>
span { border-color: #E595E7; }
span { border-color: rgb(229,149,231); }
td.TdClassName
{
border-color: #E595E7;
}
.TagClassName
{
border-color: #E595E7;
}
</style>