Shades of Plum #E6ABE5
Tints of Plum #E6ABE5
RGB
CMYK
RGB Variations
Color information
#E6ABE5 (or 0xE6ABE5) is known color: Plum. HEX triplet: E6, AB and E5. RGB value is (230,171,229). Sum of RGB (Red+Green+Blue) = 230+171+229=630 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.51% from 630); Green value is 171 (67.19% from 255 or 27.14% from 630); Blue value is 229 (89.84% from 255 or 36.35% from 630); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ABE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ABE5 is #19541A. Grayscale: #C3C3C3. Windows color (decimal): -1659931 or 15051750. OLE color: 15051750.
HSL color Cylindrical-coordinate representation of color #E6ABE5: hue angle of 301.02º 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 #E6ABE5 is Cyan = 0, Magento = 0.26, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 171 | 229 | - |
| CMYK | 0 | 0.26 | 0.00 | 0.10 |
| HSL | 301.02º | 0.54% | 0.79% | - |
| HSV(B) | 301.02º | 0.26% | 0.9% | - |
| XYZ | 61.34 | 51.61 | 80.86 | - |
| YUV | 195.25 | 147.05 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 229 | 0 | 0.26 | 0.00 | 0.10 | 301.02 | 0.54 | 0.79 |
| Hex | E6 | AB | E5 | 0 | 1A | 0 | A | 12D | 36 | 4F |
| Octal | 346 | 253 | 345 | 0 | 32 | 0 | 12 | 455 | 66 | 117 |
| Binary | 11100110 | 10101011 | 11100101 | 0 | 11010 | 0 | 1010 | 100101101 | 110110 | 1001111 |
Color Harmonies of #E6ABE5
Complementary color
Monochromatic Colors of #E6ABE5
Black with #E6ABE5
Text Example
Text Example
White with #E6ABE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ABE5; }
p { color: rgb(230,171,229); }
H1.HeaderClassName
{
color: #E6ABE5;
}
.AnyTagClassName
{
color: #E6ABE5;
}
</style>
background-color css
<style>
a { background-color: #E6ABE5; }
a { background-color: rgb(230,171,229); }
div.DivClassName
{
background-color: #E6ABE5;
}
.BgClassName
{
background-color: #E6ABE5;
}
</style>
border-color css
<style>
span { border-color: #E6ABE5; }
span { border-color: rgb(230,171,229); }
td.TdClassName
{
border-color: #E6ABE5;
}
.TagClassName
{
border-color: #E6ABE5;
}
</style>