#E878F1

Color #E878F1 Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #E878F1

Tints of Violet #E878F1

Color information

#E878F1 (or 0xE878F1) is unknown color: approx 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

RGB232120241-
CMYK0.040.5000.05
HSL295.54º81.21%70.78%-
HSV(B)295.54º50.21%94.51%-
XYZ55.8736.9487.4-
YUV167.28169.61174.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 232 (91.02% from 255) = 39.12%
GREEN value IS 120 (47.27% from 255) = 20.24%
BLUE value IS 241 (94.53% from 255) = 40.64%
R=39.12%
G=20.24%
B=40.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2321202410.040.5000.05295.5481.2170.78
HexE878F1432051285147
Octal35017036146205450121107
Binary11101000111100011110001100110010010110010100010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E878F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>