#E381EA

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

Shades of Violet #E381EA

Tints of Violet #E381EA

Color information

#E381EA (or 0xE381EA) is unknown color: approx Violet. HEX triplet: E3, 81 and EA. RGB value is (227,129,234). Sum of RGB (Red+Green+Blue) = 227+129+234=590 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.47% from 590); Green value is 129 (50.78% from 255 or 21.86% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #E381EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E381EA is #1C7E15. Grayscale: #A9A9A9. Windows color (decimal): -1867286 or 15368675. OLE color: 15368675.

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

Color convert

RGB227129234-
CMYK0.030.4500.08
HSL296º71.43%71.18%-
HSV(B)296º44.87%91.76%-
XYZ54.3837.9782.31-
YUV170.27163.97168.46-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.47%
GREEN value IS 129 (50.78% from 255) = 21.86%
BLUE value IS 234 (91.80% from 255) = 39.66%
R=38.47%
G=21.86%
B=39.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2271292340.030.4500.0829671.4371.18
HexE381EA32D081284747
Octal343201352355010450107107
Binary111000111000000111101010111011010100010010100010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E381EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E381EA; }

 p { color: rgb(227,129,234); }

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

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

 a { background-color: rgb(227,129,234); }

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

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

 span { border-color: rgb(227,129,234); }

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