Html Css Color HEX #EC4DCD Free Speech Magenta

📋 copy color: '#EC4DCD'

red 236 ◦ green 77 ◦ blue 205

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

Shades of Free Speech Magenta #EC4DCD

Tints of Free Speech Magenta #EC4DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.58%

R = 45.56%
G = 14.86%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC4DCD (or 0xEC4DCD) is known color: Free Speech Magenta. HEX triplet: EC, 4D and CD. RGB value is (236,77,205). Sum of RGB (Red+Green+Blue) = 236+77+205=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 77 (30.47% from 255 or 14.86% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4DCD is #13B232. Grayscale: #8A8A8A. Windows color (decimal): -1290803 or 13454828. OLE color: 13454828.

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

Color convert

RGB 236 77 205 -
CMYK 0 0.67 0.13 0.07
HSL 311.7º 0.81% 0.61% -
HSV(B) 311.7º 0.67% 0.93% -
XYZ 48.27 27.55 60.53 -
YUV 139.13 165.18 197.09 -
System Red Green Blue C M Y K H S L
Decimal 236 77 205 0 0.67 0.13 0.07 311.7 0.81 0.61
Hex EC 4D CD 0 43 D 7 138 51 3D
Octal 354 115 315 0 103 15 7 470 121 75
Binary 11101100 1001101 11001101 0 1000011 1101 111 100111000 1010001 111101

Color Harmonies of #EC4DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4DCD

Black with #EC4DCD

Text Example


Text Example

White with #EC4DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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