#E392EA

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

Shades of Violet #E392EA

Tints of Violet #E392EA

Color information

#E392EA (or 0xE392EA) is unknown color: approx Violet. HEX triplet: E3, 92 and EA. RGB value is (227,146,234). Sum of RGB (Red+Green+Blue) = 227+146+234=607 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.40% from 607); Green value is 146 (57.42% from 255 or 24.05% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #E392EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E392EA is #1C6D15. Grayscale: #B3B3B3. Windows color (decimal): -1862934 or 15373027. OLE color: 15373027.

HSL color Cylindrical-coordinate representation of color #E392EA: hue angle of 295.23º degrees, saturation: 0.68, 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 #E392EA is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB227146234-
CMYK0.030.3800.08
HSL295.23º67.69%74.51%-
HSV(B)295.23º37.61%91.76%-
XYZ56.8142.8383.11-
YUV180.25158.34161.34-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.40%
GREEN value IS 146 (57.42% from 255) = 24.05%
BLUE value IS 234 (91.80% from 255) = 38.55%
R=37.40%
G=24.05%
B=38.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2271462340.030.3800.08295.2367.6974.51
HexE392EA32608127444b
Octal343222352346010447104113
Binary111000111001001011101010111001100100010010011110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E392EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E392EA; }

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

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

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

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

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

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

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

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