Shades of Plum #E6ABE4
Tints of Plum #E6ABE4
RGB
CMYK
RGB Variations
Color information
#E6ABE4 (or 0xE6ABE4) is known color: Plum. HEX triplet: E6, AB and E4. RGB value is (230,171,228). Sum of RGB (Red+Green+Blue) = 230+171+228=629 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.57% from 629); Green value is 171 (67.19% from 255 or 27.19% from 629); Blue value is 228 (89.45% from 255 or 36.25% from 629); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ABE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ABE4 is #19541B. Grayscale: #C2C2C2. Windows color (decimal): -1659932 or 14986214. OLE color: 14986214.
HSL color Cylindrical-coordinate representation of color #E6ABE4: hue angle of 302.03º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6ABE4 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 171 | 228 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.10 |
| HSL | 302.03º | 0.54% | 0.79% | - |
| HSV(B) | 302.03º | 0.26% | 0.9% | - |
| XYZ | 61.2 | 51.55 | 80.12 | - |
| YUV | 195.14 | 146.55 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 228 | 0 | 0.26 | 0.01 | 0.10 | 302.03 | 0.54 | 0.79 |
| Hex | E6 | AB | E4 | 0 | 1A | 1 | A | 12E | 36 | 4F |
| Octal | 346 | 253 | 344 | 0 | 32 | 1 | 12 | 456 | 66 | 117 |
| Binary | 11100110 | 10101011 | 11100100 | 0 | 11010 | 1 | 1010 | 100101110 | 110110 | 1001111 |
Color Harmonies of #E6ABE4
Complementary color
Monochromatic Colors of #E6ABE4
Black with #E6ABE4
Text Example
Text Example
White with #E6ABE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ABE4; }
p { color: rgb(230,171,228); }
H1.HeaderClassName
{
color: #E6ABE4;
}
.AnyTagClassName
{
color: #E6ABE4;
}
</style>
background-color css
<style>
a { background-color: #E6ABE4; }
a { background-color: rgb(230,171,228); }
div.DivClassName
{
background-color: #E6ABE4;
}
.BgClassName
{
background-color: #E6ABE4;
}
</style>
border-color css
<style>
span { border-color: #E6ABE4; }
span { border-color: rgb(230,171,228); }
td.TdClassName
{
border-color: #E6ABE4;
}
.TagClassName
{
border-color: #E6ABE4;
}
</style>