#EC61ED

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

Shades of Free Speech Magenta #EC61ED

Tints of Free Speech Magenta #EC61ED

Color information

#EC61ED (or 0xEC61ED) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 61 and ED. RGB value is (236,97,237). Sum of RGB (Red+Green+Blue) = 236+97+237=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 97 (38.28% from 255 or 17.02% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC61ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC61ED is #139E12. Grayscale: #9A9A9A. Windows color (decimal): -1285651 or 15557100. OLE color: 15557100.

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

Color convert

RGB23697237-
CMYK0.000.5900.07
HSL299.57º79.55%65.49%-
HSV(B)299.57º59.07%92.94%-
XYZ54.1532.583.54-
YUV154.52174.55186.12-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.40%
GREEN value IS 97 (38.28% from 255) = 17.02%
BLUE value IS 237 (92.97% from 255) = 41.58%
R=41.40%
G=17.02%
B=41.58%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236972370.000.5900.07299.5779.5565.49
HexEC61ED03B0712c5041
Octal35414135507307454120101
Binary111011001100001111011010111011011110010110010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC61ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC61ED; }

 p { color: rgb(236,97,237); }

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

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

 a { background-color: rgb(236,97,237); }

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

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

 span { border-color: rgb(236,97,237); }

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