#E18FED

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

Shades of Violet #E18FED

Tints of Violet #E18FED

Color information

#E18FED (or 0xE18FED) is unknown color: approx Violet. HEX triplet: E1, 8F and ED. RGB value is (225,143,237). Sum of RGB (Red+Green+Blue) = 225+143+237=605 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.19% from 605); Green value is 143 (56.25% from 255 or 23.64% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #E18FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E18FED is #1E7012. Grayscale: #B1B1B1. Windows color (decimal): -1994771 or 15568865. OLE color: 15568865.

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

Color convert

RGB225143237-
CMYK0.050.4000.07
HSL292.34º72.31%74.51%-
HSV(B)292.34º39.66%92.94%-
XYZ56.1641.7785.22-
YUV178.23161.17161.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.19%
GREEN value IS 143 (56.25% from 255) = 23.64%
BLUE value IS 237 (92.97% from 255) = 39.17%
R=37.19%
G=23.64%
B=39.17%

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
Decimal2251432370.050.4000.07292.3472.3174.51
HexE18FED52807124484b
Octal34121735555007444110113
Binary111000011000111111101101101101000011110010010010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18FED; }

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

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

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

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

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

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

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

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