Shades of Plum #E69ADC
Tints of Plum #E69ADC
RGB
CMYK
RGB Variations
Color information
#E69ADC (or 0xE69ADC) is known color: Plum. HEX triplet: E6, 9A and DC. RGB value is (230,154,220). Sum of RGB (Red+Green+Blue) = 230+154+220=604 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.08% from 604); Green value is 154 (60.55% from 255 or 25.50% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 230 - color contains mainly: red. Hex color #E69ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69ADC is #196523. Grayscale: #B8B8B8. Windows color (decimal): -1664292 or 14457574. OLE color: 14457574.
HSL color Cylindrical-coordinate representation of color #E69ADC: hue angle of 307.89º 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 #E69ADC is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 154 | 220 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.10 |
| HSL | 307.89º | 0.6% | 0.75% | - |
| HSV(B) | 307.89º | 0.33% | 0.9% | - |
| XYZ | 57.11 | 45.1 | 73.41 | - |
| YUV | 184.25 | 148.18 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 154 | 220 | 0 | 0.33 | 0.04 | 0.10 | 307.89 | 0.6 | 0.75 |
| Hex | E6 | 9A | DC | 0 | 21 | 4 | A | 134 | 3C | 4B |
| Octal | 346 | 232 | 334 | 0 | 41 | 4 | 12 | 464 | 74 | 113 |
| Binary | 11100110 | 10011010 | 11011100 | 0 | 100001 | 100 | 1010 | 100110100 | 111100 | 1001011 |
Color Harmonies of #E69ADC
Complementary color
Monochromatic Colors of #E69ADC
Black with #E69ADC
Text Example
Text Example
White with #E69ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69ADC; }
p { color: rgb(230,154,220); }
H1.HeaderClassName
{
color: #E69ADC;
}
.AnyTagClassName
{
color: #E69ADC;
}
</style>
background-color css
<style>
a { background-color: #E69ADC; }
a { background-color: rgb(230,154,220); }
div.DivClassName
{
background-color: #E69ADC;
}
.BgClassName
{
background-color: #E69ADC;
}
</style>
border-color css
<style>
span { border-color: #E69ADC; }
span { border-color: rgb(230,154,220); }
td.TdClassName
{
border-color: #E69ADC;
}
.TagClassName
{
border-color: #E69ADC;
}
</style>