#E582F2

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

Shades of Violet #E582F2

Tints of Violet #E582F2

Color information

#E582F2 (or 0xE582F2) is unknown color: approx Violet. HEX triplet: E5, 82 and F2. RGB value is (229,130,242). Sum of RGB (Red+Green+Blue) = 229+130+242=601 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.10% from 601); Green value is 130 (51.17% from 255 or 21.63% from 601); Blue value is 242 (94.92% from 255 or 40.27% from 601); Max value from RGB is 242 - color contains mainly: blue. Hex color #E582F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E582F2 is #1A7D0D. Grayscale: #ACACAC. Windows color (decimal): -1735950 or 15893221. OLE color: 15893221.

HSL color Cylindrical-coordinate representation of color #E582F2: hue angle of 293.04º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E582F2 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB229130242-
CMYK0.050.4600.05
HSL293.04º81.16%72.94%-
HSV(B)293.04º46.28%94.9%-
XYZ56.3239.0388.57-
YUV172.37167.3168.39-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.10%
GREEN value IS 130 (51.17% from 255) = 21.63%
BLUE value IS 242 (94.92% from 255) = 40.27%
R=38.10%
G=21.63%
B=40.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2291302420.050.4600.05293.0481.1672.94
HexE582F252E051255149
Octal34520236255605445121111
Binary111001011000001011110010101101110010110010010110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E582F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E582F2; }

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

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

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

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

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

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

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

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