Shades of Plum #E09BCF
Tints of Plum #E09BCF
RGB
CMYK
RGB Variations
Color information
#E09BCF (or 0xE09BCF) is known color: Plum. HEX triplet: E0, 9B and CF. RGB value is (224,155,207). Sum of RGB (Red+Green+Blue) = 224+155+207=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 155 (60.94% from 255 or 26.45% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09BCF is #1F6430. Grayscale: #B5B5B5. Windows color (decimal): -2057265 or 13605856. OLE color: 13605856.
HSL color Cylindrical-coordinate representation of color #E09BCF: hue angle of 314.78º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E09BCF is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 155 | 207 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.12 |
| HSL | 314.78º | 0.53% | 0.74% | - |
| HSV(B) | 314.78º | 0.31% | 0.88% | - |
| XYZ | 53.72 | 43.79 | 64.65 | - |
| YUV | 181.56 | 142.36 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 155 | 207 | 0 | 0.31 | 0.08 | 0.12 | 314.78 | 0.53 | 0.74 |
| Hex | E0 | 9B | CF | 0 | 1F | 8 | C | 13B | 35 | 4A |
| Octal | 340 | 233 | 317 | 0 | 37 | 10 | 14 | 473 | 65 | 112 |
| Binary | 11100000 | 10011011 | 11001111 | 0 | 11111 | 1000 | 1100 | 100111011 | 110101 | 1001010 |
Color Harmonies of #E09BCF
Complementary color
Monochromatic Colors of #E09BCF
Black with #E09BCF
Text Example
Text Example
White with #E09BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09BCF; }
p { color: rgb(224,155,207); }
H1.HeaderClassName
{
color: #E09BCF;
}
.AnyTagClassName
{
color: #E09BCF;
}
</style>
background-color css
<style>
a { background-color: #E09BCF; }
a { background-color: rgb(224,155,207); }
div.DivClassName
{
background-color: #E09BCF;
}
.BgClassName
{
background-color: #E09BCF;
}
</style>
border-color css
<style>
span { border-color: #E09BCF; }
span { border-color: rgb(224,155,207); }
td.TdClassName
{
border-color: #E09BCF;
}
.TagClassName
{
border-color: #E09BCF;
}
</style>