Shades of Plum #EAA7E6
Tints of Plum #EAA7E6
RGB
CMYK
RGB Variations
Color information
#EAA7E6 (or 0xEAA7E6) is known color: Plum. HEX triplet: EA, A7 and E6. RGB value is (234,167,230). Sum of RGB (Red+Green+Blue) = 234+167+230=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 167 (65.62% from 255 or 26.47% from 631); Blue value is 230 (90.23% from 255 or 36.45% from 631); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA7E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA7E6 is #155819. Grayscale: #C2C2C2. Windows color (decimal): -1398810 or 15116266. OLE color: 15116266.
HSL color Cylindrical-coordinate representation of color #EAA7E6: hue angle of 303.58º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAA7E6 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 167 | 230 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.08 |
| HSL | 303.58º | 0.61% | 0.79% | - |
| HSV(B) | 303.58º | 0.29% | 0.92% | - |
| XYZ | 62.03 | 50.84 | 81.41 | - |
| YUV | 194.22 | 148.2 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 167 | 230 | 0 | 0.29 | 0.02 | 0.08 | 303.58 | 0.61 | 0.79 |
| Hex | EA | A7 | E6 | 0 | 1D | 2 | 8 | 130 | 3D | 4F |
| Octal | 352 | 247 | 346 | 0 | 35 | 2 | 10 | 460 | 75 | 117 |
| Binary | 11101010 | 10100111 | 11100110 | 0 | 11101 | 10 | 1000 | 100110000 | 111101 | 1001111 |
Color Harmonies of #EAA7E6
Complementary color
Monochromatic Colors of #EAA7E6
Black with #EAA7E6
Text Example
Text Example
White with #EAA7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA7E6; }
p { color: rgb(234,167,230); }
H1.HeaderClassName
{
color: #EAA7E6;
}
.AnyTagClassName
{
color: #EAA7E6;
}
</style>
background-color css
<style>
a { background-color: #EAA7E6; }
a { background-color: rgb(234,167,230); }
div.DivClassName
{
background-color: #EAA7E6;
}
.BgClassName
{
background-color: #EAA7E6;
}
</style>
border-color css
<style>
span { border-color: #EAA7E6; }
span { border-color: rgb(234,167,230); }
td.TdClassName
{
border-color: #EAA7E6;
}
.TagClassName
{
border-color: #EAA7E6;
}
</style>