#E68AEC

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

Shades of Violet #E68AEC

Tints of Violet #E68AEC

Color information

#E68AEC (or 0xE68AEC) is unknown color: approx Violet. HEX triplet: E6, 8A and EC. RGB value is (230,138,236). Sum of RGB (Red+Green+Blue) = 230+138+236=604 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.08% from 604); Green value is 138 (54.30% from 255 or 22.85% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #E68AEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68AEC is #197513. Grayscale: #B0B0B0. Windows color (decimal): -1668372 or 15502054. OLE color: 15502054.

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

Color convert

RGB230138236-
CMYK0.030.4200.07
HSL296.33º72.06%73.33%-
HSV(B)296.33º41.53%92.55%-
XYZ56.8641.0684.28-
YUV176.68161.48166.03-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.08%
GREEN value IS 138 (54.30% from 255) = 22.85%
BLUE value IS 236 (92.58% from 255) = 39.07%
R=38.08%
G=22.85%
B=39.07%

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
Decimal2301382360.030.4200.07296.3372.0673.33
HexE68AEC32A071284849
Octal34621235435207450110111
Binary11100110100010101110110011101010011110010100010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68AEC; }

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

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

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

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

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

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

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

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