Shades of Plum #ECA1E7
Tints of Plum #ECA1E7
RGB
CMYK
RGB Variations
Color information
#ECA1E7 (or 0xECA1E7) is known color: Plum. HEX triplet: EC, A1 and E7. RGB value is (236,161,231). Sum of RGB (Red+Green+Blue) = 236+161+231=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 161 (63.28% from 255 or 25.64% from 628); Blue value is 231 (90.62% from 255 or 36.78% from 628); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA1E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA1E7 is #135E18. Grayscale: #BFBFBF. Windows color (decimal): -1269273 or 15180268. OLE color: 15180268.
HSL color Cylindrical-coordinate representation of color #ECA1E7: hue angle of 304º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECA1E7 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 161 | 231 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.07 |
| HSL | 304º | 0.66% | 0.78% | - |
| HSV(B) | 304º | 0.32% | 0.93% | - |
| XYZ | 61.76 | 49.09 | 81.82 | - |
| YUV | 191.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 161 | 231 | 0 | 0.32 | 0.02 | 0.07 | 304 | 0.66 | 0.78 |
| Hex | EC | A1 | E7 | 0 | 20 | 2 | 7 | 130 | 42 | 4E |
| Octal | 354 | 241 | 347 | 0 | 40 | 2 | 7 | 460 | 102 | 116 |
| Binary | 11101100 | 10100001 | 11100111 | 0 | 100000 | 10 | 111 | 100110000 | 1000010 | 1001110 |
Color Harmonies of #ECA1E7
Complementary color
Monochromatic Colors of #ECA1E7
Black with #ECA1E7
Text Example
Text Example
White with #ECA1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA1E7; }
p { color: rgb(236,161,231); }
H1.HeaderClassName
{
color: #ECA1E7;
}
.AnyTagClassName
{
color: #ECA1E7;
}
</style>
background-color css
<style>
a { background-color: #ECA1E7; }
a { background-color: rgb(236,161,231); }
div.DivClassName
{
background-color: #ECA1E7;
}
.BgClassName
{
background-color: #ECA1E7;
}
</style>
border-color css
<style>
span { border-color: #ECA1E7; }
span { border-color: rgb(236,161,231); }
td.TdClassName
{
border-color: #ECA1E7;
}
.TagClassName
{
border-color: #ECA1E7;
}
</style>