Html Css Color HEX #EC4DDA Free Speech Magenta

📋 copy color: '#EC4DDA'

red 236 ◦ green 77 ◦ blue 218

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

Shades of Free Speech Magenta #EC4DDA

Tints of Free Speech Magenta #EC4DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.05%

R = 44.44%
G = 14.5%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC4DDA (or 0xEC4DDA) is known color: Free Speech Magenta. HEX triplet: EC, 4D and DA. RGB value is (236,77,218). Sum of RGB (Red+Green+Blue) = 236+77+218=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 77 (30.47% from 255 or 14.50% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4DDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4DDA is #13B225. Grayscale: #8C8C8C. Windows color (decimal): -1290790 or 14306796. OLE color: 14306796.

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

Color convert

RGB 236 77 218 -
CMYK 0 0.67 0.08 0.07
HSL 306.79º 0.81% 0.61% -
HSV(B) 306.79º 0.67% 0.93% -
XYZ 49.9 28.2 69.14 -
YUV 140.62 171.68 196.04 -
System Red Green Blue C M Y K H S L
Decimal 236 77 218 0 0.67 0.08 0.07 306.79 0.81 0.61
Hex EC 4D DA 0 43 8 7 133 51 3D
Octal 354 115 332 0 103 10 7 463 121 75
Binary 11101100 1001101 11011010 0 1000011 1000 111 100110011 1010001 111101

Color Harmonies of #EC4DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4DDA

Black with #EC4DDA

Text Example


Text Example

White with #EC4DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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