#EA79EE

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

Shades of Violet #EA79EE

Tints of Violet #EA79EE

Color information

#EA79EE (or 0xEA79EE) is unknown color: approx Violet. HEX triplet: EA, 79 and EE. RGB value is (234,121,238). Sum of RGB (Red+Green+Blue) = 234+121+238=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 121 (47.66% from 255 or 20.40% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #EA79EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA79EE is #158611. Grayscale: #A7A7A7. Windows color (decimal): -1410578 or 15628778. OLE color: 15628778.

HSL color Cylindrical-coordinate representation of color #EA79EE: hue angle of 297.95º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA79EE is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234121238-
CMYK0.020.4900.07
HSL297.95º77.48%70.39%-
HSV(B)297.95º49.16%93.33%-
XYZ56.237.3485.13-
YUV168.12167.44174.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.46%
GREEN value IS 121 (47.66% from 255) = 20.40%
BLUE value IS 238 (93.36% from 255) = 40.13%
R=39.46%
G=20.40%
B=40.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341212380.020.4900.07297.9577.4870.39
HexEA79EE2310712a4d46
Octal35217135626107452115106
Binary1110101011110011110111010110001011110010101010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA79EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA79EE; }

 p { color: rgb(234,121,238); }

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

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

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

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

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

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

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