#E392EC

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

Shades of Violet #E392EC

Tints of Violet #E392EC

Color information

#E392EC (or 0xE392EC) is unknown color: approx Violet. HEX triplet: E3, 92 and EC. RGB value is (227,146,236). Sum of RGB (Red+Green+Blue) = 227+146+236=609 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.27% from 609); Green value is 146 (57.42% from 255 or 23.97% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #E392EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E392EC is #1C6D13. Grayscale: #B4B4B4. Windows color (decimal): -1862932 or 15504099. OLE color: 15504099.

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

Color convert

RGB227146236-
CMYK0.040.3800.07
HSL294º70.31%74.9%-
HSV(B)294º38.14%92.55%-
XYZ57.142.9484.64-
YUV180.48159.34161.18-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.27%
GREEN value IS 146 (57.42% from 255) = 23.97%
BLUE value IS 236 (92.58% from 255) = 38.75%
R=37.27%
G=23.97%
B=38.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2271462360.040.3800.0729470.3174.9
HexE392EC42607126464b
Octal34322235444607446106113
Binary111000111001001011101100100100110011110010011010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E392EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E392EC; }

 p { color: rgb(227,146,236); }

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

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

 a { background-color: rgb(227,146,236); }

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

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

 span { border-color: rgb(227,146,236); }

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