#E379ED

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

Shades of Violet #E379ED

Tints of Violet #E379ED

Color information

#E379ED (or 0xE379ED) is unknown color: approx Violet. HEX triplet: E3, 79 and ED. RGB value is (227,121,237). Sum of RGB (Red+Green+Blue) = 227+121+237=585 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.80% from 585); Green value is 121 (47.66% from 255 or 20.68% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #E379ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E379ED is #1C8612. Grayscale: #A5A5A5. Windows color (decimal): -1869331 or 15563235. OLE color: 15563235.

HSL color Cylindrical-coordinate representation of color #E379ED: hue angle of 294.83º degrees, saturation: 0.76, 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 #E379ED is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB227121237-
CMYK0.040.4900.07
HSL294.83º76.32%70.2%-
HSV(B)294.83º48.95%92.94%-
XYZ53.836.1284.26-
YUV165.92168.12171.57-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.80%
GREEN value IS 121 (47.66% from 255) = 20.68%
BLUE value IS 237 (92.97% from 255) = 40.51%
R=38.80%
G=20.68%
B=40.51%

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
Decimal2271212370.040.4900.07294.8376.3270.2
HexE379ED431071274c46
Octal34317135546107447114106
Binary11100011111100111101101100110001011110010011110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E379ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E379ED; }

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

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

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

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

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

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

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

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