#E695F7

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

Shades of Violet #E695F7

Tints of Violet #E695F7

Color information

#E695F7 (or 0xE695F7) is unknown color: approx Violet. HEX triplet: E6, 95 and F7. RGB value is (230,149,247). Sum of RGB (Red+Green+Blue) = 230+149+247=626 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.74% from 626); Green value is 149 (58.59% from 255 or 23.80% from 626); Blue value is 247 (96.88% from 255 or 39.46% from 626); Max value from RGB is 247 - color contains mainly: blue. Hex color #E695F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E695F7 is #196A08. Grayscale: #B8B8B8. Windows color (decimal): -1665545 or 16225766. OLE color: 16225766.

HSL color Cylindrical-coordinate representation of color #E695F7: hue angle of 289.59º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E695F7 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB230149247-
CMYK0.070.4000.03
HSL289.59º85.96%77.65%-
HSV(B)289.59º39.68%96.86%-
XYZ60.1745.0393.52-
YUV184.39163.34160.53-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.74%
GREEN value IS 149 (58.59% from 255) = 23.80%
BLUE value IS 247 (96.88% from 255) = 39.46%
R=36.74%
G=23.80%
B=39.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2301492470.070.4000.03289.5985.9677.65
HexE695F772803122564e
Octal34622536775003442126116
Binary11100110100101011111011111110100001110010001010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E695F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E695F7; }

 p { color: rgb(230,149,247); }

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

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

 a { background-color: rgb(230,149,247); }

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

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

 span { border-color: rgb(230,149,247); }

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