#EA74F0

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

Shades of Violet #EA74F0

Tints of Violet #EA74F0

Color information

#EA74F0 (or 0xEA74F0) is unknown color: approx Violet. HEX triplet: EA, 74 and F0. RGB value is (234,116,240). Sum of RGB (Red+Green+Blue) = 234+116+240=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 116 (45.70% from 255 or 19.66% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 240 - color contains mainly: blue. Hex color #EA74F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA74F0 is #158B0F. Grayscale: #A5A5A5. Windows color (decimal): -1411856 or 15758570. OLE color: 15758570.

HSL color Cylindrical-coordinate representation of color #EA74F0: hue angle of 297.1º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA74F0 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234116240-
CMYK0.020.5200.06
HSL297.1º80.52%69.8%-
HSV(B)297.1º51.67%94.12%-
XYZ55.9136.2786.49-
YUV165.42170.09176.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.66%
GREEN value IS 116 (45.70% from 255) = 19.66%
BLUE value IS 240 (94.14% from 255) = 40.68%
R=39.66%
G=19.66%
B=40.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2341162400.020.5200.06297.180.5269.8
HexEA74F0234061295146
Octal35216436026406451121106
Binary1110101011101001111000010110100011010010100110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA74F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA74F0; }

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

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

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

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

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

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

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

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