#E292EF

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

Shades of Violet #E292EF

Tints of Violet #E292EF

Color information

#E292EF (or 0xE292EF) is unknown color: approx Violet. HEX triplet: E2, 92 and EF. RGB value is (226,146,239). Sum of RGB (Red+Green+Blue) = 226+146+239=611 (80% of max value = 765). Red value is 226 (88.67% from 255 or 36.99% from 611); Green value is 146 (57.42% from 255 or 23.90% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #E292EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E292EF is #1D6D10. Grayscale: #B4B4B4. Windows color (decimal): -1928465 or 15700706. OLE color: 15700706.

HSL color Cylindrical-coordinate representation of color #E292EF: hue angle of 291.61º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E292EF is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB226146239-
CMYK0.050.3900.06
HSL291.61º74.4%75.49%-
HSV(B)291.61º38.91%93.73%-
XYZ57.2242.9686.94-
YUV180.52161160.44-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.99%
GREEN value IS 146 (57.42% from 255) = 23.90%
BLUE value IS 239 (93.75% from 255) = 39.12%
R=36.99%
G=23.90%
B=39.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2261462390.050.3900.06291.6174.475.49
HexE292EF527061244a4b
Octal34222235754706444112113
Binary111000101001001011101111101100111011010010010010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E292EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E292EF; }

 p { color: rgb(226,146,239); }

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

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

 a { background-color: rgb(226,146,239); }

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

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

 span { border-color: rgb(226,146,239); }

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