#E697FA

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

Shades of Violet #E697FA

Tints of Violet #E697FA

Color information

#E697FA (or 0xE697FA) is unknown color: approx Violet. HEX triplet: E6, 97 and FA. RGB value is (230,151,250). Sum of RGB (Red+Green+Blue) = 230+151+250=631 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.45% from 631); Green value is 151 (59.38% from 255 or 23.93% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #E697FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E697FA is #196805. Grayscale: #B9B9B9. Windows color (decimal): -1665030 or 16422886. OLE color: 16422886.

HSL color Cylindrical-coordinate representation of color #E697FA: hue angle of 287.88º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E697FA is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB230151250-
CMYK0.080.4000.02
HSL287.88º90.83%78.63%-
HSV(B)287.88º39.6%98.04%-
XYZ60.9645.8696.08-
YUV185.91164.17159.45-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.45%
GREEN value IS 151 (59.38% from 255) = 23.93%
BLUE value IS 250 (98.05% from 255) = 39.62%
R=36.45%
G=23.93%
B=39.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2301512500.080.4000.02287.8890.8378.63
HexE697FA828021205b4f
Octal346227372105002440133117
Binary111001101001011111111010100010100001010010000010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E697FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E697FA; }

 p { color: rgb(230,151,250); }

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

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

 a { background-color: rgb(230,151,250); }

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

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

 span { border-color: rgb(230,151,250); }

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