#EC3DF0

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

Shades of Free Speech Magenta #EC3DF0

Tints of Free Speech Magenta #EC3DF0

Color information

#EC3DF0 (or 0xEC3DF0) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 3D and F0. RGB value is (236,61,240). Sum of RGB (Red+Green+Blue) = 236+61+240=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 61 (24.22% from 255 or 11.36% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 240 - color contains mainly: blue. Hex color #EC3DF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3DF0 is #13C20F. Grayscale: #858585. Windows color (decimal): -1294864 or 15744492. OLE color: 15744492.

HSL color Cylindrical-coordinate representation of color #EC3DF0: hue angle of 298.66º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3DF0 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB23661240-
CMYK0.020.7500.06
HSL298.66º85.65%59.02%-
HSV(B)298.66º74.58%94.12%-
XYZ51.9927.4685-
YUV133.73187.98200.95-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.95%
GREEN value IS 61 (24.22% from 255) = 11.36%
BLUE value IS 240 (94.14% from 255) = 44.69%
R=43.95%
G=11.36%
B=44.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal236612400.020.7500.06298.6685.6559.02
HexEC3DF024B0612b563b
Octal3547536021130645312673
Binary111011001111011111000010100101101101001010111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3DF0; }

 p { color: rgb(236,61,240); }

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

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

 a { background-color: rgb(236,61,240); }

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

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

 span { border-color: rgb(236,61,240); }

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