#E68DEC

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

Shades of Violet #E68DEC

Tints of Violet #E68DEC

Color information

#E68DEC (or 0xE68DEC) is unknown color: approx Violet. HEX triplet: E6, 8D and EC. RGB value is (230,141,236). Sum of RGB (Red+Green+Blue) = 230+141+236=607 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.89% from 607); Green value is 141 (55.47% from 255 or 23.23% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #E68DEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68DEC is #197213. Grayscale: #B2B2B2. Windows color (decimal): -1667604 or 15502822. OLE color: 15502822.

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

Color convert

RGB230141236-
CMYK0.030.4000.07
HSL296.21º71.43%73.92%-
HSV(B)296.21º40.25%92.55%-
XYZ57.341.9384.43-
YUV178.44160.49164.78-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.89%
GREEN value IS 141 (55.47% from 255) = 23.23%
BLUE value IS 236 (92.58% from 255) = 38.88%
R=37.89%
G=23.23%
B=38.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2301412360.030.4000.07296.2171.4373.92
HexE68DEC32807128474a
Octal34621535435007450107112
Binary11100110100011011110110011101000011110010100010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68DEC; }

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

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

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

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

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

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

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

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