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