#E18AEF

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

Shades of Violet #E18AEF

Tints of Violet #E18AEF

Color information

#E18AEF (or 0xE18AEF) is unknown color: approx Violet. HEX triplet: E1, 8A and EF. RGB value is (225,138,239). Sum of RGB (Red+Green+Blue) = 225+138+239=602 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.38% from 602); Green value is 138 (54.30% from 255 or 22.92% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 239 - color contains mainly: blue. Hex color #E18AEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E18AEF is #1E7510. Grayscale: #AFAFAF. Windows color (decimal): -1996049 or 15698657. OLE color: 15698657.

HSL color Cylindrical-coordinate representation of color #E18AEF: hue angle of 291.68º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E18AEF is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB225138239-
CMYK0.060.4200.06
HSL291.68º75.94%73.92%-
HSV(B)291.68º42.26%93.73%-
XYZ55.7240.4286.53-
YUV175.53163.82163.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.38%
GREEN value IS 138 (54.30% from 255) = 22.92%
BLUE value IS 239 (93.75% from 255) = 39.70%
R=37.38%
G=22.92%
B=39.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2251382390.060.4200.06291.6875.9473.92
HexE18AEF62A061244c4a
Octal34121235765206444114112
Binary111000011000101011101111110101010011010010010010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18AEF; }

 p { color: rgb(225,138,239); }

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

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

 a { background-color: rgb(225,138,239); }

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

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

 span { border-color: rgb(225,138,239); }

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