#EA59C5

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

Shades of Free Speech Magenta #EA59C5

Tints of Free Speech Magenta #EA59C5

Color information

#EA59C5 (or 0xEA59C5) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 59 and C5. RGB value is (234,89,197). Sum of RGB (Red+Green+Blue) = 234+89+197=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 89 (35.16% from 255 or 17.12% from 520); Blue value is 197 (77.34% from 255 or 37.88% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EA59C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA59C5 is #15A63A. Grayscale: #909090. Windows color (decimal): -1418811 or 12933610. OLE color: 12933610.

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

Color convert

RGB23489197-
CMYK00.620.160.08
HSL315.31º77.54%63.33%-
HSV(B)315.31º61.97%91.76%-
XYZ47.5828.6755.85-
YUV144.67157.54191.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45%
GREEN value IS 89 (35.16% from 255) = 17.12%
BLUE value IS 197 (77.34% from 255) = 37.88%
R=45%
G=17.12%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348919700.620.160.08315.3177.5463.33
HexEA59C503E10813b4e3f
Octal352131305076201047311677
Binary1110101010110011100010101111101000010001001110111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA59C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA59C5; }

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

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

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

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

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

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

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

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