Shades of Plum #EAA7EF
Tints of Plum #EAA7EF
RGB
CMYK
RGB Variations
Color information
#EAA7EF (or 0xEAA7EF) is known color: Plum. HEX triplet: EA, A7 and EF. RGB value is (234,167,239). Sum of RGB (Red+Green+Blue) = 234+167+239=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 167 (65.62% from 255 or 26.09% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAA7EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA7EF is #155810. Grayscale: #C3C3C3. Windows color (decimal): -1398801 or 15706090. OLE color: 15706090.
HSL color Cylindrical-coordinate representation of color #EAA7EF: hue angle of 295.83º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAA7EF is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 167 | 239 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.06 |
| HSL | 295.83º | 0.69% | 0.8% | - |
| HSV(B) | 295.83º | 0.3% | 0.94% | - |
| XYZ | 63.33 | 51.36 | 88.24 | - |
| YUV | 195.24 | 152.7 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 167 | 239 | 0.02 | 0.30 | 0 | 0.06 | 295.83 | 0.69 | 0.8 |
| Hex | EA | A7 | EF | 2 | 1E | 0 | 6 | 128 | 45 | 50 |
| Octal | 352 | 247 | 357 | 2 | 36 | 0 | 6 | 450 | 105 | 120 |
| Binary | 11101010 | 10100111 | 11101111 | 10 | 11110 | 0 | 110 | 100101000 | 1000101 | 1010000 |
Color Harmonies of #EAA7EF
Complementary color
Monochromatic Colors of #EAA7EF
Black with #EAA7EF
Text Example
Text Example
White with #EAA7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA7EF; }
p { color: rgb(234,167,239); }
H1.HeaderClassName
{
color: #EAA7EF;
}
.AnyTagClassName
{
color: #EAA7EF;
}
</style>
background-color css
<style>
a { background-color: #EAA7EF; }
a { background-color: rgb(234,167,239); }
div.DivClassName
{
background-color: #EAA7EF;
}
.BgClassName
{
background-color: #EAA7EF;
}
</style>
border-color css
<style>
span { border-color: #EAA7EF; }
span { border-color: rgb(234,167,239); }
td.TdClassName
{
border-color: #EAA7EF;
}
.TagClassName
{
border-color: #EAA7EF;
}
</style>