Shades of Plum #E691DF
Tints of Plum #E691DF
RGB
CMYK
RGB Variations
Color information
#E691DF (or 0xE691DF) is known color: Plum. HEX triplet: E6, 91 and DF. RGB value is (230,145,223). Sum of RGB (Red+Green+Blue) = 230+145+223=598 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.46% from 598); Green value is 145 (57.03% from 255 or 24.25% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 230 - color contains mainly: red. Hex color #E691DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E691DF is #196E20. Grayscale: #B3B3B3. Windows color (decimal): -1666593 or 14651878. OLE color: 14651878.
HSL color Cylindrical-coordinate representation of color #E691DF: hue angle of 304.94º 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 #E691DF is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 145 | 223 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.10 |
| HSL | 304.94º | 0.63% | 0.74% | - |
| HSV(B) | 304.94º | 0.37% | 0.9% | - |
| XYZ | 56.08 | 42.4 | 75.04 | - |
| YUV | 179.31 | 152.66 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 145 | 223 | 0 | 0.37 | 0.03 | 0.10 | 304.94 | 0.63 | 0.74 |
| Hex | E6 | 91 | DF | 0 | 25 | 3 | A | 131 | 3F | 4A |
| Octal | 346 | 221 | 337 | 0 | 45 | 3 | 12 | 461 | 77 | 112 |
| Binary | 11100110 | 10010001 | 11011111 | 0 | 100101 | 11 | 1010 | 100110001 | 111111 | 1001010 |
Color Harmonies of #E691DF
Complementary color
Monochromatic Colors of #E691DF
Black with #E691DF
Text Example
Text Example
White with #E691DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E691DF; }
p { color: rgb(230,145,223); }
H1.HeaderClassName
{
color: #E691DF;
}
.AnyTagClassName
{
color: #E691DF;
}
</style>
background-color css
<style>
a { background-color: #E691DF; }
a { background-color: rgb(230,145,223); }
div.DivClassName
{
background-color: #E691DF;
}
.BgClassName
{
background-color: #E691DF;
}
</style>
border-color css
<style>
span { border-color: #E691DF; }
span { border-color: rgb(230,145,223); }
td.TdClassName
{
border-color: #E691DF;
}
.TagClassName
{
border-color: #E691DF;
}
</style>