#E378E5

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

Shades of Violet #E378E5

Tints of Violet #E378E5

Color information

#E378E5 (or 0xE378E5) is unknown color: approx Violet. HEX triplet: E3, 78 and E5. RGB value is (227,120,229). Sum of RGB (Red+Green+Blue) = 227+120+229=576 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.41% from 576); Green value is 120 (47.27% from 255 or 20.83% from 576); Blue value is 229 (89.84% from 255 or 39.76% from 576); Max value from RGB is 229 - color contains mainly: blue. Hex color #E378E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E378E5 is #1C871A. Grayscale: #A4A4A4. Windows color (decimal): -1869595 or 15038691. OLE color: 15038691.

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

Color convert

RGB227120229-
CMYK0.010.4800.10
HSL298.9º67.7%68.43%-
HSV(B)298.9º47.6%89.8%-
XYZ52.5435.4278.2-
YUV164.42164.45172.64-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.41%
GREEN value IS 120 (47.27% from 255) = 20.83%
BLUE value IS 229 (89.84% from 255) = 39.76%
R=39.41%
G=20.83%
B=39.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2271202290.010.4800.10298.967.768.43
HexE378E51300A12b4444
Octal343170345160012453104104
Binary1110001111110001110010111100000101010010101110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E378E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E378E5; }

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

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

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

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

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

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

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

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