Shades of Plum #ECADE9
Tints of Plum #ECADE9
RGB
CMYK
RGB Variations
Color information
#ECADE9 (or 0xECADE9) is known color: Plum. HEX triplet: EC, AD and E9. RGB value is (236,173,233). Sum of RGB (Red+Green+Blue) = 236+173+233=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 173 (67.97% from 255 or 26.95% from 642); Blue value is 233 (91.41% from 255 or 36.29% from 642); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECADE9 is #135216. Grayscale: #C6C6C6. Windows color (decimal): -1266199 or 15314412. OLE color: 15314412.
HSL color Cylindrical-coordinate representation of color #ECADE9: hue angle of 302.86º 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 #ECADE9 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 173 | 233 | - |
CMYK | 0 | 0.27 | 0.01 | 0.07 |
HSL | 302.86º | 0.62% | 0.8% | - |
HSV(B) | 302.86º | 0.27% | 0.93% | - |
XYZ | 64.24 | 53.6 | 84.05 | - |
YUV | 198.68 | 147.37 | 154.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 173 | 233 | 0 | 0.27 | 0.01 | 0.07 | 302.86 | 0.62 | 0.8 |
Hex | EC | AD | E9 | 0 | 1B | 1 | 7 | 12F | 3E | 50 |
Octal | 354 | 255 | 351 | 0 | 33 | 1 | 7 | 457 | 76 | 120 |
Binary | 11101100 | 10101101 | 11101001 | 0 | 11011 | 1 | 111 | 100101111 | 111110 | 1010000 |
Color Harmonies of #ECADE9
Complementary color
Monochromatic Colors of #ECADE9
Black with #ECADE9
Text Example
Text Example
White with #ECADE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECADE9; }
p { color: rgb(236,173,233); }
H1.HeaderClassName
{
color: #ECADE9;
}
.AnyTagClassName
{
color: #ECADE9;
}
</style>
background-color css
<style>
a { background-color: #ECADE9; }
a { background-color: rgb(236,173,233); }
div.DivClassName
{
background-color: #ECADE9;
}
.BgClassName
{
background-color: #ECADE9;
}
</style>
border-color css
<style>
span { border-color: #ECADE9; }
span { border-color: rgb(236,173,233); }
td.TdClassName
{
border-color: #ECADE9;
}
.TagClassName
{
border-color: #ECADE9;
}
</style>