#EA77F5

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

Shades of Violet #EA77F5

Tints of Violet #EA77F5

Color information

#EA77F5 (or 0xEA77F5) is unknown color: approx Violet. HEX triplet: EA, 77 and F5. RGB value is (234,119,245). Sum of RGB (Red+Green+Blue) = 234+119+245=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 119 (46.88% from 255 or 19.90% from 598); Blue value is 245 (96.09% from 255 or 40.97% from 598); Max value from RGB is 245 - color contains mainly: blue. Hex color #EA77F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA77F5 is #15880A. Grayscale: #A7A7A7. Windows color (decimal): -1411083 or 16087018. OLE color: 16087018.

HSL color Cylindrical-coordinate representation of color #EA77F5: hue angle of 294.76º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EA77F5 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB234119245-
CMYK0.040.5100.04
HSL294.76º86.3%71.37%-
HSV(B)294.76º51.43%96.08%-
XYZ57.0137.2890.58-
YUV167.75171.6175.25-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.13%
GREEN value IS 119 (46.88% from 255) = 19.90%
BLUE value IS 245 (96.09% from 255) = 40.97%
R=39.13%
G=19.90%
B=40.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2341192450.040.5100.04294.7686.371.37
HexEA77F5433041275647
Octal35216736546304447126107
Binary11101010111011111110101100110011010010010011110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA77F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA77F5; }

 p { color: rgb(234,119,245); }

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

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

 a { background-color: rgb(234,119,245); }

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

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

 span { border-color: rgb(234,119,245); }

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