#EA59DF

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

Shades of Free Speech Magenta #EA59DF

Tints of Free Speech Magenta #EA59DF

Color information

#EA59DF (or 0xEA59DF) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 59 and DF. RGB value is (234,89,223). Sum of RGB (Red+Green+Blue) = 234+89+223=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 89 (35.16% from 255 or 16.30% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EA59DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA59DF is #15A620. Grayscale: #939393. Windows color (decimal): -1418785 or 14637546. OLE color: 14637546.

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

Color convert

RGB23489223-
CMYK00.620.050.08
HSL304.55º77.54%63.33%-
HSV(B)304.55º61.97%91.76%-
XYZ50.8229.9672.92-
YUV147.63170.54189.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.86%
GREEN value IS 89 (35.16% from 255) = 16.30%
BLUE value IS 223 (87.5% from 255) = 40.84%
R=42.86%
G=16.30%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348922300.620.050.08304.5577.5463.33
HexEA59DF03E581314e3f
Octal35213133707651046111677
Binary11101010101100111011111011111010110001001100011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA59DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA59DF; }

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

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

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

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

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

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

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

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