Shades of Plum #EC9CF1
Tints of Plum #EC9CF1
RGB
CMYK
RGB Variations
Color information
#EC9CF1 (or 0xEC9CF1) is known color: Plum. HEX triplet: EC, 9C and F1. RGB value is (236,156,241). Sum of RGB (Red+Green+Blue) = 236+156+241=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 156 (61.33% from 255 or 24.64% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC9CF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9CF1 is #13630E. Grayscale: #BDBDBD. Windows color (decimal): -1270543 or 15834348. OLE color: 15834348.
HSL color Cylindrical-coordinate representation of color #EC9CF1: hue angle of 296.47º 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 #EC9CF1 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 156 | 241 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.05 |
| HSL | 296.47º | 0.75% | 0.78% | - |
| HSV(B) | 296.47º | 0.35% | 0.95% | - |
| XYZ | 62.36 | 47.96 | 89.19 | - |
| YUV | 189.61 | 157 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 241 | 0.02 | 0.35 | 0 | 0.05 | 296.47 | 0.75 | 0.78 |
| Hex | EC | 9C | F1 | 2 | 23 | 0 | 5 | 128 | 4B | 4E |
| Octal | 354 | 234 | 361 | 2 | 43 | 0 | 5 | 450 | 113 | 116 |
| Binary | 11101100 | 10011100 | 11110001 | 10 | 100011 | 0 | 101 | 100101000 | 1001011 | 1001110 |
Color Harmonies of #EC9CF1
Complementary color
Monochromatic Colors of #EC9CF1
Black with #EC9CF1
Text Example
Text Example
White with #EC9CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9CF1; }
p { color: rgb(236,156,241); }
H1.HeaderClassName
{
color: #EC9CF1;
}
.AnyTagClassName
{
color: #EC9CF1;
}
</style>
background-color css
<style>
a { background-color: #EC9CF1; }
a { background-color: rgb(236,156,241); }
div.DivClassName
{
background-color: #EC9CF1;
}
.BgClassName
{
background-color: #EC9CF1;
}
</style>
border-color css
<style>
span { border-color: #EC9CF1; }
span { border-color: rgb(236,156,241); }
td.TdClassName
{
border-color: #EC9CF1;
}
.TagClassName
{
border-color: #EC9CF1;
}
</style>