#E18CEA

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

Shades of Violet #E18CEA

Tints of Violet #E18CEA

Color information

#E18CEA (or 0xE18CEA) is unknown color: approx Violet. HEX triplet: E1, 8C and EA. RGB value is (225,140,234). Sum of RGB (Red+Green+Blue) = 225+140+234=599 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.56% from 599); Green value is 140 (55.08% from 255 or 23.37% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #E18CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E18CEA is #1E7315. Grayscale: #AFAFAF. Windows color (decimal): -1995542 or 15371489. OLE color: 15371489.

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

Color convert

RGB225140234-
CMYK0.040.4000.08
HSL294.26º69.12%73.33%-
HSV(B)294.26º40.17%91.76%-
XYZ55.2840.782.78-
YUV176.13160.66162.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.56%
GREEN value IS 140 (55.08% from 255) = 23.37%
BLUE value IS 234 (91.80% from 255) = 39.07%
R=37.56%
G=23.37%
B=39.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251402340.040.4000.08294.2669.1273.33
HexE18CEA428081264549
Octal341214352450010446105111
Binary1110000110001100111010101001010000100010010011010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18CEA; }

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

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

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

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

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

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

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

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