#ED59D0

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

Shades of Free Speech Magenta #ED59D0

Tints of Free Speech Magenta #ED59D0

Color information

#ED59D0 (or 0xED59D0) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 59 and D0. RGB value is (237,89,208). Sum of RGB (Red+Green+Blue) = 237+89+208=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 89 (35.16% from 255 or 16.67% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #ED59D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED59D0 is #12A62F. Grayscale: #929292. Windows color (decimal): -1222192 or 13654509. OLE color: 13654509.

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

Color convert

RGB23789208-
CMYK00.620.120.07
HSL311.76º80.43%63.92%-
HSV(B)311.76º62.45%92.94%-
XYZ49.8829.762.78-
YUV146.82162.53192.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.38%
GREEN value IS 89 (35.16% from 255) = 16.67%
BLUE value IS 208 (81.64% from 255) = 38.95%
R=44.38%
G=16.67%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378920800.620.120.07311.7680.4363.92
HexED59D003EC71385040
Octal355131320076147470120100
Binary111011011011001110100000111110110011110011100010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED59D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED59D0; }

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

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

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

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

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

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

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

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