#E18BEA

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

Shades of Violet #E18BEA

Tints of Violet #E18BEA

Color information

#E18BEA (or 0xE18BEA) is unknown color: approx Violet. HEX triplet: E1, 8B and EA. RGB value is (225,139,234). Sum of RGB (Red+Green+Blue) = 225+139+234=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 139 (54.69% from 255 or 23.24% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #E18BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E18BEA is #1E7415. Grayscale: #AFAFAF. Windows color (decimal): -1995798 or 15371233. OLE color: 15371233.

HSL color Cylindrical-coordinate representation of color #E18BEA: hue angle of 294.32º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E18BEA is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225139234-
CMYK0.040.4100.08
HSL294.32º69.34%73.14%-
HSV(B)294.32º40.6%91.76%-
XYZ55.1440.4182.74-
YUV175.54160.99163.28-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.63%
GREEN value IS 139 (54.69% from 255) = 23.24%
BLUE value IS 234 (91.80% from 255) = 39.13%
R=37.63%
G=23.24%
B=39.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251392340.040.4100.08294.3269.3473.14
HexE18BEA429081264549
Octal341213352451010446105111
Binary1110000110001011111010101001010010100010010011010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18BEA; }

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

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

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

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

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

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

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

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