Html Css Color HEX #EC53DC Free Speech Magenta

📋 copy color: '#EC53DC'

red 236 ◦ green 83 ◦ blue 220

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

Shades of Free Speech Magenta #EC53DC

Tints of Free Speech Magenta #EC53DC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.4%

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

R = 43.78%
G = 15.4%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC53DC (or 0xEC53DC) is known color: Free Speech Magenta. HEX triplet: EC, 53 and DC. RGB value is (236,83,220). Sum of RGB (Red+Green+Blue) = 236+83+220=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 83 (32.81% from 255 or 15.40% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC53DC is #13AC23. Grayscale: #8F8F8F. Windows color (decimal): -1289252 or 14439404. OLE color: 14439404.

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

Color convert

RGB 236 83 220 -
CMYK 0 0.65 0.07 0.07
HSL 306.27º 0.8% 0.63% -
HSV(B) 306.27º 0.65% 0.93% -
XYZ 50.6 29.19 70.68 -
YUV 144.37 170.69 193.36 -
System Red Green Blue C M Y K H S L
Decimal 236 83 220 0 0.65 0.07 0.07 306.27 0.8 0.63
Hex EC 53 DC 0 41 7 7 132 50 3F
Octal 354 123 334 0 101 7 7 462 120 77
Binary 11101100 1010011 11011100 0 1000001 111 111 100110010 1010000 111111

Color Harmonies of #EC53DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC53DC

Black with #EC53DC

Text Example


Text Example

White with #EC53DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC53DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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