Shades of Plum #E6ABEF
Tints of Plum #E6ABEF
RGB
CMYK
RGB Variations
Color information
#E6ABEF (or 0xE6ABEF) is known color: Plum. HEX triplet: E6, AB and EF. RGB value is (230,171,239). Sum of RGB (Red+Green+Blue) = 230+171+239=640 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.94% from 640); Green value is 171 (67.19% from 255 or 26.72% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6ABEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ABEF is #195410. Grayscale: #C4C4C4. Windows color (decimal): -1659921 or 15707110. OLE color: 15707110.
HSL color Cylindrical-coordinate representation of color #E6ABEF: hue angle of 292.06º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E6ABEF is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 171 | 239 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.06 |
| HSL | 292.06º | 0.68% | 0.8% | - |
| HSV(B) | 292.06º | 0.28% | 0.94% | - |
| XYZ | 62.78 | 52.18 | 88.42 | - |
| YUV | 196.39 | 152.05 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 239 | 0.04 | 0.28 | 0 | 0.06 | 292.06 | 0.68 | 0.8 |
| Hex | E6 | AB | EF | 4 | 1C | 0 | 6 | 124 | 44 | 50 |
| Octal | 346 | 253 | 357 | 4 | 34 | 0 | 6 | 444 | 104 | 120 |
| Binary | 11100110 | 10101011 | 11101111 | 100 | 11100 | 0 | 110 | 100100100 | 1000100 | 1010000 |
Color Harmonies of #E6ABEF
Complementary color
Monochromatic Colors of #E6ABEF
Black with #E6ABEF
Text Example
Text Example
White with #E6ABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ABEF; }
p { color: rgb(230,171,239); }
H1.HeaderClassName
{
color: #E6ABEF;
}
.AnyTagClassName
{
color: #E6ABEF;
}
</style>
background-color css
<style>
a { background-color: #E6ABEF; }
a { background-color: rgb(230,171,239); }
div.DivClassName
{
background-color: #E6ABEF;
}
.BgClassName
{
background-color: #E6ABEF;
}
</style>
border-color css
<style>
span { border-color: #E6ABEF; }
span { border-color: rgb(230,171,239); }
td.TdClassName
{
border-color: #E6ABEF;
}
.TagClassName
{
border-color: #E6ABEF;
}
</style>