Shades of Plum #ECACEB
Tints of Plum #ECACEB
RGB
CMYK
RGB Variations
Color information
#ECACEB (or 0xECACEB) is known color: Plum. HEX triplet: EC, AC and EB. RGB value is (236,172,235). Sum of RGB (Red+Green+Blue) = 236+172+235=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 172 (67.58% from 255 or 26.75% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECACEB is #135314. Grayscale: #C6C6C6. Windows color (decimal): -1266453 or 15445228. OLE color: 15445228.
HSL color Cylindrical-coordinate representation of color #ECACEB: hue angle of 300.94º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECACEB is Cyan = 0, Magento = 0.27, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 235 | - |
| CMYK | 0 | 0.27 | 0.00 | 0.07 |
| HSL | 300.94º | 0.63% | 0.8% | - |
| HSV(B) | 300.94º | 0.27% | 0.93% | - |
| XYZ | 64.34 | 53.34 | 85.5 | - |
| YUV | 198.32 | 148.7 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 235 | 0 | 0.27 | 0.00 | 0.07 | 300.94 | 0.63 | 0.8 |
| Hex | EC | AC | EB | 0 | 1B | 0 | 7 | 12D | 3F | 50 |
| Octal | 354 | 254 | 353 | 0 | 33 | 0 | 7 | 455 | 77 | 120 |
| Binary | 11101100 | 10101100 | 11101011 | 0 | 11011 | 0 | 111 | 100101101 | 111111 | 1010000 |
Color Harmonies of #ECACEB
Complementary color
Monochromatic Colors of #ECACEB
Black with #ECACEB
Text Example
Text Example
White with #ECACEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECACEB; }
p { color: rgb(236,172,235); }
H1.HeaderClassName
{
color: #ECACEB;
}
.AnyTagClassName
{
color: #ECACEB;
}
</style>
background-color css
<style>
a { background-color: #ECACEB; }
a { background-color: rgb(236,172,235); }
div.DivClassName
{
background-color: #ECACEB;
}
.BgClassName
{
background-color: #ECACEB;
}
</style>
border-color css
<style>
span { border-color: #ECACEB; }
span { border-color: rgb(236,172,235); }
td.TdClassName
{
border-color: #ECACEB;
}
.TagClassName
{
border-color: #ECACEB;
}
</style>