#E382EC

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

Shades of Violet #E382EC

Tints of Violet #E382EC

Color information

#E382EC (or 0xE382EC) is unknown color: approx Violet. HEX triplet: E3, 82 and EC. RGB value is (227,130,236). Sum of RGB (Red+Green+Blue) = 227+130+236=593 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.28% from 593); Green value is 130 (51.17% from 255 or 21.92% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #E382EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E382EC is #1C7D13. Grayscale: #AAAAAA. Windows color (decimal): -1867028 or 15500003. OLE color: 15500003.

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

Color convert

RGB227130236-
CMYK0.040.4500.07
HSL294.91º73.61%71.76%-
HSV(B)294.91º44.92%92.55%-
XYZ54.838.3583.87-
YUV171.09164.64167.88-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.28%
GREEN value IS 130 (51.17% from 255) = 21.92%
BLUE value IS 236 (92.58% from 255) = 39.80%
R=38.28%
G=21.92%
B=39.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2271302360.040.4500.07294.9173.6171.76
HexE382EC42D071274a48
Octal34320235445507447112110
Binary111000111000001011101100100101101011110010011110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E382EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E382EC; }

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

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

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

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

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

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

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

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