Shades of Plum #EDAEEA
Tints of Plum #EDAEEA
RGB
CMYK
RGB Variations
Color information
#EDAEEA (or 0xEDAEEA) is known color: Plum. HEX triplet: ED, AE and EA. RGB value is (237,174,234). Sum of RGB (Red+Green+Blue) = 237+174+234=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 174 (68.36% from 255 or 26.98% from 645); Blue value is 234 (91.80% from 255 or 36.28% from 645); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDAEEA is #125115. Grayscale: #C7C7C7. Windows color (decimal): -1200406 or 15380205. OLE color: 15380205.
HSL color Cylindrical-coordinate representation of color #EDAEEA: hue angle of 302.86º 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 #EDAEEA is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 174 | 234 | - |
CMYK | 0 | 0.27 | 0.01 | 0.07 |
HSL | 302.86º | 0.64% | 0.81% | - |
HSV(B) | 302.86º | 0.27% | 0.93% | - |
XYZ | 64.91 | 54.22 | 84.89 | - |
YUV | 199.68 | 147.37 | 154.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 174 | 234 | 0 | 0.27 | 0.01 | 0.07 | 302.86 | 0.64 | 0.81 |
Hex | ED | AE | EA | 0 | 1B | 1 | 7 | 12F | 40 | 51 |
Octal | 355 | 256 | 352 | 0 | 33 | 1 | 7 | 457 | 100 | 121 |
Binary | 11101101 | 10101110 | 11101010 | 0 | 11011 | 1 | 111 | 100101111 | 1000000 | 1010001 |
Color Harmonies of #EDAEEA
Complementary color
Monochromatic Colors of #EDAEEA
Black with #EDAEEA
Text Example
Text Example
White with #EDAEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAEEA; }
p { color: rgb(237,174,234); }
H1.HeaderClassName
{
color: #EDAEEA;
}
.AnyTagClassName
{
color: #EDAEEA;
}
</style>
background-color css
<style>
a { background-color: #EDAEEA; }
a { background-color: rgb(237,174,234); }
div.DivClassName
{
background-color: #EDAEEA;
}
.BgClassName
{
background-color: #EDAEEA;
}
</style>
border-color css
<style>
span { border-color: #EDAEEA; }
span { border-color: rgb(237,174,234); }
td.TdClassName
{
border-color: #EDAEEA;
}
.TagClassName
{
border-color: #EDAEEA;
}
</style>