#E691EF

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

Shades of Violet #E691EF

Tints of Violet #E691EF

Color information

#E691EF (or 0xE691EF) is unknown color: approx Violet. HEX triplet: E6, 91 and EF. RGB value is (230,145,239). Sum of RGB (Red+Green+Blue) = 230+145+239=614 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.46% from 614); Green value is 145 (57.03% from 255 or 23.62% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #E691EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E691EF is #196E10. Grayscale: #B4B4B4. Windows color (decimal): -1666577 or 15700454. OLE color: 15700454.

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

Color convert

RGB230145239-
CMYK0.040.3900.06
HSL294.26º74.6%75.29%-
HSV(B)294.26º39.33%93.73%-
XYZ58.3443.3186.95-
YUV181.13160.66162.86-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.46%
GREEN value IS 145 (57.03% from 255) = 23.62%
BLUE value IS 239 (93.75% from 255) = 38.93%
R=37.46%
G=23.62%
B=38.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2301452390.040.3900.06294.2674.675.29
HexE691EF427061264b4b
Octal34622135744706446113113
Binary111001101001000111101111100100111011010010011010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E691EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E691EF; }

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

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

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

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

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

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

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

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