#EA7EF1

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

Shades of Violet #EA7EF1

Tints of Violet #EA7EF1

Color information

#EA7EF1 (or 0xEA7EF1) is unknown color: approx Violet. HEX triplet: EA, 7E and F1. RGB value is (234,126,241). Sum of RGB (Red+Green+Blue) = 234+126+241=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 126 (49.61% from 255 or 20.97% from 601); Blue value is 241 (94.53% from 255 or 40.10% from 601); Max value from RGB is 241 - color contains mainly: blue. Hex color #EA7EF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA7EF1 is #15810E. Grayscale: #ABABAB. Windows color (decimal): -1409295 or 15826666. OLE color: 15826666.

HSL color Cylindrical-coordinate representation of color #EA7EF1: hue angle of 296.35º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA7EF1 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234126241-
CMYK0.030.4800.05
HSL296.35º80.42%71.96%-
HSV(B)296.35º47.72%94.51%-
XYZ57.2738.7787.68-
YUV171.4167.28172.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.94%
GREEN value IS 126 (49.61% from 255) = 20.97%
BLUE value IS 241 (94.53% from 255) = 40.10%
R=38.94%
G=20.97%
B=40.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341262410.030.4800.05296.3580.4271.96
HexEA7EF1330051285048
Octal35217636136005450120110
Binary1110101011111101111000111110000010110010100010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7EF1; }

 p { color: rgb(234,126,241); }

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

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

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

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

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

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

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