#EA58DF

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

Shades of Free Speech Magenta #EA58DF

Tints of Free Speech Magenta #EA58DF

Color information

#EA58DF (or 0xEA58DF) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 58 and DF. RGB value is (234,88,223). Sum of RGB (Red+Green+Blue) = 234+88+223=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 88 (34.77% from 255 or 16.15% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EA58DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA58DF is #15A720. Grayscale: #929292. Windows color (decimal): -1419041 or 14637290. OLE color: 14637290.

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

Color convert

RGB23488223-
CMYK00.620.050.08
HSL304.52º77.66%63.14%-
HSV(B)304.52º62.39%91.76%-
XYZ50.7429.872.89-
YUV147.04170.87190.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.94%
GREEN value IS 88 (34.77% from 255) = 16.15%
BLUE value IS 223 (87.5% from 255) = 40.92%
R=42.94%
G=16.15%
B=40.92%

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
Decimal2348822300.620.050.08304.5277.6663.14
HexEA58DF03E581314e3f
Octal35213033707651046111677
Binary11101010101100011011111011111010110001001100011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA58DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA58DF; }

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

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

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

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

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

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

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

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