#E290EC

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

Shades of Violet #E290EC

Tints of Violet #E290EC

Color information

#E290EC (or 0xE290EC) is unknown color: approx Violet. HEX triplet: E2, 90 and EC. RGB value is (226,144,236). Sum of RGB (Red+Green+Blue) = 226+144+236=606 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.29% from 606); Green value is 144 (56.64% from 255 or 23.76% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #E290EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E290EC is #1D6F13. Grayscale: #B2B2B2. Windows color (decimal): -1928980 or 15503586. OLE color: 15503586.

HSL color Cylindrical-coordinate representation of color #E290EC: hue angle of 293.48º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E290EC is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB226144236-
CMYK0.040.3900.07
HSL293.48º70.77%74.51%-
HSV(B)293.48º38.98%92.55%-
XYZ56.4842.1784.52-
YUV179.01160.17161.52-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.29%
GREEN value IS 144 (56.64% from 255) = 23.76%
BLUE value IS 236 (92.58% from 255) = 38.94%
R=37.29%
G=23.76%
B=38.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261442360.040.3900.07293.4870.7774.51
HexE290EC42707125474b
Octal34222035444707445107113
Binary111000101001000011101100100100111011110010010110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E290EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E290EC; }

 p { color: rgb(226,144,236); }

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

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

 a { background-color: rgb(226,144,236); }

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

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

 span { border-color: rgb(226,144,236); }

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