#E293F0

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

Shades of Violet #E293F0

Tints of Violet #E293F0

Color information

#E293F0 (or 0xE293F0) is unknown color: approx Violet. HEX triplet: E2, 93 and F0. RGB value is (226,147,240). Sum of RGB (Red+Green+Blue) = 226+147+240=613 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.87% from 613); Green value is 147 (57.81% from 255 or 23.98% from 613); Blue value is 240 (94.14% from 255 or 39.15% from 613); Max value from RGB is 240 - color contains mainly: blue. Hex color #E293F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E293F0 is #1D6C0F. Grayscale: #B4B4B4. Windows color (decimal): -1928208 or 15766498. OLE color: 15766498.

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

Color convert

RGB226147240-
CMYK0.060.3900.06
HSL290.97º75.61%75.88%-
HSV(B)290.97º38.75%94.12%-
XYZ57.5343.3387.77-
YUV181.22161.17159.94-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.87%
GREEN value IS 147 (57.81% from 255) = 23.98%
BLUE value IS 240 (94.14% from 255) = 39.15%
R=36.87%
G=23.98%
B=39.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2261472400.060.3900.06290.9775.6175.88
HexE293F0627061234c4c
Octal34222336064706443114114
Binary111000101001001111110000110100111011010010001110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E293F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E293F0; }

 p { color: rgb(226,147,240); }

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

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

 a { background-color: rgb(226,147,240); }

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

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

 span { border-color: rgb(226,147,240); }

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