#EA58E2

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

Shades of Free Speech Magenta #EA58E2

Tints of Free Speech Magenta #EA58E2

Color information

#EA58E2 (or 0xEA58E2) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 58 and E2. RGB value is (234,88,226). Sum of RGB (Red+Green+Blue) = 234+88+226=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 88 (34.77% from 255 or 16.06% from 548); Blue value is 226 (88.67% from 255 or 41.24% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EA58E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA58E2 is #15A71D. Grayscale: #929292. Windows color (decimal): -1419038 or 14833898. OLE color: 14833898.

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

Color convert

RGB23488226-
CMYK00.620.030.08
HSL303.29º77.66%63.14%-
HSV(B)303.29º62.39%91.76%-
XYZ51.1529.9675.04-
YUV147.39172.37189.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.70%
GREEN value IS 88 (34.77% from 255) = 16.06%
BLUE value IS 226 (88.67% from 255) = 41.24%
R=42.70%
G=16.06%
B=41.24%

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
Decimal2348822600.620.030.08303.2977.6663.14
HexEA58E203E3812f4e3f
Octal35213034207631045711677
Binary1110101010110001110001001111101110001001011111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA58E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA58E2; }

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

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

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

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

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

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

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

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