Html Css Color HEX #EC4DC2 Free Speech Magenta

📋 copy color: '#EC4DC2'

red 236 ◦ green 77 ◦ blue 194

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

Shades of Free Speech Magenta #EC4DC2

Tints of Free Speech Magenta #EC4DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.26%

R = 46.55%
G = 15.19%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EC4DC2 (or 0xEC4DC2) is known color: Free Speech Magenta. HEX triplet: EC, 4D and C2. RGB value is (236,77,194). Sum of RGB (Red+Green+Blue) = 236+77+194=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 77 (30.47% from 255 or 15.19% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4DC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4DC2 is #13B23D. Grayscale: #898989. Windows color (decimal): -1290814 or 12733932. OLE color: 12733932.

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

Color convert

RGB 236 77 194 -
CMYK 0 0.67 0.18 0.07
HSL 315.85º 0.81% 0.61% -
HSV(B) 315.85º 0.67% 0.93% -
XYZ 46.98 27.04 53.78 -
YUV 137.88 159.68 197.99 -
System Red Green Blue C M Y K H S L
Decimal 236 77 194 0 0.67 0.18 0.07 315.85 0.81 0.61
Hex EC 4D C2 0 43 12 7 13C 51 3D
Octal 354 115 302 0 103 22 7 474 121 75
Binary 11101100 1001101 11000010 0 1000011 10010 111 100111100 1010001 111101

Color Harmonies of #EC4DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4DC2

Black with #EC4DC2

Text Example


Text Example

White with #EC4DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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