Shades of Plum #E68FD5
Tints of Plum #E68FD5
RGB
CMYK
RGB Variations
Color information
#E68FD5 (or 0xE68FD5) is known color: Plum. HEX triplet: E6, 8F and D5. RGB value is (230,143,213). Sum of RGB (Red+Green+Blue) = 230+143+213=586 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.25% from 586); Green value is 143 (56.25% from 255 or 24.40% from 586); Blue value is 213 (83.59% from 255 or 36.35% from 586); Max value from RGB is 230 - color contains mainly: red. Hex color #E68FD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68FD5 is #19702A. Grayscale: #B0B0B0. Windows color (decimal): -1667115 or 13996006. OLE color: 13996006.
HSL color Cylindrical-coordinate representation of color #E68FD5: hue angle of 311.72º 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 #E68FD5 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 213 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.10 |
| HSL | 311.72º | 0.64% | 0.73% | - |
| HSV(B) | 311.72º | 0.38% | 0.9% | - |
| XYZ | 54.47 | 41.27 | 68.05 | - |
| YUV | 176.99 | 148.32 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 213 | 0 | 0.38 | 0.07 | 0.10 | 311.72 | 0.64 | 0.73 |
| Hex | E6 | 8F | D5 | 0 | 26 | 7 | A | 138 | 40 | 49 |
| Octal | 346 | 217 | 325 | 0 | 46 | 7 | 12 | 470 | 100 | 111 |
| Binary | 11100110 | 10001111 | 11010101 | 0 | 100110 | 111 | 1010 | 100111000 | 1000000 | 1001001 |
Color Harmonies of #E68FD5
Complementary color
Monochromatic Colors of #E68FD5
Black with #E68FD5
Text Example
Text Example
White with #E68FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68FD5; }
p { color: rgb(230,143,213); }
H1.HeaderClassName
{
color: #E68FD5;
}
.AnyTagClassName
{
color: #E68FD5;
}
</style>
background-color css
<style>
a { background-color: #E68FD5; }
a { background-color: rgb(230,143,213); }
div.DivClassName
{
background-color: #E68FD5;
}
.BgClassName
{
background-color: #E68FD5;
}
</style>
border-color css
<style>
span { border-color: #E68FD5; }
span { border-color: rgb(230,143,213); }
td.TdClassName
{
border-color: #E68FD5;
}
.TagClassName
{
border-color: #E68FD5;
}
</style>