#E18BF1

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

Shades of Violet #E18BF1

Tints of Violet #E18BF1

Color information

#E18BF1 (or 0xE18BF1) is unknown color: approx Violet. HEX triplet: E1, 8B and F1. RGB value is (225,139,241). Sum of RGB (Red+Green+Blue) = 225+139+241=605 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.19% from 605); Green value is 139 (54.69% from 255 or 22.98% from 605); Blue value is 241 (94.53% from 255 or 39.83% from 605); Max value from RGB is 241 - color contains mainly: blue. Hex color #E18BF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E18BF1 is #1E740E. Grayscale: #B0B0B0. Windows color (decimal): -1995791 or 15829985. OLE color: 15829985.

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

Color convert

RGB225139241-
CMYK0.070.4200.05
HSL290.59º78.46%74.51%-
HSV(B)290.59º42.32%94.51%-
XYZ56.1640.8288.14-
YUV176.34164.49162.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.19%
GREEN value IS 139 (54.69% from 255) = 22.98%
BLUE value IS 241 (94.53% from 255) = 39.83%
R=37.19%
G=22.98%
B=39.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2251392410.070.4200.05290.5978.4674.51
HexE18BF172A051234e4b
Octal34121336175205443116113
Binary111000011000101111110001111101010010110010001110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18BF1; }

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

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

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

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

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

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

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

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