#EC51DC

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

Shades of Free Speech Magenta #EC51DC

Tints of Free Speech Magenta #EC51DC

Color information

#EC51DC (or 0xEC51DC) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 51 and DC. RGB value is (236,81,220). Sum of RGB (Red+Green+Blue) = 236+81+220=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 81 (32.03% from 255 or 15.08% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC51DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC51DC is #13AE23. Grayscale: #8E8E8E. Windows color (decimal): -1289764 or 14438892. OLE color: 14438892.

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

Color convert

RGB23681220-
CMYK00.660.070.07
HSL306.19º80.31%62.16%-
HSV(B)306.19º65.68%92.55%-
XYZ50.4528.8970.63-
YUV143.19171.35194.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.95%
GREEN value IS 81 (32.03% from 255) = 15.08%
BLUE value IS 220 (86.33% from 255) = 40.97%
R=43.95%
G=15.08%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368122000.660.070.07306.1980.3162.16
HexEC51DC04277132503e
Octal35412133401027746212076
Binary11101100101000111011100010000101111111001100101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC51DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC51DC; }

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

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

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

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

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

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

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

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