#EA82EC

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

Shades of Violet #EA82EC

Tints of Violet #EA82EC

Color information

#EA82EC (or 0xEA82EC) is unknown color: approx Violet. HEX triplet: EA, 82 and EC. RGB value is (234,130,236). Sum of RGB (Red+Green+Blue) = 234+130+236=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 130 (51.17% from 255 or 21.67% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA82EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA82EC is #157D13. Grayscale: #ACACAC. Windows color (decimal): -1408276 or 15500010. OLE color: 15500010.

HSL color Cylindrical-coordinate representation of color #EA82EC: hue angle of 298.87º degrees, saturation: 0.74, 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 #EA82EC is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234130236-
CMYK0.010.4500.07
HSL298.87º73.61%71.76%-
HSV(B)298.87º44.92%92.55%-
XYZ57.0539.5183.98-
YUV173.18163.46171.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39%
GREEN value IS 130 (51.17% from 255) = 21.67%
BLUE value IS 236 (92.58% from 255) = 39.33%
R=39%
G=21.67%
B=39.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341302360.010.4500.07298.8773.6171.76
HexEA82EC12D0712b4a48
Octal35220235415507453112110
Binary1110101010000010111011001101101011110010101110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA82EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA82EC; }

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

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

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

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

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

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

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

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