#E685EE

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

Shades of Violet #E685EE

Tints of Violet #E685EE

Color information

#E685EE (or 0xE685EE) is unknown color: approx Violet. HEX triplet: E6, 85 and EE. RGB value is (230,133,238). Sum of RGB (Red+Green+Blue) = 230+133+238=601 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.27% from 601); Green value is 133 (52.34% from 255 or 22.13% from 601); Blue value is 238 (93.36% from 255 or 39.60% from 601); Max value from RGB is 238 - color contains mainly: blue. Hex color #E685EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E685EE is #197A11. Grayscale: #ADADAD. Windows color (decimal): -1669650 or 15631846. OLE color: 15631846.

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

Color convert

RGB230133238-
CMYK0.030.4400.07
HSL295.43º75.54%72.75%-
HSV(B)295.43º44.12%93.33%-
XYZ56.4539.7785.59-
YUV173.97164.14167.96-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.27%
GREEN value IS 133 (52.34% from 255) = 22.13%
BLUE value IS 238 (93.36% from 255) = 39.60%
R=38.27%
G=22.13%
B=39.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2301332380.030.4400.07295.4375.5472.75
HexE685EE32C071274c49
Octal34620535635407447114111
Binary11100110100001011110111011101100011110010011110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E685EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E685EE; }

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

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

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

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

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

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

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

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