Shades of Plum #E199CF
Tints of Plum #E199CF
RGB
CMYK
RGB Variations
Color information
#E199CF (or 0xE199CF) is known color: Plum. HEX triplet: E1, 99 and CF. RGB value is (225,153,207). Sum of RGB (Red+Green+Blue) = 225+153+207=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 153 (60.16% from 255 or 26.15% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 225 - color contains mainly: red. Hex color #E199CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E199CF is #1E6630. Grayscale: #B4B4B4. Windows color (decimal): -1992241 or 13605345. OLE color: 13605345.
HSL color Cylindrical-coordinate representation of color #E199CF: hue angle of 315º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E199CF is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 207 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.12 |
| HSL | 315º | 0.55% | 0.74% | - |
| HSV(B) | 315º | 0.32% | 0.88% | - |
| XYZ | 53.71 | 43.3 | 64.56 | - |
| YUV | 180.68 | 142.85 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 207 | 0 | 0.32 | 0.08 | 0.12 | 315 | 0.55 | 0.74 |
| Hex | E1 | 99 | CF | 0 | 20 | 8 | C | 13B | 37 | 4A |
| Octal | 341 | 231 | 317 | 0 | 40 | 10 | 14 | 473 | 67 | 112 |
| Binary | 11100001 | 10011001 | 11001111 | 0 | 100000 | 1000 | 1100 | 100111011 | 110111 | 1001010 |
Color Harmonies of #E199CF
Complementary color
Monochromatic Colors of #E199CF
Black with #E199CF
Text Example
Text Example
White with #E199CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E199CF; }
p { color: rgb(225,153,207); }
H1.HeaderClassName
{
color: #E199CF;
}
.AnyTagClassName
{
color: #E199CF;
}
</style>
background-color css
<style>
a { background-color: #E199CF; }
a { background-color: rgb(225,153,207); }
div.DivClassName
{
background-color: #E199CF;
}
.BgClassName
{
background-color: #E199CF;
}
</style>
border-color css
<style>
span { border-color: #E199CF; }
span { border-color: rgb(225,153,207); }
td.TdClassName
{
border-color: #E199CF;
}
.TagClassName
{
border-color: #E199CF;
}
</style>