#EA53ED

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

Shades of Free Speech Magenta #EA53ED

Tints of Free Speech Magenta #EA53ED

Color information

#EA53ED (or 0xEA53ED) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 53 and ED. RGB value is (234,83,237). Sum of RGB (Red+Green+Blue) = 234+83+237=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 83 (32.81% from 255 or 14.98% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA53ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA53ED is #15AC12. Grayscale: #919191. Windows color (decimal): -1420307 or 15553514. OLE color: 15553514.

HSL color Cylindrical-coordinate representation of color #EA53ED: hue angle of 298.83º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA53ED is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB23483237-
CMYK0.010.6500.07
HSL298.83º81.05%62.75%-
HSV(B)298.83º64.98%92.94%-
XYZ52.3129.7983.11-
YUV145.7179.53190.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.24%
GREEN value IS 83 (32.81% from 255) = 14.98%
BLUE value IS 237 (92.97% from 255) = 42.78%
R=42.24%
G=14.98%
B=42.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal234832370.010.6500.07298.8381.0562.75
HexEA53ED1410712b513f
Octal35212335511010745312177
Binary111010101010011111011011100000101111001010111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA53ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA53ED; }

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

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

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

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

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

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

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

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