Shades of Plum #E8ABEE
Tints of Plum #E8ABEE
RGB
CMYK
RGB Variations
Color information
#E8ABEE (or 0xE8ABEE) is known color: Plum. HEX triplet: E8, AB and EE. RGB value is (232,171,238). Sum of RGB (Red+Green+Blue) = 232+171+238=641 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.19% from 641); Green value is 171 (67.19% from 255 or 26.68% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #E8ABEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ABEE is #175411. Grayscale: #C4C4C4. Windows color (decimal): -1528850 or 15641576. OLE color: 15641576.
HSL color Cylindrical-coordinate representation of color #E8ABEE: hue angle of 294.63º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E8ABEE is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 171 | 238 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.07 |
| HSL | 294.63º | 0.66% | 0.8% | - |
| HSV(B) | 294.63º | 0.28% | 0.93% | - |
| XYZ | 63.27 | 52.45 | 87.68 | - |
| YUV | 196.88 | 151.21 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 171 | 238 | 0.03 | 0.28 | 0 | 0.07 | 294.63 | 0.66 | 0.8 |
| Hex | E8 | AB | EE | 3 | 1C | 0 | 7 | 127 | 42 | 50 |
| Octal | 350 | 253 | 356 | 3 | 34 | 0 | 7 | 447 | 102 | 120 |
| Binary | 11101000 | 10101011 | 11101110 | 11 | 11100 | 0 | 111 | 100100111 | 1000010 | 1010000 |
Color Harmonies of #E8ABEE
Complementary color
Monochromatic Colors of #E8ABEE
Black with #E8ABEE
Text Example
Text Example
White with #E8ABEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ABEE; }
p { color: rgb(232,171,238); }
H1.HeaderClassName
{
color: #E8ABEE;
}
.AnyTagClassName
{
color: #E8ABEE;
}
</style>
background-color css
<style>
a { background-color: #E8ABEE; }
a { background-color: rgb(232,171,238); }
div.DivClassName
{
background-color: #E8ABEE;
}
.BgClassName
{
background-color: #E8ABEE;
}
</style>
border-color css
<style>
span { border-color: #E8ABEE; }
span { border-color: rgb(232,171,238); }
td.TdClassName
{
border-color: #E8ABEE;
}
.TagClassName
{
border-color: #E8ABEE;
}
</style>