#E695EE

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

Shades of Violet #E695EE

Tints of Violet #E695EE

Color information

#E695EE (or 0xE695EE) is unknown color: approx Violet. HEX triplet: E6, 95 and EE. RGB value is (230,149,238). Sum of RGB (Red+Green+Blue) = 230+149+238=617 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.28% from 617); Green value is 149 (58.59% from 255 or 24.15% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #E695EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E695EE is #196A11. Grayscale: #B7B7B7. Windows color (decimal): -1665554 or 15635942. OLE color: 15635942.

HSL color Cylindrical-coordinate representation of color #E695EE: hue angle of 294.61º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E695EE is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB230149238-
CMYK0.030.3700.07
HSL294.61º72.36%75.88%-
HSV(B)294.61º37.39%93.33%-
XYZ58.8144.4986.38-
YUV183.36158.84161.26-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.28%
GREEN value IS 149 (58.59% from 255) = 24.15%
BLUE value IS 238 (93.36% from 255) = 38.57%
R=37.28%
G=24.15%
B=38.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2301492380.030.3700.07294.6172.3675.88
HexE695EE32507127484c
Octal34622535634507447110114
Binary11100110100101011110111011100101011110010011110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E695EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E695EE; }

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

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

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

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

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

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

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

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