Shades of Plum #EAAFF1
Tints of Plum #EAAFF1
RGB
CMYK
RGB Variations
Color information
#EAAFF1 (or 0xEAAFF1) is known color: Plum. HEX triplet: EA, AF and F1. RGB value is (234,175,241). Sum of RGB (Red+Green+Blue) = 234+175+241=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 175 (68.75% from 255 or 26.92% from 650); Blue value is 241 (94.53% from 255 or 37.08% from 650); Max value from RGB is 241 - color contains mainly: blue. Hex color #EAAFF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAFF1 is #15500E. Grayscale: #C7C7C7. Windows color (decimal): -1396751 or 15839210. OLE color: 15839210.
HSL color Cylindrical-coordinate representation of color #EAAFF1: hue angle of 293.64º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAAFF1 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 175 | 241 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.05 |
| HSL | 293.64º | 0.7% | 0.82% | - |
| HSV(B) | 293.64º | 0.27% | 0.95% | - |
| XYZ | 65.14 | 54.5 | 90.31 | - |
| YUV | 200.17 | 151.05 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 175 | 241 | 0.03 | 0.27 | 0 | 0.05 | 293.64 | 0.7 | 0.82 |
| Hex | EA | AF | F1 | 3 | 1B | 0 | 5 | 126 | 46 | 52 |
| Octal | 352 | 257 | 361 | 3 | 33 | 0 | 5 | 446 | 106 | 122 |
| Binary | 11101010 | 10101111 | 11110001 | 11 | 11011 | 0 | 101 | 100100110 | 1000110 | 1010010 |
Color Harmonies of #EAAFF1
Complementary color
Monochromatic Colors of #EAAFF1
Black with #EAAFF1
Text Example
Text Example
White with #EAAFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAFF1; }
p { color: rgb(234,175,241); }
H1.HeaderClassName
{
color: #EAAFF1;
}
.AnyTagClassName
{
color: #EAAFF1;
}
</style>
background-color css
<style>
a { background-color: #EAAFF1; }
a { background-color: rgb(234,175,241); }
div.DivClassName
{
background-color: #EAAFF1;
}
.BgClassName
{
background-color: #EAAFF1;
}
</style>
border-color css
<style>
span { border-color: #EAAFF1; }
span { border-color: rgb(234,175,241); }
td.TdClassName
{
border-color: #EAAFF1;
}
.TagClassName
{
border-color: #EAAFF1;
}
</style>