#E491EF

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

Shades of Violet #E491EF

Tints of Violet #E491EF

Color information

#E491EF (or 0xE491EF) is unknown color: approx Violet. HEX triplet: E4, 91 and EF. RGB value is (228,145,239). Sum of RGB (Red+Green+Blue) = 228+145+239=612 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.25% from 612); Green value is 145 (57.03% from 255 or 23.69% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 239 - color contains mainly: blue. Hex color #E491EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E491EF is #1B6E10. Grayscale: #B4B4B4. Windows color (decimal): -1797649 or 15700452. OLE color: 15700452.

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

Color convert

RGB228145239-
CMYK0.050.3900.06
HSL292.98º74.6%75.29%-
HSV(B)292.98º39.33%93.73%-
XYZ57.742.9886.92-
YUV180.53161161.86-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.25%
GREEN value IS 145 (57.03% from 255) = 23.69%
BLUE value IS 239 (93.75% from 255) = 39.05%
R=37.25%
G=23.69%
B=39.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2281452390.050.3900.06292.9874.675.29
HexE491EF527061254b4b
Octal34422135754706445113113
Binary111001001001000111101111101100111011010010010110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E491EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E491EF; }

 p { color: rgb(228,145,239); }

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

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

 a { background-color: rgb(228,145,239); }

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

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

 span { border-color: rgb(228,145,239); }

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