#E694EE

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

Shades of Violet #E694EE

Tints of Violet #E694EE

Color information

#E694EE (or 0xE694EE) is unknown color: approx Violet. HEX triplet: E6, 94 and EE. RGB value is (230,148,238). Sum of RGB (Red+Green+Blue) = 230+148+238=616 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.34% from 616); Green value is 148 (58.20% from 255 or 24.03% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #E694EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E694EE is #196B11. Grayscale: #B6B6B6. Windows color (decimal): -1665810 or 15635686. OLE color: 15635686.

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

Color convert

RGB230148238-
CMYK0.030.3800.07
HSL294.67º72.58%75.69%-
HSV(B)294.67º37.82%93.33%-
XYZ58.6644.1886.32-
YUV182.78159.17161.68-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.34%
GREEN value IS 148 (58.20% from 255) = 24.03%
BLUE value IS 238 (93.36% from 255) = 38.64%
R=37.34%
G=24.03%
B=38.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2301482380.030.3800.07294.6772.5875.69
HexE694EE32607127494c
Octal34622435634607447111114
Binary11100110100101001110111011100110011110010011110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E694EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E694EE; }

 p { color: rgb(230,148,238); }

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

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

 a { background-color: rgb(230,148,238); }

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

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

 span { border-color: rgb(230,148,238); }

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