#E18CE7

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

Shades of Violet #E18CE7

Tints of Violet #E18CE7

Color information

#E18CE7 (or 0xE18CE7) is unknown color: approx Violet. HEX triplet: E1, 8C and E7. RGB value is (225,140,231). Sum of RGB (Red+Green+Blue) = 225+140+231=596 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.75% from 596); Green value is 140 (55.08% from 255 or 23.49% from 596); Blue value is 231 (90.62% from 255 or 38.76% from 596); Max value from RGB is 231 - color contains mainly: blue. Hex color #E18CE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E18CE7 is #1E7318. Grayscale: #AFAFAF. Windows color (decimal): -1995545 or 15174881. OLE color: 15174881.

HSL color Cylindrical-coordinate representation of color #E18CE7: hue angle of 296.04º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E18CE7 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB225140231-
CMYK0.030.3900.09
HSL296.04º65.47%72.75%-
HSV(B)296.04º39.39%90.59%-
XYZ54.8540.5380.53-
YUV175.79159.16163.1-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.75%
GREEN value IS 140 (55.08% from 255) = 23.49%
BLUE value IS 231 (90.62% from 255) = 38.76%
R=37.75%
G=23.49%
B=38.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2251402310.030.3900.09296.0465.4772.75
HexE18CE7327091284149
Octal341214347347011450101111
Binary111000011000110011100111111001110100110010100010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18CE7; }

 p { color: rgb(225,140,231); }

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

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

 a { background-color: rgb(225,140,231); }

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

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

 span { border-color: rgb(225,140,231); }

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