Shades of Plum #EC95E1
Tints of Plum #EC95E1
RGB
CMYK
RGB Variations
Color information
#EC95E1 (or 0xEC95E1) is known color: Plum. HEX triplet: EC, 95 and E1. RGB value is (236,149,225). Sum of RGB (Red+Green+Blue) = 236+149+225=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 149 (58.59% from 255 or 24.43% from 610); Blue value is 225 (88.28% from 255 or 36.89% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #EC95E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC95E1 is #136A1E. Grayscale: #B7B7B7. Windows color (decimal): -1272351 or 14783980. OLE color: 14783980.
HSL color Cylindrical-coordinate representation of color #EC95E1: hue angle of 307.59º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC95E1 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 225 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.07 |
| HSL | 307.59º | 0.7% | 0.75% | - |
| HSV(B) | 307.59º | 0.37% | 0.93% | - |
| XYZ | 58.93 | 44.76 | 76.77 | - |
| YUV | 183.68 | 151.32 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 225 | 0 | 0.37 | 0.05 | 0.07 | 307.59 | 0.7 | 0.75 |
| Hex | EC | 95 | E1 | 0 | 25 | 5 | 7 | 134 | 46 | 4B |
| Octal | 354 | 225 | 341 | 0 | 45 | 5 | 7 | 464 | 106 | 113 |
| Binary | 11101100 | 10010101 | 11100001 | 0 | 100101 | 101 | 111 | 100110100 | 1000110 | 1001011 |
Color Harmonies of #EC95E1
Complementary color
Monochromatic Colors of #EC95E1
Black with #EC95E1
Text Example
Text Example
White with #EC95E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC95E1; }
p { color: rgb(236,149,225); }
H1.HeaderClassName
{
color: #EC95E1;
}
.AnyTagClassName
{
color: #EC95E1;
}
</style>
background-color css
<style>
a { background-color: #EC95E1; }
a { background-color: rgb(236,149,225); }
div.DivClassName
{
background-color: #EC95E1;
}
.BgClassName
{
background-color: #EC95E1;
}
</style>
border-color css
<style>
span { border-color: #EC95E1; }
span { border-color: rgb(236,149,225); }
td.TdClassName
{
border-color: #EC95E1;
}
.TagClassName
{
border-color: #EC95E1;
}
</style>