#ED59ED

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

Shades of Free Speech Magenta #ED59ED

Tints of Free Speech Magenta #ED59ED

Color information

#ED59ED (or 0xED59ED) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 59 and ED. RGB value is (237,89,237). Sum of RGB (Red+Green+Blue) = 237+89+237=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 89 (35.16% from 255 or 15.81% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED59ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED59ED is #12A612. Grayscale: #959595. Windows color (decimal): -1222163 or 15555053. OLE color: 15555053.

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

Color convert

RGB23789237-
CMYK00.6200.07
HSL300º80.43%63.92%-
HSV(B)300º62.45%92.94%-
XYZ53.7831.2683.32-
YUV150.12177.03189.97-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.10%
GREEN value IS 89 (35.16% from 255) = 15.81%
BLUE value IS 237 (92.97% from 255) = 42.10%
R=42.10%
G=15.81%
B=42.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378923700.6200.0730080.4363.92
HexED59ED03E0712c5040
Octal35513135507607454120100
Binary111011011011001111011010111110011110010110010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED59ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED59ED; }

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

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

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

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

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

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

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

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