#E378ED

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

Shades of Violet #E378ED

Tints of Violet #E378ED

Color information

#E378ED (or 0xE378ED) is unknown color: approx Violet. HEX triplet: E3, 78 and ED. RGB value is (227,120,237). Sum of RGB (Red+Green+Blue) = 227+120+237=584 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.87% from 584); Green value is 120 (47.27% from 255 or 20.55% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #E378ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E378ED is #1C8712. Grayscale: #A4A4A4. Windows color (decimal): -1869587 or 15562979. OLE color: 15562979.

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

Color convert

RGB227120237-
CMYK0.040.4900.07
HSL294.87º76.47%70%-
HSV(B)294.87º49.37%92.94%-
XYZ53.6835.8884.22-
YUV165.33168.45171.99-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.87%
GREEN value IS 120 (47.27% from 255) = 20.55%
BLUE value IS 237 (92.97% from 255) = 40.58%
R=38.87%
G=20.55%
B=40.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2271202370.040.4900.07294.8776.4770
HexE378ED431071274c46
Octal34317035546107447114106
Binary11100011111100011101101100110001011110010011110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E378ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E378ED; }

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

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

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

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

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

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

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

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