Shades of Plum #E195E5
Tints of Plum #E195E5
RGB
CMYK
RGB Variations
Color information
#E195E5 (or 0xE195E5) is known color: Plum. HEX triplet: E1, 95 and E5. RGB value is (225,149,229). Sum of RGB (Red+Green+Blue) = 225+149+229=603 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.31% from 603); Green value is 149 (58.59% from 255 or 24.71% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 229 - color contains mainly: blue. Hex color #E195E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E195E5 is #1E6A1A. Grayscale: #B4B4B4. Windows color (decimal): -1993243 or 15046113. OLE color: 15046113.
HSL color Cylindrical-coordinate representation of color #E195E5: hue angle of 297º degrees, saturation: 0.61, 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 #E195E5 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 149 | 229 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.10 |
| HSL | 297º | 0.61% | 0.74% | - |
| HSV(B) | 297º | 0.35% | 0.9% | - |
| XYZ | 55.94 | 43.16 | 79.51 | - |
| YUV | 180.84 | 155.18 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 149 | 229 | 0.02 | 0.35 | 0 | 0.10 | 297 | 0.61 | 0.74 |
| Hex | E1 | 95 | E5 | 2 | 23 | 0 | A | 129 | 3D | 4A |
| Octal | 341 | 225 | 345 | 2 | 43 | 0 | 12 | 451 | 75 | 112 |
| Binary | 11100001 | 10010101 | 11100101 | 10 | 100011 | 0 | 1010 | 100101001 | 111101 | 1001010 |
Color Harmonies of #E195E5
Complementary color
Monochromatic Colors of #E195E5
Black with #E195E5
Text Example
Text Example
White with #E195E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E195E5; }
p { color: rgb(225,149,229); }
H1.HeaderClassName
{
color: #E195E5;
}
.AnyTagClassName
{
color: #E195E5;
}
</style>
background-color css
<style>
a { background-color: #E195E5; }
a { background-color: rgb(225,149,229); }
div.DivClassName
{
background-color: #E195E5;
}
.BgClassName
{
background-color: #E195E5;
}
</style>
border-color css
<style>
span { border-color: #E195E5; }
span { border-color: rgb(225,149,229); }
td.TdClassName
{
border-color: #E195E5;
}
.TagClassName
{
border-color: #E195E5;
}
</style>