#EA53E4

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

Shades of Free Speech Magenta #EA53E4

Tints of Free Speech Magenta #EA53E4

Color information

#EA53E4 (or 0xEA53E4) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 53 and E4. RGB value is (234,83,228). Sum of RGB (Red+Green+Blue) = 234+83+228=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 83 (32.81% from 255 or 15.23% from 545); Blue value is 228 (89.45% from 255 or 41.83% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EA53E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA53E4 is #15AC1B. Grayscale: #909090. Windows color (decimal): -1420316 or 14963690. OLE color: 14963690.

HSL color Cylindrical-coordinate representation of color #EA53E4: hue angle of 302.38º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA53E4 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB23483228-
CMYK00.650.030.08
HSL302.38º78.24%62.16%-
HSV(B)302.38º64.53%91.76%-
XYZ51.0329.2876.36-
YUV144.68175.03191.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.94%
GREEN value IS 83 (32.81% from 255) = 15.23%
BLUE value IS 228 (89.45% from 255) = 41.83%
R=42.94%
G=15.23%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348322800.650.030.08302.3878.2462.16
HexEA53E40413812e4e3e
Octal352123344010131045611676
Binary11101010101001111100100010000011110001001011101001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA53E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA53E4; }

 p { color: rgb(234,83,228); }

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

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

 a { background-color: rgb(234,83,228); }

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

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

 span { border-color: rgb(234,83,228); }

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