Html Css Color HEX #EC4ED8 Free Speech Magenta

📋 copy color: '#EC4ED8'

red 236 ◦ green 78 ◦ blue 216

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

Shades of Free Speech Magenta #EC4ED8

Tints of Free Speech Magenta #EC4ED8

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.72%

 BLUE value IS 216 (84.77% from 255) = 40.75%

R = 44.53%
G = 14.72%
B = 40.75%

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

#EC4ED8 (or 0xEC4ED8) is known color: Free Speech Magenta. HEX triplet: EC, 4E and D8. RGB value is (236,78,216). Sum of RGB (Red+Green+Blue) = 236+78+216=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 78 (30.86% from 255 or 14.72% from 530); Blue value is 216 (84.77% from 255 or 40.75% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4ED8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4ED8 is #13B127. Grayscale: #8C8C8C. Windows color (decimal): -1290536 or 14175980. OLE color: 14175980.

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

Color convert

RGB 236 78 216 -
CMYK 0 0.67 0.08 0.07
HSL 307.59º 0.81% 0.62% -
HSV(B) 307.59º 0.67% 0.93% -
XYZ 49.71 28.24 67.8 -
YUV 140.97 170.35 195.78 -
System Red Green Blue C M Y K H S L
Decimal 236 78 216 0 0.67 0.08 0.07 307.59 0.81 0.62
Hex EC 4E D8 0 43 8 7 134 51 3E
Octal 354 116 330 0 103 10 7 464 121 76
Binary 11101100 1001110 11011000 0 1000011 1000 111 100110100 1010001 111110

Color Harmonies of #EC4ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4ED8

Black with #EC4ED8

Text Example


Text Example

White with #EC4ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4ED8; }

 p { color: rgb(236,78,216); }

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

background-color css

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

 a { background-color: rgb(236,78,216); }

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

border-color css

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

 span { border-color: rgb(236,78,216); }

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