#E381E4

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

Shades of Violet #E381E4

Tints of Violet #E381E4

Color information

#E381E4 (or 0xE381E4) is unknown color: approx Violet. HEX triplet: E3, 81 and E4. RGB value is (227,129,228). Sum of RGB (Red+Green+Blue) = 227+129+228=584 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.87% from 584); Green value is 129 (50.78% from 255 or 22.09% from 584); Blue value is 228 (89.45% from 255 or 39.04% from 584); Max value from RGB is 228 - color contains mainly: blue. Hex color #E381E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E381E4 is #1C7E1B. Grayscale: #A9A9A9. Windows color (decimal): -1867292 or 14975459. OLE color: 14975459.

HSL color Cylindrical-coordinate representation of color #E381E4: hue angle of 299.39º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E381E4 is Cyan = 0.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB227129228-
CMYK0.000.4300.11
HSL299.39º64.71%70%-
HSV(B)299.39º43.42%89.41%-
XYZ53.5337.6377.84-
YUV169.59160.97168.95-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.87%
GREEN value IS 129 (50.78% from 255) = 22.09%
BLUE value IS 228 (89.45% from 255) = 39.04%
R=38.87%
G=22.09%
B=39.04%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271292280.000.4300.11299.3964.7170
HexE381E402B0B12b4146
Octal343201344053013453101106
Binary11100011100000011110010001010110101110010101110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E381E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E381E4; }

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

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

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

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

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

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

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

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