#E379EC

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

Shades of Violet #E379EC

Tints of Violet #E379EC

Color information

#E379EC (or 0xE379EC) is unknown color: approx Violet. HEX triplet: E3, 79 and EC. RGB value is (227,121,236). Sum of RGB (Red+Green+Blue) = 227+121+236=584 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.87% from 584); Green value is 121 (47.66% from 255 or 20.72% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #E379EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E379EC is #1C8613. Grayscale: #A5A5A5. Windows color (decimal): -1869332 or 15497699. OLE color: 15497699.

HSL color Cylindrical-coordinate representation of color #E379EC: hue angle of 295.3º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E379EC is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB227121236-
CMYK0.040.4900.07
HSL295.3º75.16%70%-
HSV(B)295.3º48.73%92.55%-
XYZ53.6636.0683.49-
YUV165.8167.62171.65-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.87%
GREEN value IS 121 (47.66% from 255) = 20.72%
BLUE value IS 236 (92.58% from 255) = 40.41%
R=38.87%
G=20.72%
B=40.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2271212360.040.4900.07295.375.1670
HexE379EC431071274b46
Octal34317135446107447113106
Binary11100011111100111101100100110001011110010011110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E379EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E379EC; }

 p { color: rgb(227,121,236); }

 H1.HeaderClassName
 {
   color: #E379EC;
 }
 .AnyTagClassName
 {
   color: #E379EC;
 }
</style>
background-color css

<style>
 a { background-color: #E379EC; }

 a { background-color: rgb(227,121,236); }

 div.DivClassName
 {
   background-color: #E379EC;
 }
 .BgClassName
 {
   background-color: #E379EC;
 }
</style>
border-color css

<style>
 span { border-color: #E379EC; }

 span { border-color: rgb(227,121,236); }

 td.TdClassName
 {
   border-color: #E379EC;
 }
 .TagClassName
 {
   border-color: #E379EC;
 }
</style>