#E68DEE

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

Shades of Violet #E68DEE

Tints of Violet #E68DEE

Color information

#E68DEE (or 0xE68DEE) is unknown color: approx Violet. HEX triplet: E6, 8D and EE. RGB value is (230,141,238). Sum of RGB (Red+Green+Blue) = 230+141+238=609 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.77% from 609); Green value is 141 (55.47% from 255 or 23.15% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #E68DEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68DEE is #197211. Grayscale: #B2B2B2. Windows color (decimal): -1667602 or 15633894. OLE color: 15633894.

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

Color convert

RGB230141238-
CMYK0.030.4100.07
HSL295.05º74.05%74.31%-
HSV(B)295.05º40.76%93.33%-
XYZ57.5942.0585.97-
YUV178.67161.49164.61-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.77%
GREEN value IS 141 (55.47% from 255) = 23.15%
BLUE value IS 238 (93.36% from 255) = 39.08%
R=37.77%
G=23.15%
B=39.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2301412380.030.4100.07295.0574.0574.31
HexE68DEE329071274a4a
Octal34621535635107447112112
Binary11100110100011011110111011101001011110010011110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68DEE; }

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

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

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

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

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

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

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

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