#ea5ae2

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

Shades of Free Speech Magenta #EA5AE2

Tints of Free Speech Magenta #EA5AE2

Color information

#EA5AE2 (or 0xEA5AE2) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 5A and E2. RGB value is (234,90,226). Sum of RGB (Red+Green+Blue) = 234+90+226=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 90 (35.55% from 255 or 16.36% from 550); Blue value is 226 (88.67% from 255 or 41.09% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5AE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5AE2 is #15A51D. Grayscale: #949494. Windows color (decimal): -1418526 or 14834410. OLE color: 14834410.

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

Color convert

RGB23490226-
CMYK00.620.030.08
HSL303.33º77.42%63.53%-
HSV(B)303.33º61.54%91.76%-
XYZ51.3230.375.09-
YUV148.56171.71188.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.55%
GREEN value IS 90 (35.55% from 255) = 16.36%
BLUE value IS 226 (88.67% from 255) = 41.09%
R=42.55%
G=16.36%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349022600.620.030.08303.3377.4263.53
HexEA5AE203E3812f4d40
Octal352132342076310457115100
Binary11101010101101011100010011111011100010010111110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea5ae2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea5ae2; }

 p { color: rgb(234,90,226); }

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

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

 a { background-color: rgb(234,90,226); }

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

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

 span { border-color: rgb(234,90,226); }

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