Shades of Plum #E08CCE
Tints of Plum #E08CCE
RGB
CMYK
RGB Variations
Color information
#E08CCE (or 0xE08CCE) is known color: Plum. HEX triplet: E0, 8C and CE. RGB value is (224,140,206). Sum of RGB (Red+Green+Blue) = 224+140+206=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 140 (55.08% from 255 or 24.56% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 224 - color contains mainly: red. Hex color #E08CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08CCE is #1F7331. Grayscale: #ACACAC. Windows color (decimal): -2061106 or 13536480. OLE color: 13536480.
HSL color Cylindrical-coordinate representation of color #E08CCE: hue angle of 312.86º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E08CCE is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 140 | 206 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.12 |
| HSL | 312.86º | 0.58% | 0.71% | - |
| HSV(B) | 312.86º | 0.38% | 0.88% | - |
| XYZ | 51.26 | 39.06 | 63.23 | - |
| YUV | 172.64 | 146.83 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 140 | 206 | 0 | 0.38 | 0.08 | 0.12 | 312.86 | 0.58 | 0.71 |
| Hex | E0 | 8C | CE | 0 | 26 | 8 | C | 139 | 3A | 47 |
| Octal | 340 | 214 | 316 | 0 | 46 | 10 | 14 | 471 | 72 | 107 |
| Binary | 11100000 | 10001100 | 11001110 | 0 | 100110 | 1000 | 1100 | 100111001 | 111010 | 1000111 |
Color Harmonies of #E08CCE
Complementary color
Monochromatic Colors of #E08CCE
Black with #E08CCE
Text Example
Text Example
White with #E08CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08CCE; }
p { color: rgb(224,140,206); }
H1.HeaderClassName
{
color: #E08CCE;
}
.AnyTagClassName
{
color: #E08CCE;
}
</style>
background-color css
<style>
a { background-color: #E08CCE; }
a { background-color: rgb(224,140,206); }
div.DivClassName
{
background-color: #E08CCE;
}
.BgClassName
{
background-color: #E08CCE;
}
</style>
border-color css
<style>
span { border-color: #E08CCE; }
span { border-color: rgb(224,140,206); }
td.TdClassName
{
border-color: #E08CCE;
}
.TagClassName
{
border-color: #E08CCE;
}
</style>