#EC4AD4

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

Shades of Free Speech Magenta #EC4AD4

Tints of Free Speech Magenta #EC4AD4

Color information

#EC4AD4 (or 0xEC4AD4) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 4A and D4. RGB value is (236,74,212). Sum of RGB (Red+Green+Blue) = 236+74+212=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 74 (29.30% from 255 or 14.18% from 522); Blue value is 212 (83.20% from 255 or 40.61% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4AD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4AD4 is #13B52B. Grayscale: #898989. Windows color (decimal): -1291564 or 13912812. OLE color: 13912812.

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

Color convert

RGB23674212-
CMYK00.690.100.07
HSL308.89º81%60.78%-
HSV(B)308.89º68.64%92.55%-
XYZ48.9227.4865.01-
YUV138.17169.67197.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.21%
GREEN value IS 74 (29.30% from 255) = 14.18%
BLUE value IS 212 (83.20% from 255) = 40.61%
R=45.21%
G=14.18%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2367421200.690.100.07308.898160.78
HexEC4AD4045A7135513d
Octal354112324010512746512175
Binary111011001001010110101000100010110101111001101011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4AD4; }

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

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

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

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

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

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

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

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