#E68AEE

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

Shades of Violet #E68AEE

Tints of Violet #E68AEE

Color information

#E68AEE (or 0xE68AEE) is unknown color: approx Violet. HEX triplet: E6, 8A and EE. RGB value is (230,138,238). Sum of RGB (Red+Green+Blue) = 230+138+238=606 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.95% from 606); Green value is 138 (54.30% from 255 or 22.77% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #E68AEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68AEE is #197511. Grayscale: #B0B0B0. Windows color (decimal): -1668370 or 15633126. OLE color: 15633126.

HSL color Cylindrical-coordinate representation of color #E68AEE: hue angle of 295.2º degrees, saturation: 0.75, 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 #E68AEE is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB230138238-
CMYK0.030.4200.07
HSL295.2º74.63%73.73%-
HSV(B)295.2º42.02%93.33%-
XYZ57.1541.1785.82-
YUV176.91162.48165.87-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.95%
GREEN value IS 138 (54.30% from 255) = 22.77%
BLUE value IS 238 (93.36% from 255) = 39.27%
R=37.95%
G=22.77%
B=39.27%

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
Decimal2301382380.030.4200.07295.274.6373.73
HexE68AEE32A071274b4a
Octal34621235635207447113112
Binary11100110100010101110111011101010011110010011110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68AEE; }

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

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

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

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

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

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

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

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