#EC53DC

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

Shades of Free Speech Magenta #EC53DC

Tints of Free Speech Magenta #EC53DC

Color information

#EC53DC (or 0xEC53DC) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 53 and DC. RGB value is (236,83,220). Sum of RGB (Red+Green+Blue) = 236+83+220=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 83 (32.81% from 255 or 15.40% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC53DC is #13AC23. Grayscale: #8F8F8F. Windows color (decimal): -1289252 or 14439404. OLE color: 14439404.

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

Color convert

RGB23683220-
CMYK00.650.070.07
HSL306.27º80.1%62.55%-
HSV(B)306.27º64.83%92.55%-
XYZ50.629.1970.68-
YUV144.36170.69193.36-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.78%
GREEN value IS 83 (32.81% from 255) = 15.40%
BLUE value IS 220 (86.33% from 255) = 40.82%
R=43.78%
G=15.40%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368322000.650.070.07306.2780.162.55
HexEC53DC04177132503f
Octal35412333401017746212077
Binary11101100101001111011100010000011111111001100101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC53DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC53DC; }

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

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

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

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

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

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

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

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