#EA4DF2

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

Shades of Free Speech Magenta #EA4DF2

Tints of Free Speech Magenta #EA4DF2

Color information

#EA4DF2 (or 0xEA4DF2) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 4D and F2. RGB value is (234,77,242). Sum of RGB (Red+Green+Blue) = 234+77+242=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 77 (30.47% from 255 or 13.92% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #EA4DF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA4DF2 is #15B20D. Grayscale: #8E8E8E. Windows color (decimal): -1421838 or 15879658. OLE color: 15879658.

HSL color Cylindrical-coordinate representation of color #EA4DF2: hue angle of 297.09º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EA4DF2 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23477242-
CMYK0.030.6800.05
HSL297.09º86.39%62.55%-
HSV(B)297.09º68.18%94.9%-
XYZ52.6129.2186.87-
YUV142.75184.01193.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.31%
GREEN value IS 77 (30.47% from 255) = 13.92%
BLUE value IS 242 (94.92% from 255) = 43.76%
R=42.31%
G=13.92%
B=43.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal234772420.030.6800.05297.0986.3962.55
HexEA4DF234405129563f
Octal35211536231040545112677
Binary1110101010011011111001011100010001011001010011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4DF2; }

 p { color: rgb(234,77,242); }

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

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

 a { background-color: rgb(234,77,242); }

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

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

 span { border-color: rgb(234,77,242); }

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