Shades of Plum #E099CE
Tints of Plum #E099CE
RGB
CMYK
RGB Variations
Color information
#E099CE (or 0xE099CE) is known color: Plum. HEX triplet: E0, 99 and CE. RGB value is (224,153,206). Sum of RGB (Red+Green+Blue) = 224+153+206=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 153 (60.16% from 255 or 26.24% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 224 - color contains mainly: red. Hex color #E099CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E099CE is #1F6631. Grayscale: #B4B4B4. Windows color (decimal): -2057778 or 13539808. OLE color: 13539808.
HSL color Cylindrical-coordinate representation of color #E099CE: hue angle of 315.21º degrees, saturation: 0.53, 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 #E099CE is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 153 | 206 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.12 |
| HSL | 315.21º | 0.53% | 0.74% | - |
| HSV(B) | 315.21º | 0.32% | 0.88% | - |
| XYZ | 53.27 | 43.09 | 63.9 | - |
| YUV | 180.27 | 142.52 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 153 | 206 | 0 | 0.32 | 0.08 | 0.12 | 315.21 | 0.53 | 0.74 |
| Hex | E0 | 99 | CE | 0 | 20 | 8 | C | 13B | 35 | 4A |
| Octal | 340 | 231 | 316 | 0 | 40 | 10 | 14 | 473 | 65 | 112 |
| Binary | 11100000 | 10011001 | 11001110 | 0 | 100000 | 1000 | 1100 | 100111011 | 110101 | 1001010 |
Color Harmonies of #E099CE
Complementary color
Monochromatic Colors of #E099CE
Black with #E099CE
Text Example
Text Example
White with #E099CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E099CE; }
p { color: rgb(224,153,206); }
H1.HeaderClassName
{
color: #E099CE;
}
.AnyTagClassName
{
color: #E099CE;
}
</style>
background-color css
<style>
a { background-color: #E099CE; }
a { background-color: rgb(224,153,206); }
div.DivClassName
{
background-color: #E099CE;
}
.BgClassName
{
background-color: #E099CE;
}
</style>
border-color css
<style>
span { border-color: #E099CE; }
span { border-color: rgb(224,153,206); }
td.TdClassName
{
border-color: #E099CE;
}
.TagClassName
{
border-color: #E099CE;
}
</style>