#E392F1

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

Shades of Violet #E392F1

Tints of Violet #E392F1

Color information

#E392F1 (or 0xE392F1) is unknown color: approx Violet. HEX triplet: E3, 92 and F1. RGB value is (227,146,241). Sum of RGB (Red+Green+Blue) = 227+146+241=614 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.97% from 614); Green value is 146 (57.42% from 255 or 23.78% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 241 - color contains mainly: blue. Hex color #E392F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E392F1 is #1C6D0E. Grayscale: #B4B4B4. Windows color (decimal): -1862927 or 15831779. OLE color: 15831779.

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

Color convert

RGB227146241-
CMYK0.060.3900.05
HSL291.16º77.24%75.88%-
HSV(B)291.16º39.42%94.51%-
XYZ57.8343.2488.52-
YUV181.05161.84160.78-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.97%
GREEN value IS 146 (57.42% from 255) = 23.78%
BLUE value IS 241 (94.53% from 255) = 39.25%
R=36.97%
G=23.78%
B=39.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2271462410.060.3900.05291.1677.2475.88
HexE392F1627051234d4c
Octal34322236164705443115114
Binary111000111001001011110001110100111010110010001110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E392F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E392F1; }

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

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

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

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

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

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

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

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