#EA5ED6

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

Shades of Free Speech Magenta #EA5ED6

Tints of Free Speech Magenta #EA5ED6

Color information

#EA5ED6 (or 0xEA5ED6) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 5E and D6. RGB value is (234,94,214). Sum of RGB (Red+Green+Blue) = 234+94+214=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 94 (37.11% from 255 or 17.34% from 542); Blue value is 214 (83.98% from 255 or 39.48% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5ED6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5ED6 is #15A129. Grayscale: #959595. Windows color (decimal): -1417514 or 14049002. OLE color: 14049002.

HSL color Cylindrical-coordinate representation of color #EA5ED6: hue angle of 308.57º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA5ED6 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB23494214-
CMYK00.600.090.08
HSL308.57º76.92%64.31%-
HSV(B)308.57º59.83%91.76%-
XYZ50.0730.3566.84-
YUV149.54164.38188.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.17%
GREEN value IS 94 (37.11% from 255) = 17.34%
BLUE value IS 214 (83.98% from 255) = 39.48%
R=43.17%
G=17.34%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349421400.600.090.08308.5776.9264.31
HexEA5ED603C981354d40
Octal3521363260741110465115100
Binary1110101010111101101011001111001001100010011010110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5ED6; }

 p { color: rgb(234,94,214); }

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

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

 a { background-color: rgb(234,94,214); }

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

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

 span { border-color: rgb(234,94,214); }

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