Shades of Plum #E68FE1
Tints of Plum #E68FE1
RGB
CMYK
RGB Variations
Color information
#E68FE1 (or 0xE68FE1) is known color: Plum. HEX triplet: E6, 8F and E1. RGB value is (230,143,225). Sum of RGB (Red+Green+Blue) = 230+143+225=598 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.46% from 598); Green value is 143 (56.25% from 255 or 23.91% from 598); Blue value is 225 (88.28% from 255 or 37.63% from 598); Max value from RGB is 230 - color contains mainly: red. Hex color #E68FE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68FE1 is #19701E. Grayscale: #B2B2B2. Windows color (decimal): -1667103 or 14782438. OLE color: 14782438.
HSL color Cylindrical-coordinate representation of color #E68FE1: hue angle of 303.45º 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 #E68FE1 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 225 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.10 |
| HSL | 303.45º | 0.64% | 0.73% | - |
| HSV(B) | 303.45º | 0.38% | 0.9% | - |
| XYZ | 56.05 | 41.9 | 76.37 | - |
| YUV | 178.36 | 154.32 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 225 | 0 | 0.38 | 0.02 | 0.10 | 303.45 | 0.64 | 0.73 |
| Hex | E6 | 8F | E1 | 0 | 26 | 2 | A | 12F | 40 | 49 |
| Octal | 346 | 217 | 341 | 0 | 46 | 2 | 12 | 457 | 100 | 111 |
| Binary | 11100110 | 10001111 | 11100001 | 0 | 100110 | 10 | 1010 | 100101111 | 1000000 | 1001001 |
Color Harmonies of #E68FE1
Complementary color
Monochromatic Colors of #E68FE1
Black with #E68FE1
Text Example
Text Example
White with #E68FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68FE1; }
p { color: rgb(230,143,225); }
H1.HeaderClassName
{
color: #E68FE1;
}
.AnyTagClassName
{
color: #E68FE1;
}
</style>
background-color css
<style>
a { background-color: #E68FE1; }
a { background-color: rgb(230,143,225); }
div.DivClassName
{
background-color: #E68FE1;
}
.BgClassName
{
background-color: #E68FE1;
}
</style>
border-color css
<style>
span { border-color: #E68FE1; }
span { border-color: rgb(230,143,225); }
td.TdClassName
{
border-color: #E68FE1;
}
.TagClassName
{
border-color: #E68FE1;
}
</style>