#EA7FEA

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

Shades of Violet #EA7FEA

Tints of Violet #EA7FEA

Color information

#EA7FEA (or 0xEA7FEA) is unknown color: approx Violet. HEX triplet: EA, 7F and EA. RGB value is (234,127,234). Sum of RGB (Red+Green+Blue) = 234+127+234=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 127 (50% from 255 or 21.34% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EA7FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA7FEA is #158015. Grayscale: #AAAAAA. Windows color (decimal): -1409046 or 15368170. OLE color: 15368170.

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

Color convert

RGB234127234-
CMYK00.4600.08
HSL300º71.81%70.78%-
HSV(B)300º45.73%91.76%-
XYZ56.3738.6182.32-
YUV171.19163.45172.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.33%
GREEN value IS 127 (50% from 255) = 21.34%
BLUE value IS 234 (91.80% from 255) = 39.33%
R=39.33%
G=21.34%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412723400.4600.0830071.8170.78
HexEA7FEA02E0812c4847
Octal352177352056010454110107
Binary1110101011111111110101001011100100010010110010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7FEA; }

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

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

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

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

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

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

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

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