Html Css Color HEX #EC4DC7 Free Speech Magenta

📋 copy color: '#EC4DC7'

red 236 ◦ green 77 ◦ blue 199

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

Shades of Free Speech Magenta #EC4DC7

Tints of Free Speech Magenta #EC4DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.87%

R = 46.09%
G = 15.04%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EC4DC7 (or 0xEC4DC7) is known color: Free Speech Magenta. HEX triplet: EC, 4D and C7. RGB value is (236,77,199). Sum of RGB (Red+Green+Blue) = 236+77+199=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 77 (30.47% from 255 or 15.04% from 512); Blue value is 199 (78.12% from 255 or 38.87% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4DC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4DC7 is #13B238. Grayscale: #8A8A8A. Windows color (decimal): -1290809 or 13061612. OLE color: 13061612.

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

Color convert

RGB 236 77 199 -
CMYK 0 0.67 0.16 0.07
HSL 313.96º 0.81% 0.61% -
HSV(B) 313.96º 0.67% 0.93% -
XYZ 47.55 27.26 56.79 -
YUV 138.45 162.18 197.58 -
System Red Green Blue C M Y K H S L
Decimal 236 77 199 0 0.67 0.16 0.07 313.96 0.81 0.61
Hex EC 4D C7 0 43 10 7 13A 51 3D
Octal 354 115 307 0 103 20 7 472 121 75
Binary 11101100 1001101 11000111 0 1000011 10000 111 100111010 1010001 111101

Color Harmonies of #EC4DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4DC7

Black with #EC4DC7

Text Example


Text Example

White with #EC4DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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