Shades of Plum #E18CCD
Tints of Plum #E18CCD
RGB
CMYK
RGB Variations
Color information
#E18CCD (or 0xE18CCD) is known color: Plum. HEX triplet: E1, 8C and CD. RGB value is (225,140,205). Sum of RGB (Red+Green+Blue) = 225+140+205=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 140 (55.08% from 255 or 24.56% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E18CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18CCD is #1E7332. Grayscale: #ACACAC. Windows color (decimal): -1995571 or 13470945. OLE color: 13470945.
HSL color Cylindrical-coordinate representation of color #E18CCD: hue angle of 314.12º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E18CCD is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 140 | 205 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.12 |
| HSL | 314.12º | 0.59% | 0.72% | - |
| HSV(B) | 314.12º | 0.38% | 0.88% | - |
| XYZ | 51.45 | 39.17 | 62.61 | - |
| YUV | 172.83 | 146.16 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 140 | 205 | 0 | 0.38 | 0.09 | 0.12 | 314.12 | 0.59 | 0.72 |
| Hex | E1 | 8C | CD | 0 | 26 | 9 | C | 13A | 3B | 48 |
| Octal | 341 | 214 | 315 | 0 | 46 | 11 | 14 | 472 | 73 | 110 |
| Binary | 11100001 | 10001100 | 11001101 | 0 | 100110 | 1001 | 1100 | 100111010 | 111011 | 1001000 |
Color Harmonies of #E18CCD
Complementary color
Monochromatic Colors of #E18CCD
Black with #E18CCD
Text Example
Text Example
White with #E18CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18CCD; }
p { color: rgb(225,140,205); }
H1.HeaderClassName
{
color: #E18CCD;
}
.AnyTagClassName
{
color: #E18CCD;
}
</style>
background-color css
<style>
a { background-color: #E18CCD; }
a { background-color: rgb(225,140,205); }
div.DivClassName
{
background-color: #E18CCD;
}
.BgClassName
{
background-color: #E18CCD;
}
</style>
border-color css
<style>
span { border-color: #E18CCD; }
span { border-color: rgb(225,140,205); }
td.TdClassName
{
border-color: #E18CCD;
}
.TagClassName
{
border-color: #E18CCD;
}
</style>