Shades of Plum #E099CF
Tints of Plum #E099CF
RGB
CMYK
RGB Variations
Color information
#E099CF (or 0xE099CF) is known color: Plum. HEX triplet: E0, 99 and CF. RGB value is (224,153,207). Sum of RGB (Red+Green+Blue) = 224+153+207=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 153 (60.16% from 255 or 26.20% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 224 - color contains mainly: red. Hex color #E099CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E099CF is #1F6630. Grayscale: #B4B4B4. Windows color (decimal): -2057777 or 13605344. OLE color: 13605344.
HSL color Cylindrical-coordinate representation of color #E099CF: hue angle of 314.37º 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 #E099CF is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 153 | 207 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.12 |
| HSL | 314.37º | 0.53% | 0.74% | - |
| HSV(B) | 314.37º | 0.32% | 0.88% | - |
| XYZ | 53.39 | 43.13 | 64.54 | - |
| YUV | 180.39 | 143.02 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 153 | 207 | 0 | 0.32 | 0.08 | 0.12 | 314.37 | 0.53 | 0.74 |
| Hex | E0 | 99 | CF | 0 | 20 | 8 | C | 13A | 35 | 4A |
| Octal | 340 | 231 | 317 | 0 | 40 | 10 | 14 | 472 | 65 | 112 |
| Binary | 11100000 | 10011001 | 11001111 | 0 | 100000 | 1000 | 1100 | 100111010 | 110101 | 1001010 |
Color Harmonies of #E099CF
Complementary color
Monochromatic Colors of #E099CF
Black with #E099CF
Text Example
Text Example
White with #E099CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E099CF; }
p { color: rgb(224,153,207); }
H1.HeaderClassName
{
color: #E099CF;
}
.AnyTagClassName
{
color: #E099CF;
}
</style>
background-color css
<style>
a { background-color: #E099CF; }
a { background-color: rgb(224,153,207); }
div.DivClassName
{
background-color: #E099CF;
}
.BgClassName
{
background-color: #E099CF;
}
</style>
border-color css
<style>
span { border-color: #E099CF; }
span { border-color: rgb(224,153,207); }
td.TdClassName
{
border-color: #E099CF;
}
.TagClassName
{
border-color: #E099CF;
}
</style>