#E18FF0

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

Shades of Violet #E18FF0

Tints of Violet #E18FF0

Color information

#E18FF0 (or 0xE18FF0) is unknown color: approx Violet. HEX triplet: E1, 8F and F0. RGB value is (225,143,240). Sum of RGB (Red+Green+Blue) = 225+143+240=608 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.01% from 608); Green value is 143 (56.25% from 255 or 23.52% from 608); Blue value is 240 (94.14% from 255 or 39.47% from 608); Max value from RGB is 240 - color contains mainly: blue. Hex color #E18FF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E18FF0 is #1E700F. Grayscale: #B2B2B2. Windows color (decimal): -1994768 or 15765473. OLE color: 15765473.

HSL color Cylindrical-coordinate representation of color #E18FF0: hue angle of 290.72º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E18FF0 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB225143240-
CMYK0.060.4000.06
HSL290.72º76.38%75.1%-
HSV(B)290.72º40.42%94.12%-
XYZ56.641.9487.55-
YUV178.58162.67161.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.01%
GREEN value IS 143 (56.25% from 255) = 23.52%
BLUE value IS 240 (94.14% from 255) = 39.47%
R=37.01%
G=23.52%
B=39.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2251432400.060.4000.06290.7276.3875.1
HexE18FF0628061234c4b
Octal34121736065006443114113
Binary111000011000111111110000110101000011010010001110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18FF0; }

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

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

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

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

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

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

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

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