#EC5DDC

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

Shades of Free Speech Magenta #EC5DDC

Tints of Free Speech Magenta #EC5DDC

Color information

#EC5DDC (or 0xEC5DDC) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 5D and DC. RGB value is (236,93,220). Sum of RGB (Red+Green+Blue) = 236+93+220=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 93 (36.72% from 255 or 16.94% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5DDC is #13A223. Grayscale: #959595. Windows color (decimal): -1286692 or 14441964. OLE color: 14441964.

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

Color convert

RGB23693220-
CMYK00.610.070.07
HSL306.71º79.01%64.51%-
HSV(B)306.71º60.59%92.55%-
XYZ51.4230.8370.95-
YUV150.23167.38189.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.99%
GREEN value IS 93 (36.72% from 255) = 16.94%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=42.99%
G=16.94%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369322000.610.070.07306.7179.0164.51
HexEC5DDC03D771334f41
Octal35413533407577463117101
Binary11101100101110111011100011110111111110011001110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5DDC; }

 p { color: rgb(236,93,220); }

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

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

 a { background-color: rgb(236,93,220); }

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

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

 span { border-color: rgb(236,93,220); }

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