#EA58E6

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

Shades of Free Speech Magenta #EA58E6

Tints of Free Speech Magenta #EA58E6

Color information

#EA58E6 (or 0xEA58E6) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 58 and E6. RGB value is (234,88,230). Sum of RGB (Red+Green+Blue) = 234+88+230=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 88 (34.77% from 255 or 15.94% from 552); Blue value is 230 (90.23% from 255 or 41.67% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EA58E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA58E6 is #15A719. Grayscale: #939393. Windows color (decimal): -1419034 or 15096042. OLE color: 15096042.

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

Color convert

RGB23488230-
CMYK00.620.020.08
HSL301.64º77.66%63.14%-
HSV(B)301.64º62.39%91.76%-
XYZ51.730.1977.96-
YUV147.84174.37189.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.39%
GREEN value IS 88 (34.77% from 255) = 15.94%
BLUE value IS 230 (90.23% from 255) = 41.67%
R=42.39%
G=15.94%
B=41.67%

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
Decimal2348823000.620.020.08301.6477.6663.14
HexEA58E603E2812e4e3f
Octal35213034607621045611677
Binary1110101010110001110011001111101010001001011101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA58E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA58E6; }

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

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

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

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

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

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

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

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