Shades of Plum #E68FDA
Tints of Plum #E68FDA
RGB
CMYK
RGB Variations
Color information
#E68FDA (or 0xE68FDA) is known color: Plum. HEX triplet: E6, 8F and DA. RGB value is (230,143,218). Sum of RGB (Red+Green+Blue) = 230+143+218=591 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.92% from 591); Green value is 143 (56.25% from 255 or 24.20% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 230 - color contains mainly: red. Hex color #E68FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68FDA is #197025. Grayscale: #B1B1B1. Windows color (decimal): -1667110 or 14323686. OLE color: 14323686.
HSL color Cylindrical-coordinate representation of color #E68FDA: hue angle of 308.28º 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 #E68FDA is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 218 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.10 |
| HSL | 308.28º | 0.64% | 0.73% | - |
| HSV(B) | 308.28º | 0.38% | 0.9% | - |
| XYZ | 55.11 | 41.53 | 71.44 | - |
| YUV | 177.56 | 150.82 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 218 | 0 | 0.38 | 0.05 | 0.10 | 308.28 | 0.64 | 0.73 |
| Hex | E6 | 8F | DA | 0 | 26 | 5 | A | 134 | 40 | 49 |
| Octal | 346 | 217 | 332 | 0 | 46 | 5 | 12 | 464 | 100 | 111 |
| Binary | 11100110 | 10001111 | 11011010 | 0 | 100110 | 101 | 1010 | 100110100 | 1000000 | 1001001 |
Color Harmonies of #E68FDA
Complementary color
Monochromatic Colors of #E68FDA
Black with #E68FDA
Text Example
Text Example
White with #E68FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68FDA; }
p { color: rgb(230,143,218); }
H1.HeaderClassName
{
color: #E68FDA;
}
.AnyTagClassName
{
color: #E68FDA;
}
</style>
background-color css
<style>
a { background-color: #E68FDA; }
a { background-color: rgb(230,143,218); }
div.DivClassName
{
background-color: #E68FDA;
}
.BgClassName
{
background-color: #E68FDA;
}
</style>
border-color css
<style>
span { border-color: #E68FDA; }
span { border-color: rgb(230,143,218); }
td.TdClassName
{
border-color: #E68FDA;
}
.TagClassName
{
border-color: #E68FDA;
}
</style>