#E381F0

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

Shades of Violet #E381F0

Tints of Violet #E381F0

Color information

#E381F0 (or 0xE381F0) is unknown color: approx Violet. HEX triplet: E3, 81 and F0. RGB value is (227,129,240). Sum of RGB (Red+Green+Blue) = 227+129+240=596 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.09% from 596); Green value is 129 (50.78% from 255 or 21.64% from 596); Blue value is 240 (94.14% from 255 or 40.27% from 596); Max value from RGB is 240 - color contains mainly: blue. Hex color #E381F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E381F0 is #1C7E0F. Grayscale: #AAAAAA. Windows color (decimal): -1867280 or 15761891. OLE color: 15761891.

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

Color convert

RGB227129240-
CMYK0.050.4600.06
HSL292.97º78.72%72.35%-
HSV(B)292.97º46.25%94.12%-
XYZ55.2638.3286.92-
YUV170.96166.97167.97-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.09%
GREEN value IS 129 (50.78% from 255) = 21.64%
BLUE value IS 240 (94.14% from 255) = 40.27%
R=38.09%
G=21.64%
B=40.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2271292400.050.4600.06292.9778.7272.35
HexE381F052E061254f48
Octal34320136055606445117110
Binary111000111000000111110000101101110011010010010110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E381F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E381F0; }

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

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

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

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

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

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

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

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