#EC4CD8

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

Shades of Free Speech Magenta #EC4CD8

Tints of Free Speech Magenta #EC4CD8

Color information

#EC4CD8 (or 0xEC4CD8) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 4C and D8. RGB value is (236,76,216). Sum of RGB (Red+Green+Blue) = 236+76+216=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 76 (30.08% from 255 or 14.39% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4CD8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4CD8 is #13B327. Grayscale: #8B8B8B. Windows color (decimal): -1291048 or 14175468. OLE color: 14175468.

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

Color convert

RGB23676216-
CMYK00.680.080.07
HSL307.5º80.81%61.18%-
HSV(B)307.5º67.8%92.55%-
XYZ49.5727.9667.75-
YUV139.8171.01196.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.70%
GREEN value IS 76 (30.08% from 255) = 14.39%
BLUE value IS 216 (84.77% from 255) = 40.91%
R=44.70%
G=14.39%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2367621600.680.080.07307.580.8161.18
HexEC4CD804487134513d
Octal354114330010410746412175
Binary111011001001100110110000100010010001111001101001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4CD8; }

 p { color: rgb(236,76,216); }

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

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

 a { background-color: rgb(236,76,216); }

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

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

 span { border-color: rgb(236,76,216); }

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