#ED56CE

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

Shades of Free Speech Magenta #ED56CE

Tints of Free Speech Magenta #ED56CE

Color information

#ED56CE (or 0xED56CE) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 56 and CE. RGB value is (237,86,206). Sum of RGB (Red+Green+Blue) = 237+86+206=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 86 (33.98% from 255 or 16.26% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #ED56CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED56CE is #12A931. Grayscale: #909090. Windows color (decimal): -1222962 or 13522669. OLE color: 13522669.

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

Color convert

RGB23786206-
CMYK00.640.130.07
HSL312.32º80.75%63.33%-
HSV(B)312.32º63.71%92.94%-
XYZ49.3929.1261.41-
YUV144.83162.53193.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.80%
GREEN value IS 86 (33.98% from 255) = 16.26%
BLUE value IS 206 (80.86% from 255) = 38.94%
R=44.80%
G=16.26%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378620600.640.130.07312.3280.7563.33
HexED56CE040D7138513f
Octal355126316010015747012177
Binary111011011010110110011100100000011011111001110001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED56CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED56CE; }

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

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

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

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

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

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

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

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