Html Css Color HEX #EC61DC Free Speech Magenta

📋 copy color: '#EC61DC'

red 236 ◦ green 97 ◦ blue 220

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

Shades of Free Speech Magenta #EC61DC

Tints of Free Speech Magenta #EC61DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.78%

R = 42.68%
G = 17.54%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC61DC (or 0xEC61DC) is known color: Free Speech Magenta. HEX triplet: EC, 61 and DC. RGB value is (236,97,220). Sum of RGB (Red+Green+Blue) = 236+97+220=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 97 (38.28% from 255 or 17.54% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #EC61DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC61DC is #139E23. Grayscale: #989898. Windows color (decimal): -1285668 or 14442988. OLE color: 14442988.

HSL color Cylindrical-coordinate representation of color #EC61DC: hue angle of 306.91º degrees, saturation: 0.79, 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 #EC61DC is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 97 220 -
CMYK 0 0.59 0.07 0.07
HSL 306.91º 0.79% 0.65% -
HSV(B) 306.91º 0.59% 0.93% -
XYZ 51.79 31.55 71.07 -
YUV 152.58 166.05 187.5 -
System Red Green Blue C M Y K H S L
Decimal 236 97 220 0 0.59 0.07 0.07 306.91 0.79 0.65
Hex EC 61 DC 0 3B 7 7 133 4F 41
Octal 354 141 334 0 73 7 7 463 117 101
Binary 11101100 1100001 11011100 0 111011 111 111 100110011 1001111 1000001

Color Harmonies of #EC61DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC61DC

Black with #EC61DC

Text Example


Text Example

White with #EC61DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC61DC; }

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

 H1.HeaderClassName
 {
   color: #EC61DC;
 }
 .AnyTagClassName
 {
   color: #EC61DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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