#EA82F9

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

Shades of Violet #EA82F9

Tints of Violet #EA82F9

Color information

#EA82F9 (or 0xEA82F9) is unknown color: approx Violet. HEX triplet: EA, 82 and F9. RGB value is (234,130,249). Sum of RGB (Red+Green+Blue) = 234+130+249=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 130 (51.17% from 255 or 21.21% from 613); Blue value is 249 (97.66% from 255 or 40.62% from 613); Max value from RGB is 249 - color contains mainly: blue. Hex color #EA82F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA82F9 is #157D06. Grayscale: #AEAEAE. Windows color (decimal): -1408263 or 16351978. OLE color: 16351978.

HSL color Cylindrical-coordinate representation of color #EA82F9: hue angle of 292.44º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA82F9 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234130249-
CMYK0.060.4800.02
HSL292.44º90.84%74.31%-
HSV(B)292.44º47.79%97.65%-
XYZ59.0140.394.29-
YUV174.66169.96170.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.17%
GREEN value IS 130 (51.17% from 255) = 21.21%
BLUE value IS 249 (97.66% from 255) = 40.62%
R=38.17%
G=21.21%
B=40.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341302490.060.4800.02292.4490.8474.31
HexEA82F9630021245b4a
Octal35220237166002444133112
Binary11101010100000101111100111011000001010010010010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA82F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA82F9; }

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

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

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

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

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

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

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

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