Html Css Color HEX #EC4DD5 Free Speech Magenta

📋 copy color: '#EC4DD5'

red 236 ◦ green 77 ◦ blue 213

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

Shades of Free Speech Magenta #EC4DD5

Tints of Free Speech Magenta #EC4DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.49%

R = 44.87%
G = 14.64%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC4DD5 (or 0xEC4DD5) is known color: Free Speech Magenta. HEX triplet: EC, 4D and D5. RGB value is (236,77,213). Sum of RGB (Red+Green+Blue) = 236+77+213=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 77 (30.47% from 255 or 14.64% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4DD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4DD5 is #13B22A. Grayscale: #8B8B8B. Windows color (decimal): -1290795 or 13979116. OLE color: 13979116.

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

Color convert

RGB 236 77 213 -
CMYK 0 0.67 0.10 0.07
HSL 308.68º 0.81% 0.61% -
HSV(B) 308.68º 0.67% 0.93% -
XYZ 49.26 27.94 65.75 -
YUV 140.05 169.18 196.44 -
System Red Green Blue C M Y K H S L
Decimal 236 77 213 0 0.67 0.10 0.07 308.68 0.81 0.61
Hex EC 4D D5 0 43 A 7 135 51 3D
Octal 354 115 325 0 103 12 7 465 121 75
Binary 11101100 1001101 11010101 0 1000011 1010 111 100110101 1010001 111101

Color Harmonies of #EC4DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4DD5

Black with #EC4DD5

Text Example


Text Example

White with #EC4DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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