Shades of Plum #E6ADEB
Tints of Plum #E6ADEB
RGB
CMYK
RGB Variations
Color information
#E6ADEB (or 0xE6ADEB) is known color: Plum. HEX triplet: E6, AD and EB. RGB value is (230,173,235). Sum of RGB (Red+Green+Blue) = 230+173+235=638 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.05% from 638); Green value is 173 (67.97% from 255 or 27.12% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 235 - color contains mainly: blue. Hex color #E6ADEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ADEB is #195214. Grayscale: #C4C4C4. Windows color (decimal): -1659413 or 15445478. OLE color: 15445478.
HSL color Cylindrical-coordinate representation of color #E6ADEB: hue angle of 295.16º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6ADEB is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 173 | 235 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.08 |
| HSL | 295.16º | 0.61% | 0.8% | - |
| HSV(B) | 295.16º | 0.26% | 0.92% | - |
| XYZ | 62.57 | 52.71 | 85.47 | - |
| YUV | 197.11 | 149.38 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 235 | 0.02 | 0.26 | 0 | 0.08 | 295.16 | 0.61 | 0.8 |
| Hex | E6 | AD | EB | 2 | 1A | 0 | 8 | 127 | 3D | 50 |
| Octal | 346 | 255 | 353 | 2 | 32 | 0 | 10 | 447 | 75 | 120 |
| Binary | 11100110 | 10101101 | 11101011 | 10 | 11010 | 0 | 1000 | 100100111 | 111101 | 1010000 |
Color Harmonies of #E6ADEB
Complementary color
Monochromatic Colors of #E6ADEB
Black with #E6ADEB
Text Example
Text Example
White with #E6ADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ADEB; }
p { color: rgb(230,173,235); }
H1.HeaderClassName
{
color: #E6ADEB;
}
.AnyTagClassName
{
color: #E6ADEB;
}
</style>
background-color css
<style>
a { background-color: #E6ADEB; }
a { background-color: rgb(230,173,235); }
div.DivClassName
{
background-color: #E6ADEB;
}
.BgClassName
{
background-color: #E6ADEB;
}
</style>
border-color css
<style>
span { border-color: #E6ADEB; }
span { border-color: rgb(230,173,235); }
td.TdClassName
{
border-color: #E6ADEB;
}
.TagClassName
{
border-color: #E6ADEB;
}
</style>