Shades of Plum #E6ADEF
Tints of Plum #E6ADEF
RGB
CMYK
RGB Variations
Color information
#E6ADEF (or 0xE6ADEF) is known color: Plum. HEX triplet: E6, AD and EF. RGB value is (230,173,239). Sum of RGB (Red+Green+Blue) = 230+173+239=642 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.83% from 642); Green value is 173 (67.97% from 255 or 26.95% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6ADEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ADEF is #195210. Grayscale: #C5C5C5. Windows color (decimal): -1659409 or 15707622. OLE color: 15707622.
HSL color Cylindrical-coordinate representation of color #E6ADEF: hue angle of 291.82º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E6ADEF is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 173 | 239 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.06 |
| HSL | 291.82º | 0.67% | 0.81% | - |
| HSV(B) | 291.82º | 0.28% | 0.94% | - |
| XYZ | 63.16 | 52.94 | 88.55 | - |
| YUV | 197.57 | 151.38 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 239 | 0.04 | 0.28 | 0 | 0.06 | 291.82 | 0.67 | 0.81 |
| Hex | E6 | AD | EF | 4 | 1C | 0 | 6 | 124 | 43 | 51 |
| Octal | 346 | 255 | 357 | 4 | 34 | 0 | 6 | 444 | 103 | 121 |
| Binary | 11100110 | 10101101 | 11101111 | 100 | 11100 | 0 | 110 | 100100100 | 1000011 | 1010001 |
Color Harmonies of #E6ADEF
Complementary color
Monochromatic Colors of #E6ADEF
Black with #E6ADEF
Text Example
Text Example
White with #E6ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ADEF; }
p { color: rgb(230,173,239); }
H1.HeaderClassName
{
color: #E6ADEF;
}
.AnyTagClassName
{
color: #E6ADEF;
}
</style>
background-color css
<style>
a { background-color: #E6ADEF; }
a { background-color: rgb(230,173,239); }
div.DivClassName
{
background-color: #E6ADEF;
}
.BgClassName
{
background-color: #E6ADEF;
}
</style>
border-color css
<style>
span { border-color: #E6ADEF; }
span { border-color: rgb(230,173,239); }
td.TdClassName
{
border-color: #E6ADEF;
}
.TagClassName
{
border-color: #E6ADEF;
}
</style>