#E691EA

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

Shades of Violet #E691EA

Tints of Violet #E691EA

Color information

#E691EA (or 0xE691EA) is unknown color: approx Violet. HEX triplet: E6, 91 and EA. RGB value is (230,145,234). Sum of RGB (Red+Green+Blue) = 230+145+234=609 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.77% from 609); Green value is 145 (57.03% from 255 or 23.81% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #E691EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E691EA is #196E15. Grayscale: #B4B4B4. Windows color (decimal): -1666582 or 15372774. OLE color: 15372774.

HSL color Cylindrical-coordinate representation of color #E691EA: hue angle of 297.3º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E691EA is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB230145234-
CMYK0.020.3800.08
HSL297.3º67.94%74.31%-
HSV(B)297.3º38.03%91.76%-
XYZ57.6143.0183.11-
YUV180.56158.16163.26-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.77%
GREEN value IS 145 (57.03% from 255) = 23.81%
BLUE value IS 234 (91.80% from 255) = 38.42%
R=37.77%
G=23.81%
B=38.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2301452340.020.3800.08297.367.9474.31
HexE691EA22608129444a
Octal346221352246010451104112
Binary111001101001000111101010101001100100010010100110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E691EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E691EA; }

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

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

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

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

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

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

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

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