#E18EED

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

Shades of Violet #E18EED

Tints of Violet #E18EED

Color information

#E18EED (or 0xE18EED) is unknown color: approx Violet. HEX triplet: E1, 8E and ED. RGB value is (225,142,237). Sum of RGB (Red+Green+Blue) = 225+142+237=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 142 (55.86% from 255 or 23.51% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #E18EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E18EED is #1E7112. Grayscale: #B1B1B1. Windows color (decimal): -1995027 or 15568609. OLE color: 15568609.

HSL color Cylindrical-coordinate representation of color #E18EED: hue angle of 292.42º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E18EED is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB225142237-
CMYK0.050.4000.07
HSL292.42º72.52%74.31%-
HSV(B)292.42º40.08%92.94%-
XYZ56.0141.4785.17-
YUV177.65161.5161.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.25%
GREEN value IS 142 (55.86% from 255) = 23.51%
BLUE value IS 237 (92.97% from 255) = 39.24%
R=37.25%
G=23.51%
B=39.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2251422370.050.4000.07292.4272.5274.31
HexE18EED52807124494a
Octal34121635555007444111112
Binary111000011000111011101101101101000011110010010010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18EED; }

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

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

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

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

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

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

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

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