#E382E1

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

Shades of Violet #E382E1

Tints of Violet #E382E1

Color information

#E382E1 (or 0xE382E1) is unknown color: approx Violet. HEX triplet: E3, 82 and E1. RGB value is (227,130,225). Sum of RGB (Red+Green+Blue) = 227+130+225=582 (77% of max value = 765). Red value is 227 (89.06% from 255 or 39.00% from 582); Green value is 130 (51.17% from 255 or 22.34% from 582); Blue value is 225 (88.28% from 255 or 38.66% from 582); Max value from RGB is 227 - color contains mainly: red. Hex color #E382E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E382E1 is #1C7D1E. Grayscale: #A9A9A9. Windows color (decimal): -1867039 or 14779107. OLE color: 14779107.

HSL color Cylindrical-coordinate representation of color #E382E1: hue angle of 301.24º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E382E1 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB227130225-
CMYK00.430.010.11
HSL301.24º63.4%70%-
HSV(B)301.24º42.73%89.02%-
XYZ53.2537.7375.71-
YUV169.83159.14168.78-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.00%
GREEN value IS 130 (51.17% from 255) = 22.34%
BLUE value IS 225 (88.28% from 255) = 38.66%
R=39.00%
G=22.34%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713022500.430.010.11301.2463.470
HexE382E102B1B12d3f46
Octal34320234105311345577106
Binary1110001110000010111000010101011110111001011011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E382E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E382E1; }

 p { color: rgb(227,130,225); }

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

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

 a { background-color: rgb(227,130,225); }

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

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

 span { border-color: rgb(227,130,225); }

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