#E582EE

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

Shades of Violet #E582EE

Tints of Violet #E582EE

Color information

#E582EE (or 0xE582EE) is unknown color: approx Violet. HEX triplet: E5, 82 and EE. RGB value is (229,130,238). Sum of RGB (Red+Green+Blue) = 229+130+238=597 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.36% from 597); Green value is 130 (51.17% from 255 or 21.78% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #E582EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E582EE is #1A7D11. Grayscale: #ABABAB. Windows color (decimal): -1735954 or 15631077. OLE color: 15631077.

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

Color convert

RGB229130238-
CMYK0.040.4500.07
HSL295º76.06%72.16%-
HSV(B)295º45.38%93.33%-
XYZ55.7338.885.44-
YUV171.91165.3168.72-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.36%
GREEN value IS 130 (51.17% from 255) = 21.78%
BLUE value IS 238 (93.36% from 255) = 39.87%
R=38.36%
G=21.78%
B=39.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2291302380.040.4500.0729576.0672.16
HexE582EE42D071274c48
Octal34520235645507447114110
Binary111001011000001011101110100101101011110010011110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E582EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E582EE; }

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

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

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

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

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

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

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

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