#E691F1

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

Shades of Violet #E691F1

Tints of Violet #E691F1

Color information

#E691F1 (or 0xE691F1) is unknown color: approx Violet. HEX triplet: E6, 91 and F1. RGB value is (230,145,241). Sum of RGB (Red+Green+Blue) = 230+145+241=616 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.34% from 616); Green value is 145 (57.03% from 255 or 23.54% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: blue. Hex color #E691F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E691F1 is #196E0E. Grayscale: #B5B5B5. Windows color (decimal): -1666575 or 15831526. OLE color: 15831526.

HSL color Cylindrical-coordinate representation of color #E691F1: hue angle of 293.12º 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 #E691F1 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB230145241-
CMYK0.050.4000.05
HSL293.12º77.42%75.69%-
HSV(B)293.12º39.83%94.51%-
XYZ58.6443.4288.51-
YUV181.36161.66162.69-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.34%
GREEN value IS 145 (57.03% from 255) = 23.54%
BLUE value IS 241 (94.53% from 255) = 39.12%
R=37.34%
G=23.54%
B=39.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2301452410.050.4000.05293.1277.4275.69
HexE691F1528051254d4c
Octal34622136155005445115114
Binary111001101001000111110001101101000010110010010110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E691F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E691F1; }

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

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

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

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

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

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

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

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