#E382E0

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

Shades of Violet #E382E0

Tints of Violet #E382E0

Color information

#E382E0 (or 0xE382E0) is unknown color: approx Violet. HEX triplet: E3, 82 and E0. RGB value is (227,130,224). Sum of RGB (Red+Green+Blue) = 227+130+224=581 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.07% from 581); Green value is 130 (51.17% from 255 or 22.38% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 227 - color contains mainly: red. Hex color #E382E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E382E0 is #1C7D1F. Grayscale: #A9A9A9. Windows color (decimal): -1867040 or 14713571. OLE color: 14713571.

HSL color Cylindrical-coordinate representation of color #E382E0: hue angle of 301.86º 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 #E382E0 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB227130224-
CMYK00.430.010.11
HSL301.86º63.4%70%-
HSV(B)301.86º42.73%89.02%-
XYZ53.1237.6874.99-
YUV169.72158.64168.86-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.07%
GREEN value IS 130 (51.17% from 255) = 22.38%
BLUE value IS 224 (87.89% from 255) = 38.55%
R=39.07%
G=22.38%
B=38.55%

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
Decimal22713022400.430.010.11301.8663.470
HexE382E002B1B12e3f46
Octal34320234005311345677106
Binary1110001110000010111000000101011110111001011101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E382E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E382E0; }

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

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

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

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

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

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

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

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