#EA49D9

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

Shades of Free Speech Magenta #EA49D9

Tints of Free Speech Magenta #EA49D9

Color information

#EA49D9 (or 0xEA49D9) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 49 and D9. RGB value is (234,73,217). Sum of RGB (Red+Green+Blue) = 234+73+217=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 73 (28.91% from 255 or 13.93% from 524); Blue value is 217 (85.16% from 255 or 41.41% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EA49D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA49D9 is #15B626. Grayscale: #898989. Windows color (decimal): -1422887 or 14240234. OLE color: 14240234.

HSL color Cylindrical-coordinate representation of color #EA49D9: hue angle of 306.34º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA49D9 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB23473217-
CMYK00.690.070.08
HSL306.34º79.31%60.2%-
HSV(B)306.34º68.8%91.76%-
XYZ48.8427.2768.33-
YUV137.56172.84196.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.66%
GREEN value IS 73 (28.91% from 255) = 13.93%
BLUE value IS 217 (85.16% from 255) = 41.41%
R=44.66%
G=13.93%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347321700.690.070.08306.3479.3160.2
HexEA49D9045781324f3c
Octal352111331010571046211774
Binary111010101001001110110010100010111110001001100101001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA49D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA49D9; }

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

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

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

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

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

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

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

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