Html Css Color HEX #EC49DC Free Speech Magenta

📋 copy color: '#EC49DC'

red 236 ◦ green 73 ◦ blue 220

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

Shades of Free Speech Magenta #EC49DC

Tints of Free Speech Magenta #EC49DC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.8%

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

R = 44.61%
G = 13.8%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC49DC (or 0xEC49DC) is known color: Free Speech Magenta. HEX triplet: EC, 49 and DC. RGB value is (236,73,220). Sum of RGB (Red+Green+Blue) = 236+73+220=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 73 (28.91% from 255 or 13.80% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #EC49DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC49DC is #13B623. Grayscale: #8A8A8A. Windows color (decimal): -1291812 or 14436844. OLE color: 14436844.

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

Color convert

RGB 236 73 220 -
CMYK 0 0.69 0.07 0.07
HSL 305.89º 0.81% 0.61% -
HSV(B) 305.89º 0.69% 0.93% -
XYZ 49.89 27.77 70.44 -
YUV 138.5 174 197.55 -
System Red Green Blue C M Y K H S L
Decimal 236 73 220 0 0.69 0.07 0.07 305.89 0.81 0.61
Hex EC 49 DC 0 45 7 7 132 51 3D
Octal 354 111 334 0 105 7 7 462 121 75
Binary 11101100 1001001 11011100 0 1000101 111 111 100110010 1010001 111101

Color Harmonies of #EC49DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC49DC

Black with #EC49DC

Text Example


Text Example

White with #EC49DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC49DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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