Shades of Plum #E69AD6
Tints of Plum #E69AD6
RGB
CMYK
RGB Variations
Color information
#E69AD6 (or 0xE69AD6) is known color: Plum. HEX triplet: E6, 9A and D6. RGB value is (230,154,214). Sum of RGB (Red+Green+Blue) = 230+154+214=598 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.46% from 598); Green value is 154 (60.55% from 255 or 25.75% from 598); Blue value is 214 (83.98% from 255 or 35.79% from 598); Max value from RGB is 230 - color contains mainly: red. Hex color #E69AD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69AD6 is #196529. Grayscale: #B7B7B7. Windows color (decimal): -1664298 or 14064358. OLE color: 14064358.
HSL color Cylindrical-coordinate representation of color #E69AD6: hue angle of 312.63º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E69AD6 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 154 | 214 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.10 |
| HSL | 312.63º | 0.6% | 0.75% | - |
| HSV(B) | 312.63º | 0.33% | 0.9% | - |
| XYZ | 56.33 | 44.79 | 69.29 | - |
| YUV | 183.56 | 145.18 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 154 | 214 | 0 | 0.33 | 0.07 | 0.10 | 312.63 | 0.6 | 0.75 |
| Hex | E6 | 9A | D6 | 0 | 21 | 7 | A | 139 | 3C | 4B |
| Octal | 346 | 232 | 326 | 0 | 41 | 7 | 12 | 471 | 74 | 113 |
| Binary | 11100110 | 10011010 | 11010110 | 0 | 100001 | 111 | 1010 | 100111001 | 111100 | 1001011 |
Color Harmonies of #E69AD6
Complementary color
Monochromatic Colors of #E69AD6
Black with #E69AD6
Text Example
Text Example
White with #E69AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69AD6; }
p { color: rgb(230,154,214); }
H1.HeaderClassName
{
color: #E69AD6;
}
.AnyTagClassName
{
color: #E69AD6;
}
</style>
background-color css
<style>
a { background-color: #E69AD6; }
a { background-color: rgb(230,154,214); }
div.DivClassName
{
background-color: #E69AD6;
}
.BgClassName
{
background-color: #E69AD6;
}
</style>
border-color css
<style>
span { border-color: #E69AD6; }
span { border-color: rgb(230,154,214); }
td.TdClassName
{
border-color: #E69AD6;
}
.TagClassName
{
border-color: #E69AD6;
}
</style>