Shades of Plum #E6ABE8
Tints of Plum #E6ABE8
RGB
CMYK
RGB Variations
Color information
#E6ABE8 (or 0xE6ABE8) is known color: Plum. HEX triplet: E6, AB and E8. RGB value is (230,171,232). Sum of RGB (Red+Green+Blue) = 230+171+232=633 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.33% from 633); Green value is 171 (67.19% from 255 or 27.01% from 633); Blue value is 232 (91.02% from 255 or 36.65% from 633); Max value from RGB is 232 - color contains mainly: blue. Hex color #E6ABE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ABE8 is #195417. Grayscale: #C3C3C3. Windows color (decimal): -1659928 or 15248358. OLE color: 15248358.
HSL color Cylindrical-coordinate representation of color #E6ABE8: hue angle of 298.03º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6ABE8 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 171 | 232 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.09 |
| HSL | 298.03º | 0.57% | 0.79% | - |
| HSV(B) | 298.03º | 0.26% | 0.91% | - |
| XYZ | 61.76 | 51.78 | 83.08 | - |
| YUV | 195.6 | 148.55 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 232 | 0.01 | 0.26 | 0 | 0.09 | 298.03 | 0.57 | 0.79 |
| Hex | E6 | AB | E8 | 1 | 1A | 0 | 9 | 12A | 39 | 4F |
| Octal | 346 | 253 | 350 | 1 | 32 | 0 | 11 | 452 | 71 | 117 |
| Binary | 11100110 | 10101011 | 11101000 | 1 | 11010 | 0 | 1001 | 100101010 | 111001 | 1001111 |
Color Harmonies of #E6ABE8
Complementary color
Monochromatic Colors of #E6ABE8
Black with #E6ABE8
Text Example
Text Example
White with #E6ABE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ABE8; }
p { color: rgb(230,171,232); }
H1.HeaderClassName
{
color: #E6ABE8;
}
.AnyTagClassName
{
color: #E6ABE8;
}
</style>
background-color css
<style>
a { background-color: #E6ABE8; }
a { background-color: rgb(230,171,232); }
div.DivClassName
{
background-color: #E6ABE8;
}
.BgClassName
{
background-color: #E6ABE8;
}
</style>
border-color css
<style>
span { border-color: #E6ABE8; }
span { border-color: rgb(230,171,232); }
td.TdClassName
{
border-color: #E6ABE8;
}
.TagClassName
{
border-color: #E6ABE8;
}
</style>