#E18EF1

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

Shades of Violet #E18EF1

Tints of Violet #E18EF1

Color information

#E18EF1 (or 0xE18EF1) is unknown color: approx Violet. HEX triplet: E1, 8E and F1. RGB value is (225,142,241). Sum of RGB (Red+Green+Blue) = 225+142+241=608 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.01% from 608); Green value is 142 (55.86% from 255 or 23.36% from 608); Blue value is 241 (94.53% from 255 or 39.64% from 608); Max value from RGB is 241 - color contains mainly: blue. Hex color #E18EF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E18EF1 is #1E710E. Grayscale: #B1B1B1. Windows color (decimal): -1995023 or 15830753. OLE color: 15830753.

HSL color Cylindrical-coordinate representation of color #E18EF1: hue angle of 290.3º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E18EF1 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB225142241-
CMYK0.070.4100.05
HSL290.3º77.95%75.1%-
HSV(B)290.3º41.08%94.51%-
XYZ56.641.788.29-
YUV178.1163.5161.45-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.01%
GREEN value IS 142 (55.86% from 255) = 23.36%
BLUE value IS 241 (94.53% from 255) = 39.64%
R=37.01%
G=23.36%
B=39.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2251422410.070.4100.05290.377.9575.1
HexE18EF1729051224e4b
Octal34121636175105442116113
Binary111000011000111011110001111101001010110010001010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18EF1; }

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

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

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

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

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

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

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

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