#E68AED

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

Shades of Violet #E68AED

Tints of Violet #E68AED

Color information

#E68AED (or 0xE68AED) is unknown color: approx Violet. HEX triplet: E6, 8A and ED. RGB value is (230,138,237). Sum of RGB (Red+Green+Blue) = 230+138+237=605 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.02% from 605); Green value is 138 (54.30% from 255 or 22.81% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #E68AED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68AED is #197512. Grayscale: #B0B0B0. Windows color (decimal): -1668371 or 15567590. OLE color: 15567590.

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

Color convert

RGB230138237-
CMYK0.030.4200.07
HSL295.76º73.33%73.53%-
HSV(B)295.76º41.77%92.94%-
XYZ57.0141.1185.05-
YUV176.79161.98165.95-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.02%
GREEN value IS 138 (54.30% from 255) = 22.81%
BLUE value IS 237 (92.97% from 255) = 39.17%
R=38.02%
G=22.81%
B=39.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2301382370.030.4200.07295.7673.3373.53
HexE68AED32A07128494a
Octal34621235535207450111112
Binary11100110100010101110110111101010011110010100010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68AED; }

 p { color: rgb(230,138,237); }

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

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

 a { background-color: rgb(230,138,237); }

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

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

 span { border-color: rgb(230,138,237); }

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