#E491EC

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

Shades of Violet #E491EC

Tints of Violet #E491EC

Color information

#E491EC (or 0xE491EC) is unknown color: approx Violet. HEX triplet: E4, 91 and EC. RGB value is (228,145,236). Sum of RGB (Red+Green+Blue) = 228+145+236=609 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.44% from 609); Green value is 145 (57.03% from 255 or 23.81% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #E491EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E491EC is #1B6E13. Grayscale: #B3B3B3. Windows color (decimal): -1797652 or 15503844. OLE color: 15503844.

HSL color Cylindrical-coordinate representation of color #E491EC: hue angle of 294.73º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E491EC is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB228145236-
CMYK0.030.3900.07
HSL294.73º70.54%74.71%-
HSV(B)294.73º38.56%92.55%-
XYZ57.2642.884.6-
YUV180.19159.5162.1-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.44%
GREEN value IS 145 (57.03% from 255) = 23.81%
BLUE value IS 236 (92.58% from 255) = 38.75%
R=37.44%
G=23.81%
B=38.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2281452360.030.3900.07294.7370.5474.71
HexE491EC32707127474b
Octal34422135434707447107113
Binary11100100100100011110110011100111011110010011110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E491EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E491EC; }

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

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

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

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

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

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

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

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