#EA58E5

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

Shades of Free Speech Magenta #EA58E5

Tints of Free Speech Magenta #EA58E5

Color information

#EA58E5 (or 0xEA58E5) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 58 and E5. RGB value is (234,88,229). Sum of RGB (Red+Green+Blue) = 234+88+229=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 88 (34.77% from 255 or 15.97% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EA58E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA58E5 is #15A71A. Grayscale: #939393. Windows color (decimal): -1419035 or 15030506. OLE color: 15030506.

HSL color Cylindrical-coordinate representation of color #EA58E5: hue angle of 302.05º 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 #EA58E5 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB23488229-
CMYK00.620.020.08
HSL302.05º77.66%63.14%-
HSV(B)302.05º62.39%91.76%-
XYZ51.5630.1377.23-
YUV147.73173.87189.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.47%
GREEN value IS 88 (34.77% from 255) = 15.97%
BLUE value IS 229 (89.84% from 255) = 41.56%
R=42.47%
G=15.97%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348822900.620.020.08302.0577.6663.14
HexEA58E503E2812e4e3f
Octal35213034507621045611677
Binary1110101010110001110010101111101010001001011101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA58E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA58E5; }

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

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

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

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

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

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

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

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