Shades of Plum #E195E7
Tints of Plum #E195E7
RGB
CMYK
RGB Variations
Color information
#E195E7 (or 0xE195E7) is known color: Plum. HEX triplet: E1, 95 and E7. RGB value is (225,149,231). Sum of RGB (Red+Green+Blue) = 225+149+231=605 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.19% from 605); Green value is 149 (58.59% from 255 or 24.63% from 605); Blue value is 231 (90.62% from 255 or 38.18% from 605); Max value from RGB is 231 - color contains mainly: blue. Hex color #E195E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E195E7 is #1E6A18. Grayscale: #B4B4B4. Windows color (decimal): -1993241 or 15177185. OLE color: 15177185.
HSL color Cylindrical-coordinate representation of color #E195E7: hue angle of 295.61º 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 #E195E7 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 149 | 231 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.09 |
| HSL | 295.61º | 0.63% | 0.75% | - |
| HSV(B) | 295.61º | 0.35% | 0.91% | - |
| XYZ | 56.22 | 43.27 | 80.99 | - |
| YUV | 181.07 | 156.18 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 149 | 231 | 0.03 | 0.35 | 0 | 0.09 | 295.61 | 0.63 | 0.75 |
| Hex | E1 | 95 | E7 | 3 | 23 | 0 | 9 | 128 | 3F | 4B |
| Octal | 341 | 225 | 347 | 3 | 43 | 0 | 11 | 450 | 77 | 113 |
| Binary | 11100001 | 10010101 | 11100111 | 11 | 100011 | 0 | 1001 | 100101000 | 111111 | 1001011 |
Color Harmonies of #E195E7
Complementary color
Monochromatic Colors of #E195E7
Black with #E195E7
Text Example
Text Example
White with #E195E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E195E7; }
p { color: rgb(225,149,231); }
H1.HeaderClassName
{
color: #E195E7;
}
.AnyTagClassName
{
color: #E195E7;
}
</style>
background-color css
<style>
a { background-color: #E195E7; }
a { background-color: rgb(225,149,231); }
div.DivClassName
{
background-color: #E195E7;
}
.BgClassName
{
background-color: #E195E7;
}
</style>
border-color css
<style>
span { border-color: #E195E7; }
span { border-color: rgb(225,149,231); }
td.TdClassName
{
border-color: #E195E7;
}
.TagClassName
{
border-color: #E195E7;
}
</style>