#EA49EF

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

Shades of Free Speech Magenta #EA49EF

Tints of Free Speech Magenta #EA49EF

Color information

#EA49EF (or 0xEA49EF) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 49 and EF. RGB value is (234,73,239). Sum of RGB (Red+Green+Blue) = 234+73+239=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 73 (28.91% from 255 or 13.37% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #EA49EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA49EF is #15B610. Grayscale: #8B8B8B. Windows color (decimal): -1422865 or 15682026. OLE color: 15682026.

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

Color convert

RGB23473239-
CMYK0.020.6900.06
HSL298.19º83.84%61.18%-
HSV(B)298.19º69.46%93.73%-
XYZ51.8928.4984.43-
YUV140.06183.84195-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.86%
GREEN value IS 73 (28.91% from 255) = 13.37%
BLUE value IS 239 (93.75% from 255) = 43.77%
R=42.86%
G=13.37%
B=43.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal234732390.020.6900.06298.1983.8461.18
HexEA49EF2450612a543d
Octal35211135721050645212475
Binary1110101010010011110111110100010101101001010101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA49EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA49EF; }

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

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

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

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

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

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

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

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