Shades of Plum #EEA2EA
Tints of Plum #EEA2EA
RGB
CMYK
RGB Variations
Color information
#EEA2EA (or 0xEEA2EA) is known color: Plum. HEX triplet: EE, A2 and EA. RGB value is (238,162,234). Sum of RGB (Red+Green+Blue) = 238+162+234=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 162 (63.67% from 255 or 25.55% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA2EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA2EA is #115D15. Grayscale: #C0C0C0. Windows color (decimal): -1137942 or 15377134. OLE color: 15377134.
HSL color Cylindrical-coordinate representation of color #EEA2EA: hue angle of 303.16º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEA2EA is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 162 | 234 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.07 |
| HSL | 303.16º | 0.69% | 0.78% | - |
| HSV(B) | 303.16º | 0.32% | 0.93% | - |
| XYZ | 63.03 | 49.96 | 84.16 | - |
| YUV | 192.93 | 151.18 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 234 | 0 | 0.32 | 0.02 | 0.07 | 303.16 | 0.69 | 0.78 |
| Hex | EE | A2 | EA | 0 | 20 | 2 | 7 | 12F | 45 | 4E |
| Octal | 356 | 242 | 352 | 0 | 40 | 2 | 7 | 457 | 105 | 116 |
| Binary | 11101110 | 10100010 | 11101010 | 0 | 100000 | 10 | 111 | 100101111 | 1000101 | 1001110 |
Color Harmonies of #EEA2EA
Complementary color
Monochromatic Colors of #EEA2EA
Black with #EEA2EA
Text Example
Text Example
White with #EEA2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA2EA; }
p { color: rgb(238,162,234); }
H1.HeaderClassName
{
color: #EEA2EA;
}
.AnyTagClassName
{
color: #EEA2EA;
}
</style>
background-color css
<style>
a { background-color: #EEA2EA; }
a { background-color: rgb(238,162,234); }
div.DivClassName
{
background-color: #EEA2EA;
}
.BgClassName
{
background-color: #EEA2EA;
}
</style>
border-color css
<style>
span { border-color: #EEA2EA; }
span { border-color: rgb(238,162,234); }
td.TdClassName
{
border-color: #EEA2EA;
}
.TagClassName
{
border-color: #EEA2EA;
}
</style>