Shades of Plum #EAA8E4
Tints of Plum #EAA8E4
RGB
CMYK
RGB Variations
Color information
#EAA8E4 (or 0xEAA8E4) is known color: Plum. HEX triplet: EA, A8 and E4. RGB value is (234,168,228). Sum of RGB (Red+Green+Blue) = 234+168+228=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 168 (66.02% from 255 or 26.67% from 630); Blue value is 228 (89.45% from 255 or 36.19% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA8E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA8E4 is #15571B. Grayscale: #C2C2C2. Windows color (decimal): -1398556 or 14985450. OLE color: 14985450.
HSL color Cylindrical-coordinate representation of color #EAA8E4: hue angle of 305.45º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAA8E4 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 228 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.08 |
| HSL | 305.45º | 0.61% | 0.79% | - |
| HSV(B) | 305.45º | 0.28% | 0.92% | - |
| XYZ | 61.94 | 51.1 | 80 | - |
| YUV | 194.57 | 146.87 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 228 | 0 | 0.28 | 0.03 | 0.08 | 305.45 | 0.61 | 0.79 |
| Hex | EA | A8 | E4 | 0 | 1C | 3 | 8 | 131 | 3D | 4F |
| Octal | 352 | 250 | 344 | 0 | 34 | 3 | 10 | 461 | 75 | 117 |
| Binary | 11101010 | 10101000 | 11100100 | 0 | 11100 | 11 | 1000 | 100110001 | 111101 | 1001111 |
Color Harmonies of #EAA8E4
Complementary color
Monochromatic Colors of #EAA8E4
Black with #EAA8E4
Text Example
Text Example
White with #EAA8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA8E4; }
p { color: rgb(234,168,228); }
H1.HeaderClassName
{
color: #EAA8E4;
}
.AnyTagClassName
{
color: #EAA8E4;
}
</style>
background-color css
<style>
a { background-color: #EAA8E4; }
a { background-color: rgb(234,168,228); }
div.DivClassName
{
background-color: #EAA8E4;
}
.BgClassName
{
background-color: #EAA8E4;
}
</style>
border-color css
<style>
span { border-color: #EAA8E4; }
span { border-color: rgb(234,168,228); }
td.TdClassName
{
border-color: #EAA8E4;
}
.TagClassName
{
border-color: #EAA8E4;
}
</style>