#ED56DE

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

Shades of Free Speech Magenta #ED56DE

Tints of Free Speech Magenta #ED56DE

Color information

#ED56DE (or 0xED56DE) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 56 and DE. RGB value is (237,86,222). Sum of RGB (Red+Green+Blue) = 237+86+222=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 86 (33.98% from 255 or 15.78% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #ED56DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED56DE is #12A921. Grayscale: #929292. Windows color (decimal): -1222946 or 14571245. OLE color: 14571245.

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

Color convert

RGB23786222-
CMYK00.640.060.07
HSL305.96º80.75%63.33%-
HSV(B)305.96º63.71%92.94%-
XYZ51.4429.9372.17-
YUV146.65170.53192.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.49%
GREEN value IS 86 (33.98% from 255) = 15.78%
BLUE value IS 222 (87.11% from 255) = 40.73%
R=43.49%
G=15.78%
B=40.73%

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
Decimal2378622200.640.060.07305.9680.7563.33
HexED56DE04067132513f
Octal35512633601006746212177
Binary11101101101011011011110010000001101111001100101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED56DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED56DE; }

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

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

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

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

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

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

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

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