Shades of Plum #ED9EEA
Tints of Plum #ED9EEA
RGB
CMYK
RGB Variations
Color information
#ED9EEA (or 0xED9EEA) is known color: Plum. HEX triplet: ED, 9E and EA. RGB value is (237,158,234). Sum of RGB (Red+Green+Blue) = 237+158+234=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 158 (62.11% from 255 or 25.12% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9EEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9EEA is #126115. Grayscale: #BEBEBE. Windows color (decimal): -1204502 or 15376109. OLE color: 15376109.
HSL color Cylindrical-coordinate representation of color #ED9EEA: hue angle of 302.28º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ED9EEA is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 158 | 234 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.07 |
| HSL | 302.28º | 0.69% | 0.77% | - |
| HSV(B) | 302.28º | 0.33% | 0.93% | - |
| XYZ | 62 | 48.4 | 83.92 | - |
| YUV | 190.29 | 152.67 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 158 | 234 | 0 | 0.33 | 0.01 | 0.07 | 302.28 | 0.69 | 0.77 |
| Hex | ED | 9E | EA | 0 | 21 | 1 | 7 | 12E | 45 | 4D |
| Octal | 355 | 236 | 352 | 0 | 41 | 1 | 7 | 456 | 105 | 115 |
| Binary | 11101101 | 10011110 | 11101010 | 0 | 100001 | 1 | 111 | 100101110 | 1000101 | 1001101 |
Color Harmonies of #ED9EEA
Complementary color
Monochromatic Colors of #ED9EEA
Black with #ED9EEA
Text Example
Text Example
White with #ED9EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9EEA; }
p { color: rgb(237,158,234); }
H1.HeaderClassName
{
color: #ED9EEA;
}
.AnyTagClassName
{
color: #ED9EEA;
}
</style>
background-color css
<style>
a { background-color: #ED9EEA; }
a { background-color: rgb(237,158,234); }
div.DivClassName
{
background-color: #ED9EEA;
}
.BgClassName
{
background-color: #ED9EEA;
}
</style>
border-color css
<style>
span { border-color: #ED9EEA; }
span { border-color: rgb(237,158,234); }
td.TdClassName
{
border-color: #ED9EEA;
}
.TagClassName
{
border-color: #ED9EEA;
}
</style>