Shades of Violet #E878F1
Tints of Violet #E878F1
RGB
CMYK
RGB Variations
Color information
#E878F1 (or 0xE878F1) is known color: Violet. HEX triplet: E8, 78 and F1. RGB value is (232,120,241). Sum of RGB (Red+Green+Blue) = 232+120+241=593 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.12% from 593); Green value is 120 (47.27% from 255 or 20.24% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 241 - color contains mainly: blue. Hex color #E878F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E878F1 is #17870E. Grayscale: #A6A6A6. Windows color (decimal): -1541903 or 15825128. OLE color: 15825128.
HSL color Cylindrical-coordinate representation of color #E878F1: hue angle of 295.54º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E878F1 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 120 | 241 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.05 |
| HSL | 295.54º | 0.81% | 0.71% | - |
| HSV(B) | 295.54º | 0.5% | 0.95% | - |
| XYZ | 55.87 | 36.94 | 87.4 | - |
| YUV | 167.28 | 169.61 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 120 | 241 | 0.04 | 0.50 | 0 | 0.05 | 295.54 | 0.81 | 0.71 |
| Hex | E8 | 78 | F1 | 4 | 32 | 0 | 5 | 128 | 51 | 47 |
| Octal | 350 | 170 | 361 | 4 | 62 | 0 | 5 | 450 | 121 | 107 |
| Binary | 11101000 | 1111000 | 11110001 | 100 | 110010 | 0 | 101 | 100101000 | 1010001 | 1000111 |
Color Harmonies of #E878F1
Complementary color
Monochromatic Colors of #E878F1
Black with #E878F1
Text Example
Text Example
White with #E878F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E878F1; }
p { color: rgb(232,120,241); }
H1.HeaderClassName
{
color: #E878F1;
}
.AnyTagClassName
{
color: #E878F1;
}
</style>
background-color css
<style>
a { background-color: #E878F1; }
a { background-color: rgb(232,120,241); }
div.DivClassName
{
background-color: #E878F1;
}
.BgClassName
{
background-color: #E878F1;
}
</style>
border-color css
<style>
span { border-color: #E878F1; }
span { border-color: rgb(232,120,241); }
td.TdClassName
{
border-color: #E878F1;
}
.TagClassName
{
border-color: #E878F1;
}
</style>