Shades of Plum #EAB0EF
Tints of Plum #EAB0EF
RGB
CMYK
RGB Variations
Color information
#EAB0EF (or 0xEAB0EF) is known color: Plum. HEX triplet: EA, B0 and EF. RGB value is (234,176,239). Sum of RGB (Red+Green+Blue) = 234+176+239=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 176 (69.14% from 255 or 27.12% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAB0EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB0EF is #154F10. Grayscale: #C8C8C8. Windows color (decimal): -1396497 or 15708394. OLE color: 15708394.
HSL color Cylindrical-coordinate representation of color #EAB0EF: hue angle of 295.24º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAB0EF is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 176 | 239 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.06 |
| HSL | 295.24º | 0.66% | 0.81% | - |
| HSV(B) | 295.24º | 0.26% | 0.94% | - |
| XYZ | 65.04 | 54.78 | 88.81 | - |
| YUV | 200.52 | 149.72 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 176 | 239 | 0.02 | 0.26 | 0 | 0.06 | 295.24 | 0.66 | 0.81 |
| Hex | EA | B0 | EF | 2 | 1A | 0 | 6 | 127 | 42 | 51 |
| Octal | 352 | 260 | 357 | 2 | 32 | 0 | 6 | 447 | 102 | 121 |
| Binary | 11101010 | 10110000 | 11101111 | 10 | 11010 | 0 | 110 | 100100111 | 1000010 | 1010001 |
Color Harmonies of #EAB0EF
Complementary color
Monochromatic Colors of #EAB0EF
Black with #EAB0EF
Text Example
Text Example
White with #EAB0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB0EF; }
p { color: rgb(234,176,239); }
H1.HeaderClassName
{
color: #EAB0EF;
}
.AnyTagClassName
{
color: #EAB0EF;
}
</style>
background-color css
<style>
a { background-color: #EAB0EF; }
a { background-color: rgb(234,176,239); }
div.DivClassName
{
background-color: #EAB0EF;
}
.BgClassName
{
background-color: #EAB0EF;
}
</style>
border-color css
<style>
span { border-color: #EAB0EF; }
span { border-color: rgb(234,176,239); }
td.TdClassName
{
border-color: #EAB0EF;
}
.TagClassName
{
border-color: #EAB0EF;
}
</style>