#EC4FC4

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

Shades of Free Speech Magenta #EC4FC4

Tints of Free Speech Magenta #EC4FC4

Color information

#EC4FC4 (or 0xEC4FC4) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 4F and C4. RGB value is (236,79,196). Sum of RGB (Red+Green+Blue) = 236+79+196=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 79 (31.25% from 255 or 15.46% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4FC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4FC4 is #13B03B. Grayscale: #8A8A8A. Windows color (decimal): -1290300 or 12865516. OLE color: 12865516.

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

Color convert

RGB23679196-
CMYK00.670.170.07
HSL315.29º80.51%61.76%-
HSV(B)315.29º66.53%92.55%-
XYZ47.3527.4155.02-
YUV139.28160.01196.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.18%
GREEN value IS 79 (31.25% from 255) = 15.46%
BLUE value IS 196 (76.95% from 255) = 38.36%
R=46.18%
G=15.46%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2367919600.670.170.07315.2980.5161.76
HexEC4FC404311713b513e
Octal354117304010321747312176
Binary1110110010011111100010001000011100011111001110111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4FC4; }

 p { color: rgb(236,79,196); }

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

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

 a { background-color: rgb(236,79,196); }

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

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

 span { border-color: rgb(236,79,196); }

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