Html Css Color HEX #EC53EF Free Speech Magenta

📋 copy color: '#EC53EF'

red 236 ◦ green 83 ◦ blue 239

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

Shades of Free Speech Magenta #EC53EF

Tints of Free Speech Magenta #EC53EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.83%

R = 42.29%
G = 14.87%
B = 42.83%

CMYK

 C value IS 0.01

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EC53EF (or 0xEC53EF) is known color: Free Speech Magenta. HEX triplet: EC, 53 and EF. RGB value is (236,83,239). Sum of RGB (Red+Green+Blue) = 236+83+239=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 83 (32.81% from 255 or 14.87% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC53EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC53EF is #13AC10. Grayscale: #929292. Windows color (decimal): -1289233 or 15684588. OLE color: 15684588.

HSL color Cylindrical-coordinate representation of color #EC53EF: hue angle of 298.85º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC53EF is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 236 83 239 -
CMYK 0.01 0.65 0 0.06
HSL 298.85º 0.83% 0.63% -
HSV(B) 298.85º 0.65% 0.94% -
XYZ 53.27 30.25 84.69 -
YUV 146.53 180.19 191.82 -
System Red Green Blue C M Y K H S L
Decimal 236 83 239 0.01 0.65 0 0.06 298.85 0.83 0.63
Hex EC 53 EF 1 41 0 6 12B 53 3F
Octal 354 123 357 1 101 0 6 453 123 77
Binary 11101100 1010011 11101111 1 1000001 0 110 100101011 1010011 111111

Color Harmonies of #EC53EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC53EF

Black with #EC53EF

Text Example


Text Example

White with #EC53EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC53EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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