Shades of Plum #E69ED4
Tints of Plum #E69ED4
RGB
CMYK
RGB Variations
Color information
#E69ED4 (or 0xE69ED4) is known color: Plum. HEX triplet: E6, 9E and D4. RGB value is (230,158,212). Sum of RGB (Red+Green+Blue) = 230+158+212=600 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.33% from 600); Green value is 158 (62.11% from 255 or 26.33% from 600); Blue value is 212 (83.20% from 255 or 35.33% from 600); Max value from RGB is 230 - color contains mainly: red. Hex color #E69ED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69ED4 is #19612B. Grayscale: #B9B9B9. Windows color (decimal): -1663276 or 13934310. OLE color: 13934310.
HSL color Cylindrical-coordinate representation of color #E69ED4: hue angle of 315º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E69ED4 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 158 | 212 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.10 |
| HSL | 315º | 0.59% | 0.76% | - |
| HSV(B) | 315º | 0.31% | 0.9% | - |
| XYZ | 56.74 | 46.03 | 68.18 | - |
| YUV | 185.68 | 142.85 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 158 | 212 | 0 | 0.31 | 0.08 | 0.10 | 315 | 0.59 | 0.76 |
| Hex | E6 | 9E | D4 | 0 | 1F | 8 | A | 13B | 3B | 4C |
| Octal | 346 | 236 | 324 | 0 | 37 | 10 | 12 | 473 | 73 | 114 |
| Binary | 11100110 | 10011110 | 11010100 | 0 | 11111 | 1000 | 1010 | 100111011 | 111011 | 1001100 |
Color Harmonies of #E69ED4
Complementary color
Monochromatic Colors of #E69ED4
Black with #E69ED4
Text Example
Text Example
White with #E69ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69ED4; }
p { color: rgb(230,158,212); }
H1.HeaderClassName
{
color: #E69ED4;
}
.AnyTagClassName
{
color: #E69ED4;
}
</style>
background-color css
<style>
a { background-color: #E69ED4; }
a { background-color: rgb(230,158,212); }
div.DivClassName
{
background-color: #E69ED4;
}
.BgClassName
{
background-color: #E69ED4;
}
</style>
border-color css
<style>
span { border-color: #E69ED4; }
span { border-color: rgb(230,158,212); }
td.TdClassName
{
border-color: #E69ED4;
}
.TagClassName
{
border-color: #E69ED4;
}
</style>