Html Css Color HEX #EC49D9 Free Speech Magenta

📋 copy color: '#EC49D9'

red 236 ◦ green 73 ◦ blue 217

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

Shades of Free Speech Magenta #EC49D9

Tints of Free Speech Magenta #EC49D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.25%

R = 44.87%
G = 13.88%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC49D9 (or 0xEC49D9) is known color: Free Speech Magenta. HEX triplet: EC, 49 and D9. RGB value is (236,73,217). Sum of RGB (Red+Green+Blue) = 236+73+217=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 73 (28.91% from 255 or 13.88% from 526); Blue value is 217 (85.16% from 255 or 41.25% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #EC49D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC49D9 is #13B626. Grayscale: #898989. Windows color (decimal): -1291815 or 14240236. OLE color: 14240236.

HSL color Cylindrical-coordinate representation of color #EC49D9: hue angle of 306.99º 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 #EC49D9 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 73 217 -
CMYK 0 0.69 0.08 0.07
HSL 306.99º 0.81% 0.61% -
HSV(B) 306.99º 0.69% 0.93% -
XYZ 49.5 27.61 68.37 -
YUV 138.15 172.5 197.79 -
System Red Green Blue C M Y K H S L
Decimal 236 73 217 0 0.69 0.08 0.07 306.99 0.81 0.61
Hex EC 49 D9 0 45 8 7 133 51 3D
Octal 354 111 331 0 105 10 7 463 121 75
Binary 11101100 1001001 11011001 0 1000101 1000 111 100110011 1010001 111101

Color Harmonies of #EC49D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC49D9

Black with #EC49D9

Text Example


Text Example

White with #EC49D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC49D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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