#E380E5

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

Shades of Violet #E380E5

Tints of Violet #E380E5

Color information

#E380E5 (or 0xE380E5) is unknown color: approx Violet. HEX triplet: E3, 80 and E5. RGB value is (227,128,229). Sum of RGB (Red+Green+Blue) = 227+128+229=584 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.87% from 584); Green value is 128 (50.39% from 255 or 21.92% from 584); Blue value is 229 (89.84% from 255 or 39.21% from 584); Max value from RGB is 229 - color contains mainly: blue. Hex color #E380E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E380E5 is #1C7F1A. Grayscale: #A8A8A8. Windows color (decimal): -1867547 or 15040739. OLE color: 15040739.

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

Color convert

RGB227128229-
CMYK0.010.4400.10
HSL298.81º66.01%70%-
HSV(B)298.81º44.1%89.8%-
XYZ53.5437.4378.53-
YUV169.11161.8169.29-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.87%
GREEN value IS 128 (50.39% from 255) = 21.92%
BLUE value IS 229 (89.84% from 255) = 39.21%
R=38.87%
G=21.92%
B=39.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2271282290.010.4400.10298.8166.0170
HexE380E512C0A12b4246
Octal343200345154012453102106
Binary11100011100000001110010111011000101010010101110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E380E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E380E5; }

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

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

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

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

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

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

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

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