#ED56CC

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

Shades of Free Speech Magenta #ED56CC

Tints of Free Speech Magenta #ED56CC

Color information

#ED56CC (or 0xED56CC) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 56 and CC. RGB value is (237,86,204). Sum of RGB (Red+Green+Blue) = 237+86+204=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 86 (33.98% from 255 or 16.32% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #ED56CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED56CC is #12A933. Grayscale: #909090. Windows color (decimal): -1222964 or 13391597. OLE color: 13391597.

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

Color convert

RGB23786204-
CMYK00.640.140.07
HSL313.11º80.75%63.33%-
HSV(B)313.11º63.71%92.94%-
XYZ49.1529.0260.14-
YUV144.6161.53193.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.97%
GREEN value IS 86 (33.98% from 255) = 16.32%
BLUE value IS 204 (80.08% from 255) = 38.71%
R=44.97%
G=16.32%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378620400.640.140.07313.1180.7563.33
HexED56CC040E7139513f
Octal355126314010016747112177
Binary111011011010110110011000100000011101111001110011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED56CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED56CC; }

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

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

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

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

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

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

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

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