#EA71EA

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

Shades of Violet #EA71EA

Tints of Violet #EA71EA

Color information

#EA71EA (or 0xEA71EA) is unknown color: approx Violet. HEX triplet: EA, 71 and EA. RGB value is (234,113,234). Sum of RGB (Red+Green+Blue) = 234+113+234=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 113 (44.53% from 255 or 19.45% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EA71EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA71EA is #158E15. Grayscale: #A2A2A2. Windows color (decimal): -1412630 or 15364586. OLE color: 15364586.

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

Color convert

RGB234113234-
CMYK00.5200.08
HSL300º74.23%68.04%-
HSV(B)300º51.71%91.76%-
XYZ54.6935.2481.76-
YUV162.97168.09178.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.28%
GREEN value IS 113 (44.53% from 255) = 19.45%
BLUE value IS 234 (91.80% from 255) = 40.28%
R=40.28%
G=19.45%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411323400.5200.0830074.2368.04
HexEA71EA0340812c4a44
Octal352161352064010454112104
Binary1110101011100011110101001101000100010010110010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA71EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA71EA; }

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

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

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

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

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

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

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

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