Shades of Plum #E09CCF
Tints of Plum #E09CCF
RGB
CMYK
RGB Variations
Color information
#E09CCF (or 0xE09CCF) is known color: Plum. HEX triplet: E0, 9C and CF. RGB value is (224,156,207). Sum of RGB (Red+Green+Blue) = 224+156+207=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 156 (61.33% from 255 or 26.58% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 224 - color contains mainly: red. Hex color #E09CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09CCF is #1F6330. Grayscale: #B6B6B6. Windows color (decimal): -2057009 or 13606112. OLE color: 13606112.
HSL color Cylindrical-coordinate representation of color #E09CCF: hue angle of 315º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E09CCF is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 156 | 207 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.12 |
| HSL | 315º | 0.52% | 0.75% | - |
| HSV(B) | 315º | 0.3% | 0.88% | - |
| XYZ | 53.89 | 44.13 | 64.71 | - |
| YUV | 182.15 | 142.03 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 156 | 207 | 0 | 0.30 | 0.08 | 0.12 | 315 | 0.52 | 0.75 |
| Hex | E0 | 9C | CF | 0 | 1E | 8 | C | 13B | 34 | 4B |
| Octal | 340 | 234 | 317 | 0 | 36 | 10 | 14 | 473 | 64 | 113 |
| Binary | 11100000 | 10011100 | 11001111 | 0 | 11110 | 1000 | 1100 | 100111011 | 110100 | 1001011 |
Color Harmonies of #E09CCF
Complementary color
Monochromatic Colors of #E09CCF
Black with #E09CCF
Text Example
Text Example
White with #E09CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09CCF; }
p { color: rgb(224,156,207); }
H1.HeaderClassName
{
color: #E09CCF;
}
.AnyTagClassName
{
color: #E09CCF;
}
</style>
background-color css
<style>
a { background-color: #E09CCF; }
a { background-color: rgb(224,156,207); }
div.DivClassName
{
background-color: #E09CCF;
}
.BgClassName
{
background-color: #E09CCF;
}
</style>
border-color css
<style>
span { border-color: #E09CCF; }
span { border-color: rgb(224,156,207); }
td.TdClassName
{
border-color: #E09CCF;
}
.TagClassName
{
border-color: #E09CCF;
}
</style>