#EA59EA

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

Shades of Free Speech Magenta #EA59EA

Tints of Free Speech Magenta #EA59EA

Color information

#EA59EA (or 0xEA59EA) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 59 and EA. RGB value is (234,89,234). Sum of RGB (Red+Green+Blue) = 234+89+234=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 89 (35.16% from 255 or 15.98% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EA59EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA59EA is #15A615. Grayscale: #949494. Windows color (decimal): -1418774 or 15358442. OLE color: 15358442.

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

Color convert

RGB23489234-
CMYK00.6200.08
HSL300º77.54%63.33%-
HSV(B)300º61.97%91.76%-
XYZ52.3630.5880.98-
YUV148.88176.04188.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.01%
GREEN value IS 89 (35.16% from 255) = 15.98%
BLUE value IS 234 (91.80% from 255) = 42.01%
R=42.01%
G=15.98%
B=42.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348923400.6200.0830077.5463.33
HexEA59EA03E0812c4e3f
Octal35213135207601045411677
Binary111010101011001111010100111110010001001011001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA59EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA59EA; }

 p { color: rgb(234,89,234); }

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

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

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

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

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

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

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