#E384E0

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

Shades of Violet #E384E0

Tints of Violet #E384E0

Color information

#E384E0 (or 0xE384E0) is unknown color: approx Violet. HEX triplet: E3, 84 and E0. RGB value is (227,132,224). Sum of RGB (Red+Green+Blue) = 227+132+224=583 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.94% from 583); Green value is 132 (51.95% from 255 or 22.64% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 227 - color contains mainly: red. Hex color #E384E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E384E0 is #1C7B1F. Grayscale: #AAAAAA. Windows color (decimal): -1866528 or 14714083. OLE color: 14714083.

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

Color convert

RGB227132224-
CMYK00.420.010.11
HSL301.89º62.91%70.39%-
HSV(B)301.89º41.85%89.02%-
XYZ53.3838.2275.08-
YUV170.89157.97168.02-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.94%
GREEN value IS 132 (51.95% from 255) = 22.64%
BLUE value IS 224 (87.89% from 255) = 38.42%
R=38.94%
G=22.64%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713222400.420.010.11301.8962.9170.39
HexE384E002A1B12e3f46
Octal34320434005211345677106
Binary1110001110000100111000000101010110111001011101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E384E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E384E0; }

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

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

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

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

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

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

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

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