#EA7EE2

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

Shades of Violet #EA7EE2

Tints of Violet #EA7EE2

Color information

#EA7EE2 (or 0xEA7EE2) is unknown color: approx Violet. HEX triplet: EA, 7E and E2. RGB value is (234,126,226). Sum of RGB (Red+Green+Blue) = 234+126+226=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 126 (49.61% from 255 or 21.50% from 586); Blue value is 226 (88.67% from 255 or 38.57% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7EE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7EE2 is #15811D. Grayscale: #A9A9A9. Windows color (decimal): -1409310 or 14843626. OLE color: 14843626.

HSL color Cylindrical-coordinate representation of color #EA7EE2: hue angle of 304.44º 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 #EA7EE2 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB234126226-
CMYK00.460.030.08
HSL304.44º72%70.59%-
HSV(B)304.44º46.15%91.76%-
XYZ55.1237.9176.36-
YUV169.69159.78173.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.93%
GREEN value IS 126 (49.61% from 255) = 21.50%
BLUE value IS 226 (88.67% from 255) = 38.57%
R=39.93%
G=21.50%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412622600.460.030.08304.447270.59
HexEA7EE202E381304847
Octal352176342056310460110107
Binary11101010111111011100010010111011100010011000010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7EE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7EE2; }

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

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

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

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

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

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

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

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