#E378EB

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

Shades of Violet #E378EB

Tints of Violet #E378EB

Color information

#E378EB (or 0xE378EB) is unknown color: approx Violet. HEX triplet: E3, 78 and EB. RGB value is (227,120,235). Sum of RGB (Red+Green+Blue) = 227+120+235=582 (77% of max value = 765). Red value is 227 (89.06% from 255 or 39.00% from 582); Green value is 120 (47.27% from 255 or 20.62% from 582); Blue value is 235 (92.19% from 255 or 40.38% from 582); Max value from RGB is 235 - color contains mainly: blue. Hex color #E378EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E378EB is #1C8714. Grayscale: #A4A4A4. Windows color (decimal): -1869589 or 15431907. OLE color: 15431907.

HSL color Cylindrical-coordinate representation of color #E378EB: hue angle of 295.83º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E378EB is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB227120235-
CMYK0.030.4900.08
HSL295.83º74.19%69.61%-
HSV(B)295.83º48.94%92.16%-
XYZ53.3935.7682.69-
YUV165.1167.45172.15-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.00%
GREEN value IS 120 (47.27% from 255) = 20.62%
BLUE value IS 235 (92.19% from 255) = 40.38%
R=39.00%
G=20.62%
B=40.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2271202350.030.4900.08295.8374.1969.61
HexE378EB331081284a46
Octal343170353361010450112106
Binary11100011111100011101011111100010100010010100010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E378EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E378EB; }

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

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

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

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

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

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

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

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