#E292EB

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

Shades of Violet #E292EB

Tints of Violet #E292EB

Color information

#E292EB (or 0xE292EB) is unknown color: approx Violet. HEX triplet: E2, 92 and EB. RGB value is (226,146,235). Sum of RGB (Red+Green+Blue) = 226+146+235=607 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.23% from 607); Green value is 146 (57.42% from 255 or 24.05% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #E292EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E292EB is #1D6D14. Grayscale: #B3B3B3. Windows color (decimal): -1928469 or 15438562. OLE color: 15438562.

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

Color convert

RGB226146235-
CMYK0.040.3800.08
HSL293.93º68.99%74.71%-
HSV(B)293.93º37.87%92.16%-
XYZ56.6442.7283.86-
YUV180.07159160.76-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.23%
GREEN value IS 146 (57.42% from 255) = 24.05%
BLUE value IS 235 (92.19% from 255) = 38.71%
R=37.23%
G=24.05%
B=38.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2261462350.040.3800.08293.9368.9974.71
HexE292EB42608126454b
Octal342222353446010446105113
Binary1110001010010010111010111001001100100010010011010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E292EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E292EB; }

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

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

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

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

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

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

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

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