#e376e5

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

Shades of Violet #E376E5

Tints of Violet #E376E5

Color information

#E376E5 (or 0xE376E5) is unknown color: approx Violet. HEX triplet: E3, 76 and E5. RGB value is (227,118,229). Sum of RGB (Red+Green+Blue) = 227+118+229=574 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.55% from 574); Green value is 118 (46.48% from 255 or 20.56% from 574); Blue value is 229 (89.84% from 255 or 39.90% from 574); Max value from RGB is 229 - color contains mainly: blue. Hex color #E376E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E376E5 is #1C891A. Grayscale: #A2A2A2. Windows color (decimal): -1870107 or 15038179. OLE color: 15038179.

HSL color Cylindrical-coordinate representation of color #E376E5: hue angle of 298.92º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E376E5 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB227118229-
CMYK0.010.4800.10
HSL298.92º68.1%68.04%-
HSV(B)298.92º48.47%89.8%-
XYZ52.334.9478.12-
YUV163.24165.11173.47-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.55%
GREEN value IS 118 (46.48% from 255) = 20.56%
BLUE value IS 229 (89.84% from 255) = 39.90%
R=39.55%
G=20.56%
B=39.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2271182290.010.4800.10298.9268.168.04
HexE376E51300A12b4444
Octal343166345160012453104104
Binary1110001111101101110010111100000101010010101110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e376e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e376e5; }

 p { color: rgb(227,118,229); }

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

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

 a { background-color: rgb(227,118,229); }

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

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

 span { border-color: rgb(227,118,229); }

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