#EC4ED0

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

Shades of Free Speech Magenta #EC4ED0

Tints of Free Speech Magenta #EC4ED0

Color information

#EC4ED0 (or 0xEC4ED0) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 4E and D0. RGB value is (236,78,208). Sum of RGB (Red+Green+Blue) = 236+78+208=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 78 (30.86% from 255 or 14.94% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4ED0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4ED0 is #13B12F. Grayscale: #8B8B8B. Windows color (decimal): -1290544 or 13651692. OLE color: 13651692.

HSL color Cylindrical-coordinate representation of color #EC4ED0: hue angle of 310.63º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4ED0 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB23678208-
CMYK00.670.120.07
HSL310.63º80.61%61.57%-
HSV(B)310.63º66.95%92.55%-
XYZ48.727.8462.48-
YUV140.06166.35196.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.21%
GREEN value IS 78 (30.86% from 255) = 14.94%
BLUE value IS 208 (81.64% from 255) = 39.85%
R=45.21%
G=14.94%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2367820800.670.120.07310.6380.6161.57
HexEC4ED0043C7137513e
Octal354116320010314746712176
Binary111011001001110110100000100001111001111001101111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4ED0; }

 p { color: rgb(236,78,208); }

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

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

 a { background-color: rgb(236,78,208); }

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

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

 span { border-color: rgb(236,78,208); }

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