#E380F1

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

Shades of Violet #E380F1

Tints of Violet #E380F1

Color information

#E380F1 (or 0xE380F1) is unknown color: approx Violet. HEX triplet: E3, 80 and F1. RGB value is (227,128,241). Sum of RGB (Red+Green+Blue) = 227+128+241=596 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.09% from 596); Green value is 128 (50.39% from 255 or 21.48% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #E380F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E380F1 is #1C7F0E. Grayscale: #AAAAAA. Windows color (decimal): -1867535 or 15827171. OLE color: 15827171.

HSL color Cylindrical-coordinate representation of color #E380F1: hue angle of 292.57º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E380F1 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB227128241-
CMYK0.060.4700.05
HSL292.57º80.14%72.35%-
HSV(B)292.57º46.89%94.51%-
XYZ55.2738.1287.66-
YUV170.48167.8168.31-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.09%
GREEN value IS 128 (50.39% from 255) = 21.48%
BLUE value IS 241 (94.53% from 255) = 40.44%
R=38.09%
G=21.48%
B=40.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2271282410.060.4700.05292.5780.1472.35
HexE380F162F051255048
Octal34320036165705445120110
Binary111000111000000011110001110101111010110010010110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E380F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E380F1; }

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

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

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

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

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

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

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

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