Shades of Plum #EEA7EA
Tints of Plum #EEA7EA
RGB
CMYK
RGB Variations
Color information
#EEA7EA (or 0xEEA7EA) is known color: Plum. HEX triplet: EE, A7 and EA. RGB value is (238,167,234). Sum of RGB (Red+Green+Blue) = 238+167+234=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 167 (65.62% from 255 or 26.13% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA7EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA7EA is #115815. Grayscale: #C3C3C3. Windows color (decimal): -1136662 or 15378414. OLE color: 15378414.
HSL color Cylindrical-coordinate representation of color #EEA7EA: hue angle of 303.38º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEA7EA is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 167 | 234 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.07 |
| HSL | 303.38º | 0.68% | 0.79% | - |
| HSV(B) | 303.38º | 0.3% | 0.93% | - |
| XYZ | 63.93 | 51.76 | 84.46 | - |
| YUV | 195.87 | 149.52 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 167 | 234 | 0 | 0.30 | 0.02 | 0.07 | 303.38 | 0.68 | 0.79 |
| Hex | EE | A7 | EA | 0 | 1E | 2 | 7 | 12F | 44 | 4F |
| Octal | 356 | 247 | 352 | 0 | 36 | 2 | 7 | 457 | 104 | 117 |
| Binary | 11101110 | 10100111 | 11101010 | 0 | 11110 | 10 | 111 | 100101111 | 1000100 | 1001111 |
Color Harmonies of #EEA7EA
Complementary color
Monochromatic Colors of #EEA7EA
Black with #EEA7EA
Text Example
Text Example
White with #EEA7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA7EA; }
p { color: rgb(238,167,234); }
H1.HeaderClassName
{
color: #EEA7EA;
}
.AnyTagClassName
{
color: #EEA7EA;
}
</style>
background-color css
<style>
a { background-color: #EEA7EA; }
a { background-color: rgb(238,167,234); }
div.DivClassName
{
background-color: #EEA7EA;
}
.BgClassName
{
background-color: #EEA7EA;
}
</style>
border-color css
<style>
span { border-color: #EEA7EA; }
span { border-color: rgb(238,167,234); }
td.TdClassName
{
border-color: #EEA7EA;
}
.TagClassName
{
border-color: #EEA7EA;
}
</style>