Shades of Plum #E6AEED
Tints of Plum #E6AEED
RGB
CMYK
RGB Variations
Color information
#E6AEED (or 0xE6AEED) is known color: Plum. HEX triplet: E6, AE and ED. RGB value is (230,174,237). Sum of RGB (Red+Green+Blue) = 230+174+237=641 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.88% from 641); Green value is 174 (68.36% from 255 or 27.15% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #E6AEED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AEED is #195112. Grayscale: #C5C5C5. Windows color (decimal): -1659155 or 15576806. OLE color: 15576806.
HSL color Cylindrical-coordinate representation of color #E6AEED: hue angle of 293.33º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E6AEED is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 230 | 174 | 237 | - |
CMYK | 0.03 | 0.27 | 0 | 0.07 |
HSL | 293.33º | 0.64% | 0.81% | - |
HSV(B) | 293.33º | 0.27% | 0.93% | - |
XYZ | 63.06 | 53.21 | 87.07 | - |
YUV | 197.93 | 150.05 | 150.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 174 | 237 | 0.03 | 0.27 | 0 | 0.07 | 293.33 | 0.64 | 0.81 |
Hex | E6 | AE | ED | 3 | 1B | 0 | 7 | 125 | 40 | 51 |
Octal | 346 | 256 | 355 | 3 | 33 | 0 | 7 | 445 | 100 | 121 |
Binary | 11100110 | 10101110 | 11101101 | 11 | 11011 | 0 | 111 | 100100101 | 1000000 | 1010001 |
Color Harmonies of #E6AEED
Complementary color
Monochromatic Colors of #E6AEED
Black with #E6AEED
Text Example
Text Example
White with #E6AEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AEED; }
p { color: rgb(230,174,237); }
H1.HeaderClassName
{
color: #E6AEED;
}
.AnyTagClassName
{
color: #E6AEED;
}
</style>
background-color css
<style>
a { background-color: #E6AEED; }
a { background-color: rgb(230,174,237); }
div.DivClassName
{
background-color: #E6AEED;
}
.BgClassName
{
background-color: #E6AEED;
}
</style>
border-color css
<style>
span { border-color: #E6AEED; }
span { border-color: rgb(230,174,237); }
td.TdClassName
{
border-color: #E6AEED;
}
.TagClassName
{
border-color: #E6AEED;
}
</style>