#ed59ea

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

Shades of Free Speech Magenta #ED59EA

Tints of Free Speech Magenta #ED59EA

Color information

#ED59EA (or 0xED59EA) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 59 and EA. RGB value is (237,89,234). Sum of RGB (Red+Green+Blue) = 237+89+234=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 89 (35.16% from 255 or 15.89% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #ED59EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED59EA is #12A615. Grayscale: #959595. Windows color (decimal): -1222166 or 15358445. OLE color: 15358445.

HSL color Cylindrical-coordinate representation of color #ED59EA: hue angle of 301.22º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED59EA is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB23789234-
CMYK00.620.010.07
HSL301.22º80.43%63.92%-
HSV(B)301.22º62.45%92.94%-
XYZ53.3531.0981.03-
YUV149.78175.53190.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.32%
GREEN value IS 89 (35.16% from 255) = 15.89%
BLUE value IS 234 (91.80% from 255) = 41.79%
R=42.32%
G=15.89%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378923400.620.010.07301.2280.4363.92
HexED59EA03E1712d5040
Octal35513135207617455120100
Binary111011011011001111010100111110111110010110110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed59ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed59ea; }

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

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

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

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

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

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

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

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