Shades of Plum #EAAAE7
Tints of Plum #EAAAE7
RGB
CMYK
RGB Variations
Color information
#EAAAE7 (or 0xEAAAE7) is known color: Plum. HEX triplet: EA, AA and E7. RGB value is (234,170,231). Sum of RGB (Red+Green+Blue) = 234+170+231=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 170 (66.80% from 255 or 26.77% from 635); Blue value is 231 (90.62% from 255 or 36.38% from 635); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAAE7 is #155518. Grayscale: #C3C3C3. Windows color (decimal): -1398041 or 15182570. OLE color: 15182570.
HSL color Cylindrical-coordinate representation of color #EAAAE7: hue angle of 302.81º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAAAE7 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 231 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.08 |
| HSL | 302.81º | 0.6% | 0.79% | - |
| HSV(B) | 302.81º | 0.27% | 0.92% | - |
| XYZ | 62.73 | 52.01 | 82.33 | - |
| YUV | 196.09 | 147.7 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 231 | 0 | 0.27 | 0.01 | 0.08 | 302.81 | 0.6 | 0.79 |
| Hex | EA | AA | E7 | 0 | 1B | 1 | 8 | 12F | 3C | 4F |
| Octal | 352 | 252 | 347 | 0 | 33 | 1 | 10 | 457 | 74 | 117 |
| Binary | 11101010 | 10101010 | 11100111 | 0 | 11011 | 1 | 1000 | 100101111 | 111100 | 1001111 |
Color Harmonies of #EAAAE7
Complementary color
Monochromatic Colors of #EAAAE7
Black with #EAAAE7
Text Example
Text Example
White with #EAAAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAAE7; }
p { color: rgb(234,170,231); }
H1.HeaderClassName
{
color: #EAAAE7;
}
.AnyTagClassName
{
color: #EAAAE7;
}
</style>
background-color css
<style>
a { background-color: #EAAAE7; }
a { background-color: rgb(234,170,231); }
div.DivClassName
{
background-color: #EAAAE7;
}
.BgClassName
{
background-color: #EAAAE7;
}
</style>
border-color css
<style>
span { border-color: #EAAAE7; }
span { border-color: rgb(234,170,231); }
td.TdClassName
{
border-color: #EAAAE7;
}
.TagClassName
{
border-color: #EAAAE7;
}
</style>