Shades of Plum #EAAFF0
Tints of Plum #EAAFF0
RGB
CMYK
RGB Variations
Color information
#EAAFF0 (or 0xEAAFF0) is known color: Plum. HEX triplet: EA, AF and F0. RGB value is (234,175,240). Sum of RGB (Red+Green+Blue) = 234+175+240=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 175 (68.75% from 255 or 26.96% from 649); Blue value is 240 (94.14% from 255 or 36.98% from 649); Max value from RGB is 240 - color contains mainly: blue. Hex color #EAAFF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAFF0 is #15500F. Grayscale: #C7C7C7. Windows color (decimal): -1396752 or 15773674. OLE color: 15773674.
HSL color Cylindrical-coordinate representation of color #EAAFF0: hue angle of 294.46º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAAFF0 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 175 | 240 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.06 |
| HSL | 294.46º | 0.68% | 0.81% | - |
| HSV(B) | 294.46º | 0.27% | 0.94% | - |
| XYZ | 64.99 | 54.44 | 89.52 | - |
| YUV | 200.05 | 150.55 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 175 | 240 | 0.02 | 0.27 | 0 | 0.06 | 294.46 | 0.68 | 0.81 |
| Hex | EA | AF | F0 | 2 | 1B | 0 | 6 | 126 | 44 | 51 |
| Octal | 352 | 257 | 360 | 2 | 33 | 0 | 6 | 446 | 104 | 121 |
| Binary | 11101010 | 10101111 | 11110000 | 10 | 11011 | 0 | 110 | 100100110 | 1000100 | 1010001 |
Color Harmonies of #EAAFF0
Complementary color
Monochromatic Colors of #EAAFF0
Black with #EAAFF0
Text Example
Text Example
White with #EAAFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAFF0; }
p { color: rgb(234,175,240); }
H1.HeaderClassName
{
color: #EAAFF0;
}
.AnyTagClassName
{
color: #EAAFF0;
}
</style>
background-color css
<style>
a { background-color: #EAAFF0; }
a { background-color: rgb(234,175,240); }
div.DivClassName
{
background-color: #EAAFF0;
}
.BgClassName
{
background-color: #EAAFF0;
}
</style>
border-color css
<style>
span { border-color: #EAAFF0; }
span { border-color: rgb(234,175,240); }
td.TdClassName
{
border-color: #EAAFF0;
}
.TagClassName
{
border-color: #EAAFF0;
}
</style>