Shades of Plum #E195E8
Tints of Plum #E195E8
RGB
CMYK
RGB Variations
Color information
#E195E8 (or 0xE195E8) is known color: Plum. HEX triplet: E1, 95 and E8. RGB value is (225,149,232). Sum of RGB (Red+Green+Blue) = 225+149+232=606 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.13% from 606); Green value is 149 (58.59% from 255 or 24.59% from 606); Blue value is 232 (91.02% from 255 or 38.28% from 606); Max value from RGB is 232 - color contains mainly: blue. Hex color #E195E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E195E8 is #1E6A17. Grayscale: #B4B4B4. Windows color (decimal): -1993240 or 15242721. OLE color: 15242721.
HSL color Cylindrical-coordinate representation of color #E195E8: hue angle of 294.94º 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 #E195E8 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 149 | 232 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.09 |
| HSL | 294.94º | 0.64% | 0.75% | - |
| HSV(B) | 294.94º | 0.36% | 0.91% | - |
| XYZ | 56.36 | 43.33 | 81.74 | - |
| YUV | 181.19 | 156.68 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 149 | 232 | 0.03 | 0.36 | 0 | 0.09 | 294.94 | 0.64 | 0.75 |
| Hex | E1 | 95 | E8 | 3 | 24 | 0 | 9 | 127 | 40 | 4B |
| Octal | 341 | 225 | 350 | 3 | 44 | 0 | 11 | 447 | 100 | 113 |
| Binary | 11100001 | 10010101 | 11101000 | 11 | 100100 | 0 | 1001 | 100100111 | 1000000 | 1001011 |
Color Harmonies of #E195E8
Complementary color
Monochromatic Colors of #E195E8
Black with #E195E8
Text Example
Text Example
White with #E195E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E195E8; }
p { color: rgb(225,149,232); }
H1.HeaderClassName
{
color: #E195E8;
}
.AnyTagClassName
{
color: #E195E8;
}
</style>
background-color css
<style>
a { background-color: #E195E8; }
a { background-color: rgb(225,149,232); }
div.DivClassName
{
background-color: #E195E8;
}
.BgClassName
{
background-color: #E195E8;
}
</style>
border-color css
<style>
span { border-color: #E195E8; }
span { border-color: rgb(225,149,232); }
td.TdClassName
{
border-color: #E195E8;
}
.TagClassName
{
border-color: #E195E8;
}
</style>