#E691F0

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

Shades of Violet #E691F0

Tints of Violet #E691F0

Color information

#E691F0 (or 0xE691F0) is unknown color: approx Violet. HEX triplet: E6, 91 and F0. RGB value is (230,145,240). Sum of RGB (Red+Green+Blue) = 230+145+240=615 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.40% from 615); Green value is 145 (57.03% from 255 or 23.58% from 615); Blue value is 240 (94.14% from 255 or 39.02% from 615); Max value from RGB is 240 - color contains mainly: blue. Hex color #E691F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E691F0 is #196E0F. Grayscale: #B4B4B4. Windows color (decimal): -1666576 or 15765990. OLE color: 15765990.

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

Color convert

RGB230145240-
CMYK0.040.4000.06
HSL293.68º76%75.49%-
HSV(B)293.68º39.58%94.12%-
XYZ58.4943.3787.73-
YUV181.24161.16162.78-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.40%
GREEN value IS 145 (57.03% from 255) = 23.58%
BLUE value IS 240 (94.14% from 255) = 39.02%
R=37.40%
G=23.58%
B=39.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2301452400.040.4000.06293.687675.49
HexE691F0428061264c4b
Octal34622136045006446114113
Binary111001101001000111110000100101000011010010011010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E691F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E691F0; }

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

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

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

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

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

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

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

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