Shades of Plum #E78FDF
Tints of Plum #E78FDF
RGB
CMYK
RGB Variations
Color information
#E78FDF (or 0xE78FDF) is known color: Plum. HEX triplet: E7, 8F and DF. RGB value is (231,143,223). Sum of RGB (Red+Green+Blue) = 231+143+223=597 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.69% from 597); Green value is 143 (56.25% from 255 or 23.95% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 231 - color contains mainly: red. Hex color #E78FDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78FDF is #187020. Grayscale: #B2B2B2. Windows color (decimal): -1601569 or 14651367. OLE color: 14651367.
HSL color Cylindrical-coordinate representation of color #E78FDF: hue angle of 305.45º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E78FDF is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 143 | 223 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.09 |
| HSL | 305.45º | 0.65% | 0.73% | - |
| HSV(B) | 305.45º | 0.38% | 0.91% | - |
| XYZ | 56.1 | 41.96 | 74.95 | - |
| YUV | 178.43 | 153.15 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 143 | 223 | 0 | 0.38 | 0.03 | 0.09 | 305.45 | 0.65 | 0.73 |
| Hex | E7 | 8F | DF | 0 | 26 | 3 | 9 | 131 | 41 | 49 |
| Octal | 347 | 217 | 337 | 0 | 46 | 3 | 11 | 461 | 101 | 111 |
| Binary | 11100111 | 10001111 | 11011111 | 0 | 100110 | 11 | 1001 | 100110001 | 1000001 | 1001001 |
Color Harmonies of #E78FDF
Complementary color
Monochromatic Colors of #E78FDF
Black with #E78FDF
Text Example
Text Example
White with #E78FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78FDF; }
p { color: rgb(231,143,223); }
H1.HeaderClassName
{
color: #E78FDF;
}
.AnyTagClassName
{
color: #E78FDF;
}
</style>
background-color css
<style>
a { background-color: #E78FDF; }
a { background-color: rgb(231,143,223); }
div.DivClassName
{
background-color: #E78FDF;
}
.BgClassName
{
background-color: #E78FDF;
}
</style>
border-color css
<style>
span { border-color: #E78FDF; }
span { border-color: rgb(231,143,223); }
td.TdClassName
{
border-color: #E78FDF;
}
.TagClassName
{
border-color: #E78FDF;
}
</style>