#ED56DF

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

Shades of Free Speech Magenta #ED56DF

Tints of Free Speech Magenta #ED56DF

Color information

#ED56DF (or 0xED56DF) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 56 and DF. RGB value is (237,86,223). Sum of RGB (Red+Green+Blue) = 237+86+223=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 86 (33.98% from 255 or 15.75% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #ED56DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED56DF is #12A920. Grayscale: #929292. Windows color (decimal): -1222945 or 14636781. OLE color: 14636781.

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

Color convert

RGB23786223-
CMYK00.640.060.07
HSL305.56º80.75%63.33%-
HSV(B)305.56º63.71%92.94%-
XYZ51.5729.9972.88-
YUV146.77171.03192.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.41%
GREEN value IS 86 (33.98% from 255) = 15.75%
BLUE value IS 223 (87.5% from 255) = 40.84%
R=43.41%
G=15.75%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378622300.640.060.07305.5680.7563.33
HexED56DF04067132513f
Octal35512633701006746212177
Binary11101101101011011011111010000001101111001100101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED56DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED56DF; }

 p { color: rgb(237,86,223); }

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

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

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

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

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

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

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