Shades of Plum #E195DE
Tints of Plum #E195DE
RGB
CMYK
RGB Variations
Color information
#E195DE (or 0xE195DE) is known color: Plum. HEX triplet: E1, 95 and DE. RGB value is (225,149,222). Sum of RGB (Red+Green+Blue) = 225+149+222=596 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.75% from 596); Green value is 149 (58.59% from 255 or 25% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 225 - color contains mainly: red. Hex color #E195DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E195DE is #1E6A21. Grayscale: #B3B3B3. Windows color (decimal): -1993250 or 14587361. OLE color: 14587361.
HSL color Cylindrical-coordinate representation of color #E195DE: hue angle of 302.37º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E195DE is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 149 | 222 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.12 |
| HSL | 302.37º | 0.56% | 0.73% | - |
| HSV(B) | 302.37º | 0.34% | 0.88% | - |
| XYZ | 54.98 | 42.78 | 74.47 | - |
| YUV | 180.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 149 | 222 | 0 | 0.34 | 0.01 | 0.12 | 302.37 | 0.56 | 0.73 |
| Hex | E1 | 95 | DE | 0 | 22 | 1 | C | 12E | 38 | 49 |
| Octal | 341 | 225 | 336 | 0 | 42 | 1 | 14 | 456 | 70 | 111 |
| Binary | 11100001 | 10010101 | 11011110 | 0 | 100010 | 1 | 1100 | 100101110 | 111000 | 1001001 |
Color Harmonies of #E195DE
Complementary color
Monochromatic Colors of #E195DE
Black with #E195DE
Text Example
Text Example
White with #E195DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E195DE; }
p { color: rgb(225,149,222); }
H1.HeaderClassName
{
color: #E195DE;
}
.AnyTagClassName
{
color: #E195DE;
}
</style>
background-color css
<style>
a { background-color: #E195DE; }
a { background-color: rgb(225,149,222); }
div.DivClassName
{
background-color: #E195DE;
}
.BgClassName
{
background-color: #E195DE;
}
</style>
border-color css
<style>
span { border-color: #E195DE; }
span { border-color: rgb(225,149,222); }
td.TdClassName
{
border-color: #E195DE;
}
.TagClassName
{
border-color: #E195DE;
}
</style>