#E094F1

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

Shades of Violet #E094F1

Tints of Violet #E094F1

Color information

#E094F1 (or 0xE094F1) is unknown color: approx Violet. HEX triplet: E0, 94 and F1. RGB value is (224,148,241). Sum of RGB (Red+Green+Blue) = 224+148+241=613 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.54% from 613); Green value is 148 (58.20% from 255 or 24.14% from 613); Blue value is 241 (94.53% from 255 or 39.31% from 613); Max value from RGB is 241 - color contains mainly: blue. Hex color #E094F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E094F1 is #1F6B0E. Grayscale: #B5B5B5. Windows color (decimal): -2059023 or 15832288. OLE color: 15832288.

HSL color Cylindrical-coordinate representation of color #E094F1: hue angle of 289.03º 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 #E094F1 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB224148241-
CMYK0.070.3900.05
HSL289.03º76.86%76.27%-
HSV(B)289.03º38.59%94.51%-
XYZ57.2143.3888.58-
YUV181.33161.68158.44-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.54%
GREEN value IS 148 (58.20% from 255) = 24.14%
BLUE value IS 241 (94.53% from 255) = 39.31%
R=36.54%
G=24.14%
B=39.31%

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
Decimal2241482410.070.3900.05289.0376.8676.27
HexE094F1727051214d4c
Octal34022436174705441115114
Binary111000001001010011110001111100111010110010000110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E094F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E094F1; }

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

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

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

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

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

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

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

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