Shades of Plum #EAA8F2
Tints of Plum #EAA8F2
RGB
CMYK
RGB Variations
Color information
#EAA8F2 (or 0xEAA8F2) is known color: Plum. HEX triplet: EA, A8 and F2. RGB value is (234,168,242). Sum of RGB (Red+Green+Blue) = 234+168+242=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 168 (66.02% from 255 or 26.09% from 644); Blue value is 242 (94.92% from 255 or 37.58% from 644); Max value from RGB is 242 - color contains mainly: blue. Hex color #EAA8F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA8F2 is #15570D. Grayscale: #C3C3C3. Windows color (decimal): -1398542 or 15902954. OLE color: 15902954.
HSL color Cylindrical-coordinate representation of color #EAA8F2: hue angle of 293.51º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAA8F2 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 168 | 242 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.05 |
| HSL | 293.51º | 0.74% | 0.8% | - |
| HSV(B) | 293.51º | 0.31% | 0.95% | - |
| XYZ | 63.96 | 51.91 | 90.65 | - |
| YUV | 196.17 | 153.87 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 242 | 0.03 | 0.31 | 0 | 0.05 | 293.51 | 0.74 | 0.8 |
| Hex | EA | A8 | F2 | 3 | 1F | 0 | 5 | 126 | 4A | 50 |
| Octal | 352 | 250 | 362 | 3 | 37 | 0 | 5 | 446 | 112 | 120 |
| Binary | 11101010 | 10101000 | 11110010 | 11 | 11111 | 0 | 101 | 100100110 | 1001010 | 1010000 |
Color Harmonies of #EAA8F2
Complementary color
Monochromatic Colors of #EAA8F2
Black with #EAA8F2
Text Example
Text Example
White with #EAA8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA8F2; }
p { color: rgb(234,168,242); }
H1.HeaderClassName
{
color: #EAA8F2;
}
.AnyTagClassName
{
color: #EAA8F2;
}
</style>
background-color css
<style>
a { background-color: #EAA8F2; }
a { background-color: rgb(234,168,242); }
div.DivClassName
{
background-color: #EAA8F2;
}
.BgClassName
{
background-color: #EAA8F2;
}
</style>
border-color css
<style>
span { border-color: #EAA8F2; }
span { border-color: rgb(234,168,242); }
td.TdClassName
{
border-color: #EAA8F2;
}
.TagClassName
{
border-color: #EAA8F2;
}
</style>