#E18AED

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

Shades of Violet #E18AED

Tints of Violet #E18AED

Color information

#E18AED (or 0xE18AED) is unknown color: approx Violet. HEX triplet: E1, 8A and ED. RGB value is (225,138,237). Sum of RGB (Red+Green+Blue) = 225+138+237=600 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.5% from 600); Green value is 138 (54.30% from 255 or 23% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 237 - color contains mainly: blue. Hex color #E18AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E18AED is #1E7512. Grayscale: #AEAEAE. Windows color (decimal): -1996051 or 15567585. OLE color: 15567585.

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

Color convert

RGB225138237-
CMYK0.050.4200.07
HSL292.73º73.33%73.53%-
HSV(B)292.73º41.77%92.94%-
XYZ55.4340.384.98-
YUV175.3162.82163.45-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.5%
GREEN value IS 138 (54.30% from 255) = 23%
BLUE value IS 237 (92.97% from 255) = 39.5%
R=37.5%
G=23%
B=39.5%

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
Decimal2251382370.050.4200.07292.7373.3373.53
HexE18AED52A07125494a
Octal34121235555207445111112
Binary111000011000101011101101101101010011110010010110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18AED; }

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

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

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

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

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

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

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

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