Shades of Plum #E68FDF
Tints of Plum #E68FDF
RGB
CMYK
RGB Variations
Color information
#E68FDF (or 0xE68FDF) is known color: Plum. HEX triplet: E6, 8F and DF. RGB value is (230,143,223). Sum of RGB (Red+Green+Blue) = 230+143+223=596 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.59% from 596); Green value is 143 (56.25% from 255 or 23.99% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 230 - color contains mainly: red. Hex color #E68FDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68FDF is #197020. Grayscale: #B1B1B1. Windows color (decimal): -1667105 or 14651366. OLE color: 14651366.
HSL color Cylindrical-coordinate representation of color #E68FDF: hue angle of 304.83º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E68FDF is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 223 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.10 |
| HSL | 304.83º | 0.64% | 0.73% | - |
| HSV(B) | 304.83º | 0.38% | 0.9% | - |
| XYZ | 55.77 | 41.8 | 74.94 | - |
| YUV | 178.13 | 153.32 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 223 | 0 | 0.38 | 0.03 | 0.10 | 304.83 | 0.64 | 0.73 |
| Hex | E6 | 8F | DF | 0 | 26 | 3 | A | 131 | 40 | 49 |
| Octal | 346 | 217 | 337 | 0 | 46 | 3 | 12 | 461 | 100 | 111 |
| Binary | 11100110 | 10001111 | 11011111 | 0 | 100110 | 11 | 1010 | 100110001 | 1000000 | 1001001 |
Color Harmonies of #E68FDF
Complementary color
Monochromatic Colors of #E68FDF
Black with #E68FDF
Text Example
Text Example
White with #E68FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68FDF; }
p { color: rgb(230,143,223); }
H1.HeaderClassName
{
color: #E68FDF;
}
.AnyTagClassName
{
color: #E68FDF;
}
</style>
background-color css
<style>
a { background-color: #E68FDF; }
a { background-color: rgb(230,143,223); }
div.DivClassName
{
background-color: #E68FDF;
}
.BgClassName
{
background-color: #E68FDF;
}
</style>
border-color css
<style>
span { border-color: #E68FDF; }
span { border-color: rgb(230,143,223); }
td.TdClassName
{
border-color: #E68FDF;
}
.TagClassName
{
border-color: #E68FDF;
}
</style>