Html Css Color HEX #EC51DC Free Speech Magenta

📋 copy color: '#EC51DC'

red 236 ◦ green 81 ◦ blue 220

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

Shades of Free Speech Magenta #EC51DC

Tints of Free Speech Magenta #EC51DC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.08%

 BLUE value IS 220 (86.33% from 255) = 40.97%

R = 43.95%
G = 15.08%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC51DC (or 0xEC51DC) is known color: Free Speech Magenta. HEX triplet: EC, 51 and DC. RGB value is (236,81,220). Sum of RGB (Red+Green+Blue) = 236+81+220=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 81 (32.03% from 255 or 15.08% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC51DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC51DC is #13AE23. Grayscale: #8E8E8E. Windows color (decimal): -1289764 or 14438892. OLE color: 14438892.

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

Color convert

RGB 236 81 220 -
CMYK 0 0.66 0.07 0.07
HSL 306.19º 0.8% 0.62% -
HSV(B) 306.19º 0.66% 0.93% -
XYZ 50.45 28.89 70.63 -
YUV 143.19 171.35 194.2 -
System Red Green Blue C M Y K H S L
Decimal 236 81 220 0 0.66 0.07 0.07 306.19 0.8 0.62
Hex EC 51 DC 0 42 7 7 132 50 3E
Octal 354 121 334 0 102 7 7 462 120 76
Binary 11101100 1010001 11011100 0 1000010 111 111 100110010 1010000 111110

Color Harmonies of #EC51DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC51DC

Black with #EC51DC

Text Example


Text Example

White with #EC51DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC51DC; }

 p { color: rgb(236,81,220); }

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

background-color css

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

 a { background-color: rgb(236,81,220); }

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

border-color css

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

 span { border-color: rgb(236,81,220); }

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