#E696F1

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

Shades of Violet #E696F1

Tints of Violet #E696F1

Color information

#E696F1 (or 0xE696F1) is unknown color: approx Violet. HEX triplet: E6, 96 and F1. RGB value is (230,150,241). Sum of RGB (Red+Green+Blue) = 230+150+241=621 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.04% from 621); Green value is 150 (58.98% from 255 or 24.15% from 621); Blue value is 241 (94.53% from 255 or 38.81% from 621); Max value from RGB is 241 - color contains mainly: blue. Hex color #E696F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E696F1 is #19690E. Grayscale: #B8B8B8. Windows color (decimal): -1665295 or 15832806. OLE color: 15832806.

HSL color Cylindrical-coordinate representation of color #E696F1: hue angle of 292.75º degrees, saturation: 0.76, 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 #E696F1 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB230150241-
CMYK0.050.3800.05
HSL292.75º76.47%76.67%-
HSV(B)292.75º37.76%94.51%-
XYZ59.4244.9988.77-
YUV184.29160160.6-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.04%
GREEN value IS 150 (58.98% from 255) = 24.15%
BLUE value IS 241 (94.53% from 255) = 38.81%
R=37.04%
G=24.15%
B=38.81%

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
Decimal2301502410.050.3800.05292.7576.4776.67
HexE696F1526051254c4d
Octal34622636154605445114115
Binary111001101001011011110001101100110010110010010110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E696F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E696F1; }

 p { color: rgb(230,150,241); }

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

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

 a { background-color: rgb(230,150,241); }

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

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

 span { border-color: rgb(230,150,241); }

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