#EC4AD2

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

Shades of Free Speech Magenta #EC4AD2

Tints of Free Speech Magenta #EC4AD2

Color information

#EC4AD2 (or 0xEC4AD2) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 4A and D2. RGB value is (236,74,210). Sum of RGB (Red+Green+Blue) = 236+74+210=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 74 (29.30% from 255 or 14.23% from 520); Blue value is 210 (82.42% from 255 or 40.38% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4AD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4AD2 is #13B52D. Grayscale: #898989. Windows color (decimal): -1291566 or 13781740. OLE color: 13781740.

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

Color convert

RGB23674210-
CMYK00.690.110.07
HSL309.63º81%60.78%-
HSV(B)309.63º68.64%92.55%-
XYZ48.6727.3863.69-
YUV137.94168.67197.94-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.38%
GREEN value IS 74 (29.30% from 255) = 14.23%
BLUE value IS 210 (82.42% from 255) = 40.38%
R=45.38%
G=14.23%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2367421000.690.110.07309.638160.78
HexEC4AD2045B7136513d
Octal354112322010513746612175
Binary111011001001010110100100100010110111111001101101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4AD2; }

 p { color: rgb(236,74,210); }

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

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

 a { background-color: rgb(236,74,210); }

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

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

 span { border-color: rgb(236,74,210); }

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