#EA82F5

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

Shades of Violet #EA82F5

Tints of Violet #EA82F5

Color information

#EA82F5 (or 0xEA82F5) is unknown color: approx Violet. HEX triplet: EA, 82 and F5. RGB value is (234,130,245). Sum of RGB (Red+Green+Blue) = 234+130+245=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 130 (51.17% from 255 or 21.35% from 609); Blue value is 245 (96.09% from 255 or 40.23% from 609); Max value from RGB is 245 - color contains mainly: blue. Hex color #EA82F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA82F5 is #157D0A. Grayscale: #ADADAD. Windows color (decimal): -1408267 or 16089834. OLE color: 16089834.

HSL color Cylindrical-coordinate representation of color #EA82F5: hue angle of 294.26º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA82F5 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB234130245-
CMYK0.040.4700.04
HSL294.26º85.19%73.53%-
HSV(B)294.26º46.94%96.08%-
XYZ58.440.0591.04-
YUV174.21167.96170.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.42%
GREEN value IS 130 (51.17% from 255) = 21.35%
BLUE value IS 245 (96.09% from 255) = 40.23%
R=38.42%
G=21.35%
B=40.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2341302450.040.4700.04294.2685.1973.53
HexEA82F542F04126554a
Octal35220236545704446125112
Binary111010101000001011110101100101111010010010011010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA82F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA82F5; }

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

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

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

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

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

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

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

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