Shades of Plum #E6ABEE
Tints of Plum #E6ABEE
RGB
CMYK
RGB Variations
Color information
#E6ABEE (or 0xE6ABEE) is known color: Plum. HEX triplet: E6, AB and EE. RGB value is (230,171,238). Sum of RGB (Red+Green+Blue) = 230+171+238=639 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.99% from 639); Green value is 171 (67.19% from 255 or 26.76% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #E6ABEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ABEE is #195411. Grayscale: #C4C4C4. Windows color (decimal): -1659922 or 15641574. OLE color: 15641574.
HSL color Cylindrical-coordinate representation of color #E6ABEE: hue angle of 292.84º 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 #E6ABEE is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 171 | 238 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.07 |
| HSL | 292.84º | 0.66% | 0.8% | - |
| HSV(B) | 292.84º | 0.28% | 0.93% | - |
| XYZ | 62.63 | 52.12 | 87.65 | - |
| YUV | 196.28 | 151.55 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 238 | 0.03 | 0.28 | 0 | 0.07 | 292.84 | 0.66 | 0.8 |
| Hex | E6 | AB | EE | 3 | 1C | 0 | 7 | 125 | 42 | 50 |
| Octal | 346 | 253 | 356 | 3 | 34 | 0 | 7 | 445 | 102 | 120 |
| Binary | 11100110 | 10101011 | 11101110 | 11 | 11100 | 0 | 111 | 100100101 | 1000010 | 1010000 |
Color Harmonies of #E6ABEE
Complementary color
Monochromatic Colors of #E6ABEE
Black with #E6ABEE
Text Example
Text Example
White with #E6ABEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ABEE; }
p { color: rgb(230,171,238); }
H1.HeaderClassName
{
color: #E6ABEE;
}
.AnyTagClassName
{
color: #E6ABEE;
}
</style>
background-color css
<style>
a { background-color: #E6ABEE; }
a { background-color: rgb(230,171,238); }
div.DivClassName
{
background-color: #E6ABEE;
}
.BgClassName
{
background-color: #E6ABEE;
}
</style>
border-color css
<style>
span { border-color: #E6ABEE; }
span { border-color: rgb(230,171,238); }
td.TdClassName
{
border-color: #E6ABEE;
}
.TagClassName
{
border-color: #E6ABEE;
}
</style>