#E091F1

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

Shades of Violet #E091F1

Tints of Violet #E091F1

Color information

#E091F1 (or 0xE091F1) is unknown color: approx Violet. HEX triplet: E0, 91 and F1. RGB value is (224,145,241). Sum of RGB (Red+Green+Blue) = 224+145+241=610 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.72% from 610); Green value is 145 (57.03% from 255 or 23.77% from 610); Blue value is 241 (94.53% from 255 or 39.51% from 610); Max value from RGB is 241 - color contains mainly: blue. Hex color #E091F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E091F1 is #1F6E0E. Grayscale: #B3B3B3. Windows color (decimal): -2059791 or 15831520. OLE color: 15831520.

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

Color convert

RGB224145241-
CMYK0.070.4000.05
HSL289.38º77.42%75.69%-
HSV(B)289.38º39.83%94.51%-
XYZ56.7442.4588.42-
YUV179.56162.67159.69-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.72%
GREEN value IS 145 (57.03% from 255) = 23.77%
BLUE value IS 241 (94.53% from 255) = 39.51%
R=36.72%
G=23.77%
B=39.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2241452410.070.4000.05289.3877.4275.69
HexE091F1728051214d4c
Octal34022136175005441115114
Binary111000001001000111110001111101000010110010000110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E091F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E091F1; }

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

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

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

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

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

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

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

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