Shades of Plum #ECA1E8
Tints of Plum #ECA1E8
RGB
CMYK
RGB Variations
Color information
#ECA1E8 (or 0xECA1E8) is known color: Plum. HEX triplet: EC, A1 and E8. RGB value is (236,161,232). Sum of RGB (Red+Green+Blue) = 236+161+232=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 161 (63.28% from 255 or 25.60% from 629); Blue value is 232 (91.02% from 255 or 36.88% from 629); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA1E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA1E8 is #135E17. Grayscale: #BFBFBF. Windows color (decimal): -1269272 or 15245804. OLE color: 15245804.
HSL color Cylindrical-coordinate representation of color #ECA1E8: hue angle of 303.2º 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 #ECA1E8 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 161 | 232 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.07 |
| HSL | 303.2º | 0.66% | 0.78% | - |
| HSV(B) | 303.2º | 0.32% | 0.93% | - |
| XYZ | 61.9 | 49.15 | 82.57 | - |
| YUV | 191.52 | 150.85 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 161 | 232 | 0 | 0.32 | 0.02 | 0.07 | 303.2 | 0.66 | 0.78 |
| Hex | EC | A1 | E8 | 0 | 20 | 2 | 7 | 12F | 42 | 4E |
| Octal | 354 | 241 | 350 | 0 | 40 | 2 | 7 | 457 | 102 | 116 |
| Binary | 11101100 | 10100001 | 11101000 | 0 | 100000 | 10 | 111 | 100101111 | 1000010 | 1001110 |
Color Harmonies of #ECA1E8
Complementary color
Monochromatic Colors of #ECA1E8
Black with #ECA1E8
Text Example
Text Example
White with #ECA1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA1E8; }
p { color: rgb(236,161,232); }
H1.HeaderClassName
{
color: #ECA1E8;
}
.AnyTagClassName
{
color: #ECA1E8;
}
</style>
background-color css
<style>
a { background-color: #ECA1E8; }
a { background-color: rgb(236,161,232); }
div.DivClassName
{
background-color: #ECA1E8;
}
.BgClassName
{
background-color: #ECA1E8;
}
</style>
border-color css
<style>
span { border-color: #ECA1E8; }
span { border-color: rgb(236,161,232); }
td.TdClassName
{
border-color: #ECA1E8;
}
.TagClassName
{
border-color: #ECA1E8;
}
</style>