#E18EF5

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

Shades of Violet #E18EF5

Tints of Violet #E18EF5

Color information

#E18EF5 (or 0xE18EF5) is unknown color: approx Violet. HEX triplet: E1, 8E and F5. RGB value is (225,142,245). Sum of RGB (Red+Green+Blue) = 225+142+245=612 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.76% from 612); Green value is 142 (55.86% from 255 or 23.20% from 612); Blue value is 245 (96.09% from 255 or 40.03% from 612); Max value from RGB is 245 - color contains mainly: blue. Hex color #E18EF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E18EF5 is #1E710A. Grayscale: #B2B2B2. Windows color (decimal): -1995019 or 16092897. OLE color: 16092897.

HSL color Cylindrical-coordinate representation of color #E18EF5: hue angle of 288.35º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E18EF5 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB225142245-
CMYK0.080.4200.04
HSL288.35º83.74%75.88%-
HSV(B)288.35º42.04%96.08%-
XYZ57.2141.9591.47-
YUV178.56165.5161.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.76%
GREEN value IS 142 (55.86% from 255) = 23.20%
BLUE value IS 245 (96.09% from 255) = 40.03%
R=36.76%
G=23.20%
B=40.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2251422450.080.4200.04288.3583.7475.88
HexE18EF582A04120544c
Octal341216365105204440124114
Binary1110000110001110111101011000101010010010010000010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18EF5; }

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

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

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

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

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

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

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

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