Shades of Plum #EC9CE5
Tints of Plum #EC9CE5
RGB
CMYK
RGB Variations
Color information
#EC9CE5 (or 0xEC9CE5) is known color: Plum. HEX triplet: EC, 9C and E5. RGB value is (236,156,229). Sum of RGB (Red+Green+Blue) = 236+156+229=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 156 (61.33% from 255 or 25.12% from 621); Blue value is 229 (89.84% from 255 or 36.88% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9CE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9CE5 is #13631A. Grayscale: #BCBCBC. Windows color (decimal): -1270555 or 15047916. OLE color: 15047916.
HSL color Cylindrical-coordinate representation of color #EC9CE5: hue angle of 305.25º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EC9CE5 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 229 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.07 |
| HSL | 305.25º | 0.68% | 0.77% | - |
| HSV(B) | 305.25º | 0.34% | 0.93% | - |
| XYZ | 60.62 | 47.27 | 80.06 | - |
| YUV | 188.24 | 151 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 229 | 0 | 0.34 | 0.03 | 0.07 | 305.25 | 0.68 | 0.77 |
| Hex | EC | 9C | E5 | 0 | 22 | 3 | 7 | 131 | 44 | 4D |
| Octal | 354 | 234 | 345 | 0 | 42 | 3 | 7 | 461 | 104 | 115 |
| Binary | 11101100 | 10011100 | 11100101 | 0 | 100010 | 11 | 111 | 100110001 | 1000100 | 1001101 |
Color Harmonies of #EC9CE5
Complementary color
Monochromatic Colors of #EC9CE5
Black with #EC9CE5
Text Example
Text Example
White with #EC9CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9CE5; }
p { color: rgb(236,156,229); }
H1.HeaderClassName
{
color: #EC9CE5;
}
.AnyTagClassName
{
color: #EC9CE5;
}
</style>
background-color css
<style>
a { background-color: #EC9CE5; }
a { background-color: rgb(236,156,229); }
div.DivClassName
{
background-color: #EC9CE5;
}
.BgClassName
{
background-color: #EC9CE5;
}
</style>
border-color css
<style>
span { border-color: #EC9CE5; }
span { border-color: rgb(236,156,229); }
td.TdClassName
{
border-color: #EC9CE5;
}
.TagClassName
{
border-color: #EC9CE5;
}
</style>