#EC56D7

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

Shades of Free Speech Magenta #EC56D7

Tints of Free Speech Magenta #EC56D7

Color information

#EC56D7 (or 0xEC56D7) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 56 and D7. RGB value is (236,86,215). Sum of RGB (Red+Green+Blue) = 236+86+215=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 86 (33.98% from 255 or 16.01% from 537); Blue value is 215 (84.38% from 255 or 40.04% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC56D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC56D7 is #13A928. Grayscale: #919191. Windows color (decimal): -1288489 or 14112492. OLE color: 14112492.

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

Color convert

RGB23686215-
CMYK00.640.090.07
HSL308.4º79.79%63.14%-
HSV(B)308.4º63.56%92.55%-
XYZ50.1929.3967.32-
YUV145.56167.2192.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.95%
GREEN value IS 86 (33.98% from 255) = 16.01%
BLUE value IS 215 (84.38% from 255) = 40.04%
R=43.95%
G=16.01%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368621500.640.090.07308.479.7963.14
HexEC56D704097134503f
Octal354126327010011746412077
Binary111011001010110110101110100000010011111001101001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC56D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC56D7; }

 p { color: rgb(236,86,215); }

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

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

 a { background-color: rgb(236,86,215); }

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

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

 span { border-color: rgb(236,86,215); }

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