Shades of Plum #EAAEEE
Tints of Plum #EAAEEE
RGB
CMYK
RGB Variations
Color information
#EAAEEE (or 0xEAAEEE) is known color: Plum. HEX triplet: EA, AE and EE. RGB value is (234,174,238). Sum of RGB (Red+Green+Blue) = 234+174+238=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 174 (68.36% from 255 or 26.93% from 646); Blue value is 238 (93.36% from 255 or 36.84% from 646); Max value from RGB is 238 - color contains mainly: blue. Hex color #EAAEEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAEEE is #155111. Grayscale: #C7C7C7. Windows color (decimal): -1397010 or 15642346. OLE color: 15642346.
HSL color Cylindrical-coordinate representation of color #EAAEEE: hue angle of 296.25º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAAEEE is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 174 | 238 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.07 |
| HSL | 296.25º | 0.65% | 0.81% | - |
| HSV(B) | 296.25º | 0.27% | 0.93% | - |
| XYZ | 64.5 | 53.94 | 87.9 | - |
| YUV | 199.24 | 149.88 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 174 | 238 | 0.02 | 0.27 | 0 | 0.07 | 296.25 | 0.65 | 0.81 |
| Hex | EA | AE | EE | 2 | 1B | 0 | 7 | 128 | 41 | 51 |
| Octal | 352 | 256 | 356 | 2 | 33 | 0 | 7 | 450 | 101 | 121 |
| Binary | 11101010 | 10101110 | 11101110 | 10 | 11011 | 0 | 111 | 100101000 | 1000001 | 1010001 |
Color Harmonies of #EAAEEE
Complementary color
Monochromatic Colors of #EAAEEE
Black with #EAAEEE
Text Example
Text Example
White with #EAAEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAEEE; }
p { color: rgb(234,174,238); }
H1.HeaderClassName
{
color: #EAAEEE;
}
.AnyTagClassName
{
color: #EAAEEE;
}
</style>
background-color css
<style>
a { background-color: #EAAEEE; }
a { background-color: rgb(234,174,238); }
div.DivClassName
{
background-color: #EAAEEE;
}
.BgClassName
{
background-color: #EAAEEE;
}
</style>
border-color css
<style>
span { border-color: #EAAEEE; }
span { border-color: rgb(234,174,238); }
td.TdClassName
{
border-color: #EAAEEE;
}
.TagClassName
{
border-color: #EAAEEE;
}
</style>