Shades of Plum #ECADED
Tints of Plum #ECADED
RGB
CMYK
RGB Variations
Color information
#ECADED (or 0xECADED) is known color: Plum. HEX triplet: EC, AD and ED. RGB value is (236,173,237). Sum of RGB (Red+Green+Blue) = 236+173+237=646 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.53% from 646); Green value is 173 (67.97% from 255 or 26.78% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECADED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECADED is #135212. Grayscale: #C6C6C6. Windows color (decimal): -1266195 or 15576556. OLE color: 15576556.
HSL color Cylindrical-coordinate representation of color #ECADED: hue angle of 299.06º degrees, saturation: 0.64, 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 #ECADED is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 173 | 237 | - |
| CMYK | 0.00 | 0.27 | 0 | 0.07 |
| HSL | 299.06º | 0.64% | 0.8% | - |
| HSV(B) | 299.06º | 0.27% | 0.93% | - |
| XYZ | 64.82 | 53.83 | 87.1 | - |
| YUV | 199.13 | 149.37 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 173 | 237 | 0.00 | 0.27 | 0 | 0.07 | 299.06 | 0.64 | 0.8 |
| Hex | EC | AD | ED | 0 | 1B | 0 | 7 | 12B | 40 | 50 |
| Octal | 354 | 255 | 355 | 0 | 33 | 0 | 7 | 453 | 100 | 120 |
| Binary | 11101100 | 10101101 | 11101101 | 0 | 11011 | 0 | 111 | 100101011 | 1000000 | 1010000 |
Color Harmonies of #ECADED
Complementary color
Monochromatic Colors of #ECADED
Black with #ECADED
Text Example
Text Example
White with #ECADED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECADED; }
p { color: rgb(236,173,237); }
H1.HeaderClassName
{
color: #ECADED;
}
.AnyTagClassName
{
color: #ECADED;
}
</style>
background-color css
<style>
a { background-color: #ECADED; }
a { background-color: rgb(236,173,237); }
div.DivClassName
{
background-color: #ECADED;
}
.BgClassName
{
background-color: #ECADED;
}
</style>
border-color css
<style>
span { border-color: #ECADED; }
span { border-color: rgb(236,173,237); }
td.TdClassName
{
border-color: #ECADED;
}
.TagClassName
{
border-color: #ECADED;
}
</style>