#EA7EE5

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

Shades of Violet #EA7EE5

Tints of Violet #EA7EE5

Color information

#EA7EE5 (or 0xEA7EE5) is unknown color: approx Violet. HEX triplet: EA, 7E and E5. RGB value is (234,126,229). Sum of RGB (Red+Green+Blue) = 234+126+229=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 126 (49.61% from 255 or 21.39% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7EE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7EE5 is #15811A. Grayscale: #A9A9A9. Windows color (decimal): -1409307 or 15040234. OLE color: 15040234.

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

Color convert

RGB234126229-
CMYK00.460.020.08
HSL302.78º72%70.59%-
HSV(B)302.78º46.15%91.76%-
XYZ55.5438.0778.55-
YUV170.03161.28173.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.73%
GREEN value IS 126 (49.61% from 255) = 21.39%
BLUE value IS 229 (89.84% from 255) = 38.88%
R=39.73%
G=21.39%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412622900.460.020.08302.787270.59
HexEA7EE502E2812f4847
Octal352176345056210457110107
Binary11101010111111011100101010111010100010010111110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7EE5; }

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

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

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

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

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

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

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

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