#e380eb

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

Shades of Violet #E380EB

Tints of Violet #E380EB

Color information

#E380EB (or 0xE380EB) is unknown color: approx Violet. HEX triplet: E3, 80 and EB. RGB value is (227,128,235). Sum of RGB (Red+Green+Blue) = 227+128+235=590 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.47% from 590); Green value is 128 (50.39% from 255 or 21.69% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 235 - color contains mainly: blue. Hex color #E380EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E380EB is #1C7F14. Grayscale: #A9A9A9. Windows color (decimal): -1867541 or 15433955. OLE color: 15433955.

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

Color convert

RGB227128235-
CMYK0.030.4600.08
HSL295.51º72.79%71.18%-
HSV(B)295.51º45.53%92.16%-
XYZ54.3937.7783.02-
YUV169.8164.8168.8-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.47%
GREEN value IS 128 (50.39% from 255) = 21.69%
BLUE value IS 235 (92.19% from 255) = 39.83%
R=38.47%
G=21.69%
B=39.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2271282350.030.4600.08295.5172.7971.18
HexE380EB32E081284947
Octal343200353356010450111107
Binary111000111000000011101011111011100100010010100010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e380eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e380eb; }

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

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

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

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

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

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

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

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