#E393FC

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

Shades of Violet #E393FC

Tints of Violet #E393FC

Color information

#E393FC (or 0xE393FC) is unknown color: approx Violet. HEX triplet: E3, 93 and FC. RGB value is (227,147,252). Sum of RGB (Red+Green+Blue) = 227+147+252=626 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.26% from 626); Green value is 147 (57.81% from 255 or 23.48% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #E393FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E393FC is #1C6C03. Grayscale: #B6B6B6. Windows color (decimal): -1862660 or 16552931. OLE color: 16552931.

HSL color Cylindrical-coordinate representation of color #E393FC: hue angle of 285.71º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E393FC is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB227147252-
CMYK0.100.4200.01
HSL285.71º94.59%78.24%-
HSV(B)285.71º41.67%98.82%-
XYZ59.6844.2397.49-
YUV182.89167159.46-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.26%
GREEN value IS 147 (57.81% from 255) = 23.48%
BLUE value IS 252 (98.83% from 255) = 40.26%
R=36.26%
G=23.48%
B=40.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2271472520.100.4200.01285.7194.5978.24
HexE393FCA2A0111e5f4e
Octal343223374125201436137116
Binary11100011100100111111110010101010100110001111010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E393FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E393FC; }

 p { color: rgb(227,147,252); }

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

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

 a { background-color: rgb(227,147,252); }

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

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

 span { border-color: rgb(227,147,252); }

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