Shades of Plum #E69AD2
Tints of Plum #E69AD2
RGB
CMYK
RGB Variations
Color information
#E69AD2 (or 0xE69AD2) is known color: Plum. HEX triplet: E6, 9A and D2. RGB value is (230,154,210). Sum of RGB (Red+Green+Blue) = 230+154+210=594 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.72% from 594); Green value is 154 (60.55% from 255 or 25.93% from 594); Blue value is 210 (82.42% from 255 or 35.35% from 594); Max value from RGB is 230 - color contains mainly: red. Hex color #E69AD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69AD2 is #19652D. Grayscale: #B6B6B6. Windows color (decimal): -1664302 or 13802214. OLE color: 13802214.
HSL color Cylindrical-coordinate representation of color #E69AD2: hue angle of 315.79º 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 #E69AD2 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 154 | 210 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.10 |
| HSL | 315.79º | 0.6% | 0.75% | - |
| HSV(B) | 315.79º | 0.33% | 0.9% | - |
| XYZ | 55.82 | 44.59 | 66.64 | - |
| YUV | 183.11 | 143.18 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 154 | 210 | 0 | 0.33 | 0.09 | 0.10 | 315.79 | 0.6 | 0.75 |
| Hex | E6 | 9A | D2 | 0 | 21 | 9 | A | 13C | 3C | 4B |
| Octal | 346 | 232 | 322 | 0 | 41 | 11 | 12 | 474 | 74 | 113 |
| Binary | 11100110 | 10011010 | 11010010 | 0 | 100001 | 1001 | 1010 | 100111100 | 111100 | 1001011 |
Color Harmonies of #E69AD2
Complementary color
Monochromatic Colors of #E69AD2
Black with #E69AD2
Text Example
Text Example
White with #E69AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69AD2; }
p { color: rgb(230,154,210); }
H1.HeaderClassName
{
color: #E69AD2;
}
.AnyTagClassName
{
color: #E69AD2;
}
</style>
background-color css
<style>
a { background-color: #E69AD2; }
a { background-color: rgb(230,154,210); }
div.DivClassName
{
background-color: #E69AD2;
}
.BgClassName
{
background-color: #E69AD2;
}
</style>
border-color css
<style>
span { border-color: #E69AD2; }
span { border-color: rgb(230,154,210); }
td.TdClassName
{
border-color: #E69AD2;
}
.TagClassName
{
border-color: #E69AD2;
}
</style>