Shades of Plum #EC9DF1
Tints of Plum #EC9DF1
RGB
CMYK
RGB Variations
Color information
#EC9DF1 (or 0xEC9DF1) is known color: Plum. HEX triplet: EC, 9D and F1. RGB value is (236,157,241). Sum of RGB (Red+Green+Blue) = 236+157+241=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 157 (61.72% from 255 or 24.76% from 634); Blue value is 241 (94.53% from 255 or 38.01% from 634); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC9DF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9DF1 is #13620E. Grayscale: #BDBDBD. Windows color (decimal): -1270287 or 15834604. OLE color: 15834604.
HSL color Cylindrical-coordinate representation of color #EC9DF1: hue angle of 296.43º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC9DF1 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 157 | 241 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.05 |
| HSL | 296.43º | 0.75% | 0.78% | - |
| HSV(B) | 296.43º | 0.35% | 0.95% | - |
| XYZ | 62.53 | 48.3 | 89.25 | - |
| YUV | 190.2 | 156.67 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 157 | 241 | 0.02 | 0.35 | 0 | 0.05 | 296.43 | 0.75 | 0.78 |
| Hex | EC | 9D | F1 | 2 | 23 | 0 | 5 | 128 | 4B | 4E |
| Octal | 354 | 235 | 361 | 2 | 43 | 0 | 5 | 450 | 113 | 116 |
| Binary | 11101100 | 10011101 | 11110001 | 10 | 100011 | 0 | 101 | 100101000 | 1001011 | 1001110 |
Color Harmonies of #EC9DF1
Complementary color
Monochromatic Colors of #EC9DF1
Black with #EC9DF1
Text Example
Text Example
White with #EC9DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9DF1; }
p { color: rgb(236,157,241); }
H1.HeaderClassName
{
color: #EC9DF1;
}
.AnyTagClassName
{
color: #EC9DF1;
}
</style>
background-color css
<style>
a { background-color: #EC9DF1; }
a { background-color: rgb(236,157,241); }
div.DivClassName
{
background-color: #EC9DF1;
}
.BgClassName
{
background-color: #EC9DF1;
}
</style>
border-color css
<style>
span { border-color: #EC9DF1; }
span { border-color: rgb(236,157,241); }
td.TdClassName
{
border-color: #EC9DF1;
}
.TagClassName
{
border-color: #EC9DF1;
}
</style>