Shades of Plum #E091CD
Tints of Plum #E091CD
RGB
CMYK
RGB Variations
Color information
#E091CD (or 0xE091CD) is known color: Plum. HEX triplet: E0, 91 and CD. RGB value is (224,145,205). Sum of RGB (Red+Green+Blue) = 224+145+205=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 145 (57.03% from 255 or 25.26% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 224 - color contains mainly: red. Hex color #E091CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E091CD is #1F6E32. Grayscale: #AFAFAF. Windows color (decimal): -2059827 or 13472224. OLE color: 13472224.
HSL color Cylindrical-coordinate representation of color #E091CD: hue angle of 314.43º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E091CD is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 145 | 205 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.12 |
| HSL | 314.43º | 0.56% | 0.72% | - |
| HSV(B) | 314.43º | 0.35% | 0.88% | - |
| XYZ | 51.89 | 40.51 | 62.84 | - |
| YUV | 175.46 | 144.67 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 145 | 205 | 0 | 0.35 | 0.08 | 0.12 | 314.43 | 0.56 | 0.72 |
| Hex | E0 | 91 | CD | 0 | 23 | 8 | C | 13A | 38 | 48 |
| Octal | 340 | 221 | 315 | 0 | 43 | 10 | 14 | 472 | 70 | 110 |
| Binary | 11100000 | 10010001 | 11001101 | 0 | 100011 | 1000 | 1100 | 100111010 | 111000 | 1001000 |
Color Harmonies of #E091CD
Complementary color
Monochromatic Colors of #E091CD
Black with #E091CD
Text Example
Text Example
White with #E091CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E091CD; }
p { color: rgb(224,145,205); }
H1.HeaderClassName
{
color: #E091CD;
}
.AnyTagClassName
{
color: #E091CD;
}
</style>
background-color css
<style>
a { background-color: #E091CD; }
a { background-color: rgb(224,145,205); }
div.DivClassName
{
background-color: #E091CD;
}
.BgClassName
{
background-color: #E091CD;
}
</style>
border-color css
<style>
span { border-color: #E091CD; }
span { border-color: rgb(224,145,205); }
td.TdClassName
{
border-color: #E091CD;
}
.TagClassName
{
border-color: #E091CD;
}
</style>