Shades of Plum #E195F1
Tints of Plum #E195F1
RGB
CMYK
RGB Variations
Color information
#E195F1 (or 0xE195F1) is known color: Plum. HEX triplet: E1, 95 and F1. RGB value is (225,149,241). Sum of RGB (Red+Green+Blue) = 225+149+241=615 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.59% from 615); Green value is 149 (58.59% from 255 or 24.23% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 241 - color contains mainly: blue. Hex color #E195F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E195F1 is #1E6A0E. Grayscale: #B5B5B5. Windows color (decimal): -1993231 or 15832545. OLE color: 15832545.
HSL color Cylindrical-coordinate representation of color #E195F1: hue angle of 289.57º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E195F1 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 149 | 241 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.05 |
| HSL | 289.57º | 0.77% | 0.76% | - |
| HSV(B) | 289.57º | 0.38% | 0.95% | - |
| XYZ | 57.68 | 43.85 | 88.64 | - |
| YUV | 182.21 | 161.18 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 149 | 241 | 0.07 | 0.38 | 0 | 0.05 | 289.57 | 0.77 | 0.76 |
| Hex | E1 | 95 | F1 | 7 | 26 | 0 | 5 | 122 | 4D | 4C |
| Octal | 341 | 225 | 361 | 7 | 46 | 0 | 5 | 442 | 115 | 114 |
| Binary | 11100001 | 10010101 | 11110001 | 111 | 100110 | 0 | 101 | 100100010 | 1001101 | 1001100 |
Color Harmonies of #E195F1
Complementary color
Monochromatic Colors of #E195F1
Black with #E195F1
Text Example
Text Example
White with #E195F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E195F1; }
p { color: rgb(225,149,241); }
H1.HeaderClassName
{
color: #E195F1;
}
.AnyTagClassName
{
color: #E195F1;
}
</style>
background-color css
<style>
a { background-color: #E195F1; }
a { background-color: rgb(225,149,241); }
div.DivClassName
{
background-color: #E195F1;
}
.BgClassName
{
background-color: #E195F1;
}
</style>
border-color css
<style>
span { border-color: #E195F1; }
span { border-color: rgb(225,149,241); }
td.TdClassName
{
border-color: #E195F1;
}
.TagClassName
{
border-color: #E195F1;
}
</style>