Shades of Plum #E196CE
Tints of Plum #E196CE
RGB
CMYK
RGB Variations
Color information
#E196CE (or 0xE196CE) is known color: Plum. HEX triplet: E1, 96 and CE. RGB value is (225,150,206). Sum of RGB (Red+Green+Blue) = 225+150+206=581 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.73% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 225 - color contains mainly: red. Hex color #E196CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E196CE is #1E6931. Grayscale: #B2B2B2. Windows color (decimal): -1993010 or 13539041. OLE color: 13539041.
HSL color Cylindrical-coordinate representation of color #E196CE: hue angle of 315.2º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E196CE is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 150 | 206 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.12 |
| HSL | 315.2º | 0.56% | 0.74% | - |
| HSV(B) | 315.2º | 0.33% | 0.88% | - |
| XYZ | 53.1 | 42.28 | 63.75 | - |
| YUV | 178.81 | 143.35 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 150 | 206 | 0 | 0.33 | 0.08 | 0.12 | 315.2 | 0.56 | 0.74 |
| Hex | E1 | 96 | CE | 0 | 21 | 8 | C | 13B | 38 | 4A |
| Octal | 341 | 226 | 316 | 0 | 41 | 10 | 14 | 473 | 70 | 112 |
| Binary | 11100001 | 10010110 | 11001110 | 0 | 100001 | 1000 | 1100 | 100111011 | 111000 | 1001010 |
Color Harmonies of #E196CE
Complementary color
Monochromatic Colors of #E196CE
Black with #E196CE
Text Example
Text Example
White with #E196CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E196CE; }
p { color: rgb(225,150,206); }
H1.HeaderClassName
{
color: #E196CE;
}
.AnyTagClassName
{
color: #E196CE;
}
</style>
background-color css
<style>
a { background-color: #E196CE; }
a { background-color: rgb(225,150,206); }
div.DivClassName
{
background-color: #E196CE;
}
.BgClassName
{
background-color: #E196CE;
}
</style>
border-color css
<style>
span { border-color: #E196CE; }
span { border-color: rgb(225,150,206); }
td.TdClassName
{
border-color: #E196CE;
}
.TagClassName
{
border-color: #E196CE;
}
</style>