#E18AEE

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

Shades of Violet #E18AEE

Tints of Violet #E18AEE

Color information

#E18AEE (or 0xE18AEE) is unknown color: approx Violet. HEX triplet: E1, 8A and EE. RGB value is (225,138,238). Sum of RGB (Red+Green+Blue) = 225+138+238=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 138 (54.30% from 255 or 22.96% from 601); Blue value is 238 (93.36% from 255 or 39.60% from 601); Max value from RGB is 238 - color contains mainly: blue. Hex color #E18AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E18AEE is #1E7511. Grayscale: #AFAFAF. Windows color (decimal): -1996050 or 15633121. OLE color: 15633121.

HSL color Cylindrical-coordinate representation of color #E18AEE: hue angle of 292.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 #E18AEE is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB225138238-
CMYK0.050.4200.07
HSL292.2º74.63%73.73%-
HSV(B)292.2º42.02%93.33%-
XYZ55.5740.3685.75-
YUV175.41163.32163.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.44%
GREEN value IS 138 (54.30% from 255) = 22.96%
BLUE value IS 238 (93.36% from 255) = 39.60%
R=37.44%
G=22.96%
B=39.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2251382380.050.4200.07292.274.6373.73
HexE18AEE52A071244b4a
Octal34121235655207444113112
Binary111000011000101011101110101101010011110010010010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18AEE; }

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

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

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

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

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

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

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

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