Shades of Plum #ECADEA
Tints of Plum #ECADEA
RGB
CMYK
RGB Variations
Color information
#ECADEA (or 0xECADEA) is known color: Plum. HEX triplet: EC, AD and EA. RGB value is (236,173,234). Sum of RGB (Red+Green+Blue) = 236+173+234=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 173 (67.97% from 255 or 26.91% from 643); Blue value is 234 (91.80% from 255 or 36.39% from 643); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECADEA is #135215. Grayscale: #C6C6C6. Windows color (decimal): -1266198 or 15379948. OLE color: 15379948.
HSL color Cylindrical-coordinate representation of color #ECADEA: hue angle of 301.9º degrees, saturation: 0.62, 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 #ECADEA is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 173 | 234 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.07 |
| HSL | 301.9º | 0.62% | 0.8% | - |
| HSV(B) | 301.9º | 0.27% | 0.93% | - |
| XYZ | 64.39 | 53.66 | 84.81 | - |
| YUV | 198.79 | 147.87 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 173 | 234 | 0 | 0.27 | 0.01 | 0.07 | 301.9 | 0.62 | 0.8 |
| Hex | EC | AD | EA | 0 | 1B | 1 | 7 | 12E | 3E | 50 |
| Octal | 354 | 255 | 352 | 0 | 33 | 1 | 7 | 456 | 76 | 120 |
| Binary | 11101100 | 10101101 | 11101010 | 0 | 11011 | 1 | 111 | 100101110 | 111110 | 1010000 |
Color Harmonies of #ECADEA
Complementary color
Monochromatic Colors of #ECADEA
Black with #ECADEA
Text Example
Text Example
White with #ECADEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECADEA; }
p { color: rgb(236,173,234); }
H1.HeaderClassName
{
color: #ECADEA;
}
.AnyTagClassName
{
color: #ECADEA;
}
</style>
background-color css
<style>
a { background-color: #ECADEA; }
a { background-color: rgb(236,173,234); }
div.DivClassName
{
background-color: #ECADEA;
}
.BgClassName
{
background-color: #ECADEA;
}
</style>
border-color css
<style>
span { border-color: #ECADEA; }
span { border-color: rgb(236,173,234); }
td.TdClassName
{
border-color: #ECADEA;
}
.TagClassName
{
border-color: #ECADEA;
}
</style>