Shades of Plum #E196CF
Tints of Plum #E196CF
RGB
CMYK
RGB Variations
Color information
#E196CF (or 0xE196CF) is known color: Plum. HEX triplet: E1, 96 and CF. RGB value is (225,150,207). Sum of RGB (Red+Green+Blue) = 225+150+207=582 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.66% from 582); Green value is 150 (58.98% from 255 or 25.77% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 225 - color contains mainly: red. Hex color #E196CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E196CF is #1E6930. Grayscale: #B2B2B2. Windows color (decimal): -1993009 or 13604577. OLE color: 13604577.
HSL color Cylindrical-coordinate representation of color #E196CF: hue angle of 314.4º 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 #E196CF is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 150 | 207 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.12 |
| HSL | 314.4º | 0.56% | 0.74% | - |
| HSV(B) | 314.4º | 0.33% | 0.88% | - |
| XYZ | 53.22 | 42.33 | 64.4 | - |
| YUV | 178.92 | 143.85 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 150 | 207 | 0 | 0.33 | 0.08 | 0.12 | 314.4 | 0.56 | 0.74 |
| Hex | E1 | 96 | CF | 0 | 21 | 8 | C | 13A | 38 | 4A |
| Octal | 341 | 226 | 317 | 0 | 41 | 10 | 14 | 472 | 70 | 112 |
| Binary | 11100001 | 10010110 | 11001111 | 0 | 100001 | 1000 | 1100 | 100111010 | 111000 | 1001010 |
Color Harmonies of #E196CF
Complementary color
Monochromatic Colors of #E196CF
Black with #E196CF
Text Example
Text Example
White with #E196CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E196CF; }
p { color: rgb(225,150,207); }
H1.HeaderClassName
{
color: #E196CF;
}
.AnyTagClassName
{
color: #E196CF;
}
</style>
background-color css
<style>
a { background-color: #E196CF; }
a { background-color: rgb(225,150,207); }
div.DivClassName
{
background-color: #E196CF;
}
.BgClassName
{
background-color: #E196CF;
}
</style>
border-color css
<style>
span { border-color: #E196CF; }
span { border-color: rgb(225,150,207); }
td.TdClassName
{
border-color: #E196CF;
}
.TagClassName
{
border-color: #E196CF;
}
</style>