#EA82E5

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

Shades of Violet #EA82E5

Tints of Violet #EA82E5

Color information

#EA82E5 (or 0xEA82E5) is unknown color: approx Violet. HEX triplet: EA, 82 and E5. RGB value is (234,130,229). Sum of RGB (Red+Green+Blue) = 234+130+229=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 130 (51.17% from 255 or 21.92% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 234 - color contains mainly: red. Hex color #EA82E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA82E5 is #157D1A. Grayscale: #ACACAC. Windows color (decimal): -1408283 or 15041258. OLE color: 15041258.

HSL color Cylindrical-coordinate representation of color #EA82E5: hue angle of 302.88º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA82E5 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB234130229-
CMYK00.440.020.08
HSL302.88º71.23%71.37%-
HSV(B)302.88º44.44%91.76%-
XYZ56.0639.1178.72-
YUV172.38159.96171.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.46%
GREEN value IS 130 (51.17% from 255) = 21.92%
BLUE value IS 229 (89.84% from 255) = 38.62%
R=39.46%
G=21.92%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413022900.440.020.08302.8871.2371.37
HexEA82E502C2812f4747
Octal352202345054210457107107
Binary111010101000001011100101010110010100010010111110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA82E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA82E5; }

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

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

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

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

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

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

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

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