#E592F2

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

Shades of Violet #E592F2

Tints of Violet #E592F2

Color information

#E592F2 (or 0xE592F2) is unknown color: approx Violet. HEX triplet: E5, 92 and F2. RGB value is (229,146,242). Sum of RGB (Red+Green+Blue) = 229+146+242=617 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.12% from 617); Green value is 146 (57.42% from 255 or 23.66% from 617); Blue value is 242 (94.92% from 255 or 39.22% from 617); Max value from RGB is 242 - color contains mainly: blue. Hex color #E592F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E592F2 is #1A6D0D. Grayscale: #B5B5B5. Windows color (decimal): -1731854 or 15897317. OLE color: 15897317.

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

Color convert

RGB229146242-
CMYK0.050.4000.05
HSL291.88º78.69%76.08%-
HSV(B)291.88º39.67%94.9%-
XYZ58.6243.6389.34-
YUV181.76162161.69-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.12%
GREEN value IS 146 (57.42% from 255) = 23.66%
BLUE value IS 242 (94.92% from 255) = 39.22%
R=37.12%
G=23.66%
B=39.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2291462420.050.4000.05291.8878.6976.08
HexE592F2528051244f4c
Octal34522236255005444117114
Binary111001011001001011110010101101000010110010010010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E592F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E592F2; }

 p { color: rgb(229,146,242); }

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

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

 a { background-color: rgb(229,146,242); }

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

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

 span { border-color: rgb(229,146,242); }

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