#EA79F0

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

Shades of Violet #EA79F0

Tints of Violet #EA79F0

Color information

#EA79F0 (or 0xEA79F0) is unknown color: approx Violet. HEX triplet: EA, 79 and F0. RGB value is (234,121,240). Sum of RGB (Red+Green+Blue) = 234+121+240=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 121 (47.66% from 255 or 20.34% from 595); Blue value is 240 (94.14% from 255 or 40.34% from 595); Max value from RGB is 240 - color contains mainly: blue. Hex color #EA79F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA79F0 is #15860F. Grayscale: #A7A7A7. Windows color (decimal): -1410576 or 15759850. OLE color: 15759850.

HSL color Cylindrical-coordinate representation of color #EA79F0: hue angle of 296.97º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA79F0 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234121240-
CMYK0.020.5000.06
HSL296.97º79.87%70.78%-
HSV(B)296.97º49.58%94.12%-
XYZ56.537.4686.69-
YUV168.35168.44174.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.33%
GREEN value IS 121 (47.66% from 255) = 20.34%
BLUE value IS 240 (94.14% from 255) = 40.34%
R=39.33%
G=20.34%
B=40.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2341212400.020.5000.06296.9779.8770.78
HexEA79F0232061295047
Octal35217136026206451120107
Binary1110101011110011111000010110010011010010100110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA79F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA79F0; }

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

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

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

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

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

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

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

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