Shades of Plum #E691DD
Tints of Plum #E691DD
RGB
CMYK
RGB Variations
Color information
#E691DD (or 0xE691DD) is known color: Plum. HEX triplet: E6, 91 and DD. RGB value is (230,145,221). Sum of RGB (Red+Green+Blue) = 230+145+221=596 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.59% from 596); Green value is 145 (57.03% from 255 or 24.33% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 230 - color contains mainly: red. Hex color #E691DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E691DD is #196E22. Grayscale: #B2B2B2. Windows color (decimal): -1666595 or 14520806. OLE color: 14520806.
HSL color Cylindrical-coordinate representation of color #E691DD: hue angle of 306.35º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E691DD is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 145 | 221 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.10 |
| HSL | 306.35º | 0.63% | 0.74% | - |
| HSV(B) | 306.35º | 0.37% | 0.9% | - |
| XYZ | 55.81 | 42.29 | 73.63 | - |
| YUV | 179.08 | 151.66 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 145 | 221 | 0 | 0.37 | 0.04 | 0.10 | 306.35 | 0.63 | 0.74 |
| Hex | E6 | 91 | DD | 0 | 25 | 4 | A | 132 | 3F | 4A |
| Octal | 346 | 221 | 335 | 0 | 45 | 4 | 12 | 462 | 77 | 112 |
| Binary | 11100110 | 10010001 | 11011101 | 0 | 100101 | 100 | 1010 | 100110010 | 111111 | 1001010 |
Color Harmonies of #E691DD
Complementary color
Monochromatic Colors of #E691DD
Black with #E691DD
Text Example
Text Example
White with #E691DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E691DD; }
p { color: rgb(230,145,221); }
H1.HeaderClassName
{
color: #E691DD;
}
.AnyTagClassName
{
color: #E691DD;
}
</style>
background-color css
<style>
a { background-color: #E691DD; }
a { background-color: rgb(230,145,221); }
div.DivClassName
{
background-color: #E691DD;
}
.BgClassName
{
background-color: #E691DD;
}
</style>
border-color css
<style>
span { border-color: #E691DD; }
span { border-color: rgb(230,145,221); }
td.TdClassName
{
border-color: #E691DD;
}
.TagClassName
{
border-color: #E691DD;
}
</style>