Shades of Plum #ECAAEF
Tints of Plum #ECAAEF
RGB
CMYK
RGB Variations
Color information
#ECAAEF (or 0xECAAEF) is known color: Plum. HEX triplet: EC, AA and EF. RGB value is (236,170,239). Sum of RGB (Red+Green+Blue) = 236+170+239=645 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.59% from 645); Green value is 170 (66.80% from 255 or 26.36% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECAAEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAAEF is #135510. Grayscale: #C5C5C5. Windows color (decimal): -1266961 or 15706860. OLE color: 15706860.
HSL color Cylindrical-coordinate representation of color #ECAAEF: hue angle of 297.39º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECAAEF is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 170 | 239 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.06 |
| HSL | 297.39º | 0.68% | 0.8% | - |
| HSV(B) | 297.39º | 0.29% | 0.94% | - |
| XYZ | 64.55 | 52.81 | 88.45 | - |
| YUV | 197.6 | 151.37 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 239 | 0.01 | 0.29 | 0 | 0.06 | 297.39 | 0.68 | 0.8 |
| Hex | EC | AA | EF | 1 | 1D | 0 | 6 | 129 | 44 | 50 |
| Octal | 354 | 252 | 357 | 1 | 35 | 0 | 6 | 451 | 104 | 120 |
| Binary | 11101100 | 10101010 | 11101111 | 1 | 11101 | 0 | 110 | 100101001 | 1000100 | 1010000 |
Color Harmonies of #ECAAEF
Complementary color
Monochromatic Colors of #ECAAEF
Black with #ECAAEF
Text Example
Text Example
White with #ECAAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAAEF; }
p { color: rgb(236,170,239); }
H1.HeaderClassName
{
color: #ECAAEF;
}
.AnyTagClassName
{
color: #ECAAEF;
}
</style>
background-color css
<style>
a { background-color: #ECAAEF; }
a { background-color: rgb(236,170,239); }
div.DivClassName
{
background-color: #ECAAEF;
}
.BgClassName
{
background-color: #ECAAEF;
}
</style>
border-color css
<style>
span { border-color: #ECAAEF; }
span { border-color: rgb(236,170,239); }
td.TdClassName
{
border-color: #ECAAEF;
}
.TagClassName
{
border-color: #ECAAEF;
}
</style>