#E697F2

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

Shades of Violet #E697F2

Tints of Violet #E697F2

Color information

#E697F2 (or 0xE697F2) is unknown color: approx Violet. HEX triplet: E6, 97 and F2. RGB value is (230,151,242). Sum of RGB (Red+Green+Blue) = 230+151+242=623 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.92% from 623); Green value is 151 (59.38% from 255 or 24.24% from 623); Blue value is 242 (94.92% from 255 or 38.84% from 623); Max value from RGB is 242 - color contains mainly: blue. Hex color #E697F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E697F2 is #19680D. Grayscale: #B8B8B8. Windows color (decimal): -1665038 or 15898598. OLE color: 15898598.

HSL color Cylindrical-coordinate representation of color #E697F2: hue angle of 292.09º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E697F2 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB230151242-
CMYK0.050.3800.05
HSL292.09º77.78%77.06%-
HSV(B)292.09º37.6%94.9%-
XYZ59.7345.3789.61-
YUV184.99160.17160.1-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.92%
GREEN value IS 151 (59.38% from 255) = 24.24%
BLUE value IS 242 (94.92% from 255) = 38.84%
R=36.92%
G=24.24%
B=38.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2301512420.050.3800.05292.0977.7877.06
HexE697F2526051244e4d
Octal34622736254605444116115
Binary111001101001011111110010101100110010110010010010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E697F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E697F2; }

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

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

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

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

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

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

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

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