Html Css Color HEX #EC4CD1 Free Speech Magenta

📋 copy color: '#EC4CD1'

red 236 ◦ green 76 ◦ blue 209

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

Shades of Free Speech Magenta #EC4CD1

Tints of Free Speech Magenta #EC4CD1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.59%

 BLUE value IS 209 (82.03% from 255) = 40.12%

R = 45.3%
G = 14.59%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EC4CD1 (or 0xEC4CD1) is known color: Free Speech Magenta. HEX triplet: EC, 4C and D1. RGB value is (236,76,209). Sum of RGB (Red+Green+Blue) = 236+76+209=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 76 (30.08% from 255 or 14.59% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4CD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4CD1 is #13B32E. Grayscale: #8A8A8A. Windows color (decimal): -1291055 or 13716716. OLE color: 13716716.

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

Color convert

RGB 236 76 209 -
CMYK 0 0.68 0.11 0.07
HSL 310.13º 0.81% 0.61% -
HSV(B) 310.13º 0.68% 0.93% -
XYZ 48.69 27.61 63.08 -
YUV 139 167.51 197.19 -
System Red Green Blue C M Y K H S L
Decimal 236 76 209 0 0.68 0.11 0.07 310.13 0.81 0.61
Hex EC 4C D1 0 44 B 7 136 51 3D
Octal 354 114 321 0 104 13 7 466 121 75
Binary 11101100 1001100 11010001 0 1000100 1011 111 100110110 1010001 111101

Color Harmonies of #EC4CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4CD1

Black with #EC4CD1

Text Example


Text Example

White with #EC4CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4CD1; }

 p { color: rgb(236,76,209); }

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

background-color css

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

 a { background-color: rgb(236,76,209); }

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

border-color css

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

 span { border-color: rgb(236,76,209); }

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