Html Css Color HEX #EC4DD9 Free Speech Magenta

📋 copy color: '#EC4DD9'

red 236 ◦ green 77 ◦ blue 217

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

Shades of Free Speech Magenta #EC4DD9

Tints of Free Speech Magenta #EC4DD9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.53%

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

R = 44.53%
G = 14.53%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC4DD9 (or 0xEC4DD9) is known color: Free Speech Magenta. HEX triplet: EC, 4D and D9. RGB value is (236,77,217). Sum of RGB (Red+Green+Blue) = 236+77+217=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 77 (30.47% from 255 or 14.53% from 530); Blue value is 217 (85.16% from 255 or 40.94% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4DD9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4DD9 is #13B226. Grayscale: #8C8C8C. Windows color (decimal): -1290791 or 14241260. OLE color: 14241260.

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

Color convert

RGB 236 77 217 -
CMYK 0 0.67 0.08 0.07
HSL 307.17º 0.81% 0.61% -
HSV(B) 307.17º 0.67% 0.93% -
XYZ 49.77 28.15 68.46 -
YUV 140.5 171.18 196.12 -
System Red Green Blue C M Y K H S L
Decimal 236 77 217 0 0.67 0.08 0.07 307.17 0.81 0.61
Hex EC 4D D9 0 43 8 7 133 51 3D
Octal 354 115 331 0 103 10 7 463 121 75
Binary 11101100 1001101 11011001 0 1000011 1000 111 100110011 1010001 111101

Color Harmonies of #EC4DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4DD9

Black with #EC4DD9

Text Example


Text Example

White with #EC4DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4DD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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