#EA75F0

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

Shades of Violet #EA75F0

Tints of Violet #EA75F0

Color information

#EA75F0 (or 0xEA75F0) is unknown color: approx Violet. HEX triplet: EA, 75 and F0. RGB value is (234,117,240). Sum of RGB (Red+Green+Blue) = 234+117+240=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 117 (46.09% from 255 or 19.80% from 591); Blue value is 240 (94.14% from 255 or 40.61% from 591); Max value from RGB is 240 - color contains mainly: blue. Hex color #EA75F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA75F0 is #158A0F. Grayscale: #A5A5A5. Windows color (decimal): -1411600 or 15758826. OLE color: 15758826.

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

Color convert

RGB234117240-
CMYK0.020.5100.06
HSL297.07º80.39%70%-
HSV(B)297.07º51.25%94.12%-
XYZ56.0236.5186.53-
YUV166169.76176.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.59%
GREEN value IS 117 (46.09% from 255) = 19.80%
BLUE value IS 240 (94.14% from 255) = 40.61%
R=39.59%
G=19.80%
B=40.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2341172400.020.5100.06297.0780.3970
HexEA75F0233061295046
Octal35216536026306451120106
Binary1110101011101011111000010110011011010010100110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA75F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA75F0; }

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

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

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

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

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

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

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

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