#EC56D9

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

Shades of Free Speech Magenta #EC56D9

Tints of Free Speech Magenta #EC56D9

Color information

#EC56D9 (or 0xEC56D9) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 56 and D9. RGB value is (236,86,217). Sum of RGB (Red+Green+Blue) = 236+86+217=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 86 (33.98% from 255 or 15.96% from 539); Blue value is 217 (85.16% from 255 or 40.26% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #EC56D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC56D9 is #13A926. Grayscale: #919191. Windows color (decimal): -1288487 or 14243564. OLE color: 14243564.

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

Color convert

RGB23686217-
CMYK00.640.080.07
HSL307.6º79.79%63.14%-
HSV(B)307.6º63.56%92.55%-
XYZ50.4429.568.68-
YUV145.78168.2192.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.78%
GREEN value IS 86 (33.98% from 255) = 15.96%
BLUE value IS 217 (85.16% from 255) = 40.26%
R=43.78%
G=15.96%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368621700.640.080.07307.679.7963.14
HexEC56D904087134503f
Octal354126331010010746412077
Binary111011001010110110110010100000010001111001101001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC56D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC56D9; }

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

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

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

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

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

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

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

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