#EA76EA

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

Shades of Violet #EA76EA

Tints of Violet #EA76EA

Color information

#EA76EA (or 0xEA76EA) is unknown color: approx Violet. HEX triplet: EA, 76 and EA. RGB value is (234,118,234). Sum of RGB (Red+Green+Blue) = 234+118+234=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 118 (46.48% from 255 or 20.14% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EA76EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA76EA is #158915. Grayscale: #A5A5A5. Windows color (decimal): -1411350 or 15365866. OLE color: 15365866.

HSL color Cylindrical-coordinate representation of color #EA76EA: hue angle of 300º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA76EA is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB234118234-
CMYK00.5000.08
HSL300º73.42%69.02%-
HSV(B)300º49.57%91.76%-
XYZ55.2636.3981.95-
YUV165.91166.43176.57-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.93%
GREEN value IS 118 (46.48% from 255) = 20.14%
BLUE value IS 234 (91.80% from 255) = 39.93%
R=39.93%
G=20.14%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411823400.5000.0830073.4269.02
HexEA76EA0320812c4945
Octal352166352062010454111105
Binary1110101011101101110101001100100100010010110010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA76EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA76EA; }

 p { color: rgb(234,118,234); }

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

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

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

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

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

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

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