#E694FE

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

Shades of Violet #E694FE

Tints of Violet #E694FE

Color information

#E694FE (or 0xE694FE) is unknown color: approx Violet. HEX triplet: E6, 94 and FE. RGB value is (230,148,254). Sum of RGB (Red+Green+Blue) = 230+148+254=632 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.39% from 632); Green value is 148 (58.20% from 255 or 23.42% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #E694FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E694FE is #196B01. Grayscale: #B8B8B8. Windows color (decimal): -1665794 or 16684262. OLE color: 16684262.

HSL color Cylindrical-coordinate representation of color #E694FE: hue angle of 286.42º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E694FE is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB230148254-
CMYK0.090.4200.00
HSL286.42º98.15%78.82%-
HSV(B)286.42º41.73%99.61%-
XYZ61.1145.1699.26-
YUV184.6167.17160.38-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.39%
GREEN value IS 148 (58.20% from 255) = 23.42%
BLUE value IS 254 (99.61% from 255) = 40.19%
R=36.39%
G=23.42%
B=40.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2301482540.090.4200.00286.4298.1578.82
HexE694FE92A0011e624f
Octal346224376115200436142117
Binary11100110100101001111111010011010100010001111011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E694FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E694FE; }

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

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

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

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

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

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

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

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