Shades of Plum #ECAAEE
Tints of Plum #ECAAEE
RGB
CMYK
RGB Variations
Color information
#ECAAEE (or 0xECAAEE) is known color: Plum. HEX triplet: EC, AA and EE. RGB value is (236,170,238). Sum of RGB (Red+Green+Blue) = 236+170+238=644 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.65% from 644); Green value is 170 (66.80% from 255 or 26.40% from 644); Blue value is 238 (93.36% from 255 or 36.96% from 644); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECAAEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAAEE is #135511. Grayscale: #C5C5C5. Windows color (decimal): -1266962 or 15641324. OLE color: 15641324.
HSL color Cylindrical-coordinate representation of color #ECAAEE: hue angle of 298.24º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECAAEE is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 238 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.07 |
| HSL | 298.24º | 0.67% | 0.8% | - |
| HSV(B) | 298.24º | 0.29% | 0.93% | - |
| XYZ | 64.4 | 52.76 | 87.68 | - |
| YUV | 197.49 | 150.87 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 238 | 0.01 | 0.29 | 0 | 0.07 | 298.24 | 0.67 | 0.8 |
| Hex | EC | AA | EE | 1 | 1D | 0 | 7 | 12A | 43 | 50 |
| Octal | 354 | 252 | 356 | 1 | 35 | 0 | 7 | 452 | 103 | 120 |
| Binary | 11101100 | 10101010 | 11101110 | 1 | 11101 | 0 | 111 | 100101010 | 1000011 | 1010000 |
Color Harmonies of #ECAAEE
Complementary color
Monochromatic Colors of #ECAAEE
Black with #ECAAEE
Text Example
Text Example
White with #ECAAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAAEE; }
p { color: rgb(236,170,238); }
H1.HeaderClassName
{
color: #ECAAEE;
}
.AnyTagClassName
{
color: #ECAAEE;
}
</style>
background-color css
<style>
a { background-color: #ECAAEE; }
a { background-color: rgb(236,170,238); }
div.DivClassName
{
background-color: #ECAAEE;
}
.BgClassName
{
background-color: #ECAAEE;
}
</style>
border-color css
<style>
span { border-color: #ECAAEE; }
span { border-color: rgb(236,170,238); }
td.TdClassName
{
border-color: #ECAAEE;
}
.TagClassName
{
border-color: #ECAAEE;
}
</style>