Shades of Plum #ECABEA
Tints of Plum #ECABEA
RGB
CMYK
RGB Variations
Color information
#ECABEA (or 0xECABEA) is known color: Plum. HEX triplet: EC, AB and EA. RGB value is (236,171,234). Sum of RGB (Red+Green+Blue) = 236+171+234=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 171 (67.19% from 255 or 26.68% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 236 - color contains mainly: red. Hex color #ECABEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECABEA is #135415. Grayscale: #C5C5C5. Windows color (decimal): -1266710 or 15379436. OLE color: 15379436.
HSL color Cylindrical-coordinate representation of color #ECABEA: hue angle of 301.85º 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 #ECABEA is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 234 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.07 |
| HSL | 301.85º | 0.63% | 0.8% | - |
| HSV(B) | 301.85º | 0.28% | 0.93% | - |
| XYZ | 64.01 | 52.9 | 84.68 | - |
| YUV | 197.62 | 148.53 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 234 | 0 | 0.28 | 0.01 | 0.07 | 301.85 | 0.63 | 0.8 |
| Hex | EC | AB | EA | 0 | 1C | 1 | 7 | 12E | 3F | 50 |
| Octal | 354 | 253 | 352 | 0 | 34 | 1 | 7 | 456 | 77 | 120 |
| Binary | 11101100 | 10101011 | 11101010 | 0 | 11100 | 1 | 111 | 100101110 | 111111 | 1010000 |
Color Harmonies of #ECABEA
Complementary color
Monochromatic Colors of #ECABEA
Black with #ECABEA
Text Example
Text Example
White with #ECABEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECABEA; }
p { color: rgb(236,171,234); }
H1.HeaderClassName
{
color: #ECABEA;
}
.AnyTagClassName
{
color: #ECABEA;
}
</style>
background-color css
<style>
a { background-color: #ECABEA; }
a { background-color: rgb(236,171,234); }
div.DivClassName
{
background-color: #ECABEA;
}
.BgClassName
{
background-color: #ECABEA;
}
</style>
border-color css
<style>
span { border-color: #ECABEA; }
span { border-color: rgb(236,171,234); }
td.TdClassName
{
border-color: #ECABEA;
}
.TagClassName
{
border-color: #ECABEA;
}
</style>