Shades of Plum #ECAAEA
Tints of Plum #ECAAEA
RGB
CMYK
RGB Variations
Color information
#ECAAEA (or 0xECAAEA) is known color: Plum. HEX triplet: EC, AA and EA. RGB value is (236,170,234). Sum of RGB (Red+Green+Blue) = 236+170+234=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 170 (66.80% from 255 or 26.56% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAAEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAAEA is #135515. Grayscale: #C4C4C4. Windows color (decimal): -1266966 or 15379180. OLE color: 15379180.
HSL color Cylindrical-coordinate representation of color #ECAAEA: hue angle of 301.82º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECAAEA is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 234 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.07 |
| HSL | 301.82º | 0.63% | 0.8% | - |
| HSV(B) | 301.82º | 0.28% | 0.93% | - |
| XYZ | 63.82 | 52.52 | 84.62 | - |
| YUV | 197.03 | 148.87 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 234 | 0 | 0.28 | 0.01 | 0.07 | 301.82 | 0.63 | 0.8 |
| Hex | EC | AA | EA | 0 | 1C | 1 | 7 | 12E | 3F | 50 |
| Octal | 354 | 252 | 352 | 0 | 34 | 1 | 7 | 456 | 77 | 120 |
| Binary | 11101100 | 10101010 | 11101010 | 0 | 11100 | 1 | 111 | 100101110 | 111111 | 1010000 |
Color Harmonies of #ECAAEA
Complementary color
Monochromatic Colors of #ECAAEA
Black with #ECAAEA
Text Example
Text Example
White with #ECAAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAAEA; }
p { color: rgb(236,170,234); }
H1.HeaderClassName
{
color: #ECAAEA;
}
.AnyTagClassName
{
color: #ECAAEA;
}
</style>
background-color css
<style>
a { background-color: #ECAAEA; }
a { background-color: rgb(236,170,234); }
div.DivClassName
{
background-color: #ECAAEA;
}
.BgClassName
{
background-color: #ECAAEA;
}
</style>
border-color css
<style>
span { border-color: #ECAAEA; }
span { border-color: rgb(236,170,234); }
td.TdClassName
{
border-color: #ECAAEA;
}
.TagClassName
{
border-color: #ECAAEA;
}
</style>