Html Css Color HEX #EC61ED Free Speech Magenta

📋 copy color: '#EC61ED'

red 236 ◦ green 97 ◦ blue 237

#EC61ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #EC61ED

Tints of Free Speech Magenta #EC61ED

RGB

 RED value IS 236 (92.58% from 255) = 41.4%

 GREEN value IS 97 (38.28% from 255) = 17.02%

 BLUE value IS 237 (92.97% from 255) = 41.58%

R = 41.4%
G = 17.02%
B = 41.58%

CMYK

 C value IS 0.00

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC61ED (or 0xEC61ED) is known color: 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

RGB 236 97 237 -
CMYK 0.00 0.59 0 0.07
HSL 299.57º 0.8% 0.65% -
HSV(B) 299.57º 0.59% 0.93% -
XYZ 54.15 32.5 83.54 -
YUV 154.52 174.55 186.12 -
System Red Green Blue C M Y K H S L
Decimal 236 97 237 0.00 0.59 0 0.07 299.57 0.8 0.65
Hex EC 61 ED 0 3B 0 7 12C 50 41
Octal 354 141 355 0 73 0 7 454 120 101
Binary 11101100 1100001 11101101 0 111011 0 111 100101100 1010000 1000001

Color Harmonies of #EC61ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC61ED

Black with #EC61ED

Text Example


Text Example

White with #EC61ED

Text Example


Text Example

HTML Codes & Css Web 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>