#EA49F0

Color #EA49F0 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #EA49F0

Tints of Free Speech Magenta #EA49F0

Color information

#EA49F0 (or 0xEA49F0) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 49 and F0. RGB value is (234,73,240). Sum of RGB (Red+Green+Blue) = 234+73+240=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 73 (28.91% from 255 or 13.35% from 547); Blue value is 240 (94.14% from 255 or 43.88% from 547); Max value from RGB is 240 - color contains mainly: blue. Hex color #EA49F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA49F0 is #15B60F. Grayscale: #8B8B8B. Windows color (decimal): -1422864 or 15747562. OLE color: 15747562.

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

Color convert

RGB23473240-
CMYK0.020.7000.06
HSL297.84º84.77%61.37%-
HSV(B)297.84º69.58%94.12%-
XYZ52.0428.5585.21-
YUV140.18184.34194.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.78%
GREEN value IS 73 (28.91% from 255) = 13.35%
BLUE value IS 240 (94.14% from 255) = 43.88%
R=42.78%
G=13.35%
B=43.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal234732400.020.7000.06297.8484.7761.37
HexEA49F02460612a553d
Octal35211136021060645212575
Binary1110101010010011111000010100011001101001010101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA49F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA49F0; }

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

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

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

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

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

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

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

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