#E093F1

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

Shades of Violet #E093F1

Tints of Violet #E093F1

Color information

#E093F1 (or 0xE093F1) is unknown color: approx Violet. HEX triplet: E0, 93 and F1. RGB value is (224,147,241). Sum of RGB (Red+Green+Blue) = 224+147+241=612 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.60% from 612); Green value is 147 (57.81% from 255 or 24.02% from 612); Blue value is 241 (94.53% from 255 or 39.38% from 612); Max value from RGB is 241 - color contains mainly: blue. Hex color #E093F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E093F1 is #1F6C0E. Grayscale: #B4B4B4. Windows color (decimal): -2059279 or 15832032. OLE color: 15832032.

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

Color convert

RGB224147241-
CMYK0.070.3900.05
HSL289.15º77.05%76.08%-
HSV(B)289.15º39%94.51%-
XYZ57.0543.0788.52-
YUV180.74162.01158.86-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.60%
GREEN value IS 147 (57.81% from 255) = 24.02%
BLUE value IS 241 (94.53% from 255) = 39.38%
R=36.60%
G=24.02%
B=39.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2241472410.070.3900.05289.1577.0576.08
HexE093F1727051214d4c
Octal34022336174705441115114
Binary111000001001001111110001111100111010110010000110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E093F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E093F1; }

 p { color: rgb(224,147,241); }

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

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

 a { background-color: rgb(224,147,241); }

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

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

 span { border-color: rgb(224,147,241); }

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