Shades of Plum #ED9CEA
Tints of Plum #ED9CEA
RGB
CMYK
RGB Variations
Color information
#ED9CEA (or 0xED9CEA) is known color: Plum. HEX triplet: ED, 9C and EA. RGB value is (237,156,234). Sum of RGB (Red+Green+Blue) = 237+156+234=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 156 (61.33% from 255 or 24.88% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9CEA is #126315. Grayscale: #BCBCBC. Windows color (decimal): -1205014 or 15375597. OLE color: 15375597.
HSL color Cylindrical-coordinate representation of color #ED9CEA: hue angle of 302.22º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ED9CEA is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 156 | 234 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.07 |
| HSL | 302.22º | 0.69% | 0.77% | - |
| HSV(B) | 302.22º | 0.34% | 0.93% | - |
| XYZ | 61.66 | 47.72 | 83.8 | - |
| YUV | 189.11 | 153.34 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 156 | 234 | 0 | 0.34 | 0.01 | 0.07 | 302.22 | 0.69 | 0.77 |
| Hex | ED | 9C | EA | 0 | 22 | 1 | 7 | 12E | 45 | 4D |
| Octal | 355 | 234 | 352 | 0 | 42 | 1 | 7 | 456 | 105 | 115 |
| Binary | 11101101 | 10011100 | 11101010 | 0 | 100010 | 1 | 111 | 100101110 | 1000101 | 1001101 |
Color Harmonies of #ED9CEA
Complementary color
Monochromatic Colors of #ED9CEA
Black with #ED9CEA
Text Example
Text Example
White with #ED9CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9CEA; }
p { color: rgb(237,156,234); }
H1.HeaderClassName
{
color: #ED9CEA;
}
.AnyTagClassName
{
color: #ED9CEA;
}
</style>
background-color css
<style>
a { background-color: #ED9CEA; }
a { background-color: rgb(237,156,234); }
div.DivClassName
{
background-color: #ED9CEA;
}
.BgClassName
{
background-color: #ED9CEA;
}
</style>
border-color css
<style>
span { border-color: #ED9CEA; }
span { border-color: rgb(237,156,234); }
td.TdClassName
{
border-color: #ED9CEA;
}
.TagClassName
{
border-color: #ED9CEA;
}
</style>